GHSA-qpcc-x57v-683v
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Unauthenticated network REST access to admin functions gives AV:N/AC:L/PR:N/UI:N; impact is integrity and availability (I:H/A:H) with no data disclosure (C:N).
Primary rating from Vendor (CNA).
CVSS VectorNVD
Lifecycle Timeline
6Description PRE-NVD
Articles & Coverage 1
AnalysisAI
Missing authentication on Apache Doris Frontend (FE) HTTP REST administrative APIs allows any unauthenticated attacker with network reach to the FE HTTP service to invoke privileged administrative operations, degrading cluster integrity and availability up to full denial of service. All Apache Doris releases before 3.1.0 (per EUVD, the 2.1.0 through pre-3.1.0 line) are affected, and a fixed release exists in 3.1.0. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV; the 9.1 Critical CVSS reflects the trivial unauthenticated network exploitability rather than confirmed in-the-wild use.
Technical ContextAI
Apache Doris is an open-source real-time MPP analytical (OLAP) database; its Frontend (FE) nodes handle metadata, query planning, and cluster coordination, and expose a set of HTTP REST endpoints for administration alongside the query/MySQL protocol. The flaw is a CWE-306 (Missing Authentication for Critical Function) issue: specific FE administrative REST endpoints did not enforce authentication, so requests that should require operator credentials were served to any caller able to reach the FE HTTP port. Because FE governs cluster state, unauthenticated calls to these administrative functions translate directly into control over cluster behavior rather than mere information disclosure.
RemediationAI
Vendor-released patch: upgrade to Apache Doris 3.1.0 or later, which is the fixed release identified by the vendor and confirmed as patch-available in the intelligence data. Until the upgrade is applied, restrict network access to the FE HTTP service so that only trusted administrative hosts/management networks can reach it - enforce this with firewall rules, security groups, or a reverse proxy that requires authentication in front of the FE HTTP port; the trade-off is that any legitimate tooling or monitoring hitting those REST endpoints must be allowlisted or it will break. Avoid binding the FE HTTP interface to public or broad internal networks, and place Doris FE nodes behind a segmented management VLAN. Refer to the Apache advisory materials at https://doris.apache.org, https://seclists.org/oss-sec/2026/q3/133, and https://lists.apache.org/thread/cob5mxkyr1k81o8v91hox2hld6zh25b4 for authoritative upgrade guidance.
Download of Code Without Integrity Check vulnerability in Apache Doris. Rated critical severity (CVSS 9.8), this vulnera
The api /api/snapshot and /api/get_log_file would allow unauthenticated access. Rated high severity (CVSS 8.2), this vul
Apache Doris, prior to 1.0.0, used a hardcoded key and IV to initialize the cipher used for ldap password, which may lea
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'), Files or Directories Accessible to Exter
Possible race condition vulnerability in Apache Doris. Rated medium severity (CVSS 5.3), this vulnerability is low attac
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43653