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.
Published: 2026-07-14
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Doris Frontend HTTP REST APIs allow unauthenticated callers to perform administrative operations because proper authentication was not enforced, representing an instance of CWE-306: Authentication Bypass. This authentication bypass enables an attacker with network access to the FE HTTP service to invoke any exposed admin command, potentially compromising cluster integrity, altering configuration, and causing instability or denial of service. The likely attack vector is remote network access to the FE HTTP port; this inference is drawn from the description that access is required only to the FE HTTP service.

Affected Systems

Apache Doris installations running a version prior to 3.1.0 are affected, as stated by the CVE description. No other vendor or product variants are listed.

Risk and Exploitability

The CVSS score of 9.1 indicates a critical severity. The EPSS score of less than 1% suggests a low probability of exploitation at present. The vulnerability is not yet listed in the CISA KEV catalog, implying no widespread exploitation has been documented. An attacker only requires remote network access to the FE HTTP service; no local privileges or special conditions are specified.

Generated by OpenCVE AI on July 31, 2026 at 10:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Apache Doris 3.1.0 or later to eliminate the authentication bypass.
  • If upgrading immediately is not feasible, restrict external access to the FE HTTP port with firewall rules or network segmentation.
  • Enable audit logging for all administrative API traffic and enforce role‑based access control to detect and prevent unauthorized use.

Generated by OpenCVE AI on July 31, 2026 at 10:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
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.
Title Apache Doris: Improper Authentication in Frontend HTTP API
Weaknesses CWE-306
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-14T16:03:35.174Z

Reserved: 2026-06-30T03:29:32.156Z

Link: CVE-2026-58319

cve-icon Vulnrichment

Updated: 2026-07-14T09:38:48.702Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function