CVE-2026-58319
Analyzed Analyzed - Analysis Complete

Authentication Bypass in Apache Doris FE HTTP REST APIs

Vulnerability report for CVE-2026-58319, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-14

Assigner: Apache Software Foundation

Description

Certain Apache Doris FE HTTP REST administrative APIs were accessible without proper authentication. An unauthenticated attacker with network access to the FE HTTP service could perform unauthorized administrative operations, potentially affecting cluster integrity and availability and leading to cluster instability or denial of service. This issue affects Apache Doris versions prior to 3.1.0. Users are advised to upgrade to Apache Doris 3.1.0 or later.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
apache doris to 3.1.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-58319 is an improper authentication vulnerability in Apache Doris affecting versions prior to 3.1.0. Certain Frontend (FE) HTTP REST administrative APIs in Apache Doris were accessible without proper authentication.

An unauthenticated attacker with network access to the FE HTTP service could perform unauthorized administrative operations. This could potentially compromise cluster integrity and availability, leading to cluster instability or denial of service.

Detection Guidance

To detect this vulnerability, you can check if your Apache Doris Frontend (FE) HTTP service is exposing administrative APIs without proper authentication. Since the vulnerability affects versions prior to 3.1.0, first verify the installed version of Apache Doris.

  • Check the Apache Doris version: Run the following command to determine the version if you have access to the FE node: curl -X GET http://<FE_IP>:<FE_HTTP_PORT>/api/bootstrap
  • Test for unauthenticated access to administrative APIs: Use tools like curl to send requests to known administrative endpoints. For example: curl -X GET http://<FE_IP>:<FE_HTTP_PORT>/api/_health
  • If the above requests return successful responses (e.g., HTTP 200) without requiring authentication, the system is likely vulnerable.
  • Scan for open FE HTTP ports: Use network scanning tools like nmap to identify open ports associated with Apache Doris FE services. Example: nmap -p <FE_HTTP_PORT> <FE_IP>

If any of these checks confirm unauthenticated access or an outdated version, immediate action is required to mitigate the risk.

Impact Analysis

If you are using an affected version of Apache Doris (prior to 3.1.0), this vulnerability could impact you in the following ways:

  • An attacker could gain unauthorized access to administrative APIs, allowing them to perform actions that could disrupt your cluster.
  • The cluster's integrity and availability could be compromised, leading to instability or a denial of service.
  • Sensitive operations or data managed by the cluster could be exposed or manipulated without authorization.
Compliance Impact

This vulnerability could affect compliance with common standards and regulations in the following ways:

  • GDPR: Unauthorized access to administrative APIs could lead to exposure or manipulation of personal data, violating GDPR requirements for data protection and confidentiality.
  • HIPAA: If the cluster manages protected health information (PHI), unauthorized access could result in breaches of confidentiality, integrity, or availability, violating HIPAA security rules.
  • Other standards (e.g., ISO 27001, SOC 2): The vulnerability undermines security controls related to access management and system integrity, potentially leading to non-compliance with requirements for protecting sensitive data and ensuring system availability.
Mitigation Strategies

The primary mitigation for this vulnerability is to upgrade Apache Doris to version 3.1.0 or later, as this version includes fixes for the improper authentication issue.

  • Upgrade Apache Doris: Follow the official Apache Doris upgrade guide to upgrade to version 3.1.0 or later. Ensure you back up all critical data before performing the upgrade.
  • Restrict network access: If upgrading is not immediately possible, restrict network access to the FE HTTP service. Use firewalls or network security groups to limit access to trusted IP addresses only.
  • Disable unnecessary administrative APIs: If certain administrative APIs are not required, disable them temporarily until the upgrade is completed.
  • Monitor for suspicious activity: Enable logging and monitoring for the FE HTTP service to detect any unauthorized access attempts or unusual administrative operations.

After applying these mitigations, verify that the vulnerability has been resolved by testing for unauthenticated access again.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58319. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart