ZeroHour
oss-securitypublished ()ingested 1

CVE-2026-72524: Apache Doris: Authorization bypass allowing a low-privilege user to read/write/drop arbitrary tables

AI summary · glm-5.3

Apache Doris authorization bypass CVE-2026-72524 lets authenticated low-privilege users read, write, or drop arbitrary tables in affected 3.1.x through 4.1.3 versions.

CVE-2026-72524 is an incorrect authorization vulnerability in Apache Doris rated important, allowing an authenticated low-privilege user to bypass privilege checks and read, write, or drop arbitrary tables. Affected versions include Apache Doris 3.1.0 through 3.1.*, 4.0.0 through 4.0.7, and 4.1.0 through 4.1.3. The flaw permits access to or modification of data the user is not authorized to touch.

  • Authenticated low-privilege users can bypass privilege checks.
  • Allows reading, writing, or dropping arbitrary tables.
  • Affects Doris 3.1.x, 4.0.0-4.0.7, and 4.1.0-4.1.3.
  • Rated important severity by Apache.

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-72524
Authorization Bypass in Apache Doris Exposes Tables to Low-Privilege Users

Apache Doris, an open-source MPP analytical database, contains an incorrect authorization flaw (CWE-863) that allows any authenticated low-privilege user to bypass privilege checks and read, modify, or drop arbitrary tables across the cluster. The issue is triggered through normal authenticated SQL access to the Doris frontend, so an attacker only needs a valid low-privileged account rather than admin rights. Successful abuse gives an insider or attacker with a compromised account unauthorized data exposure, tampering, and destructive table drops regardless of the permissions actually granted. Affected deployments run Doris 3.1.0 through 3.1.*, 4.0.0 through 4.0.7, or 4.1.0 through 4.1.3; note that no fixed release exists for the 3.1 line, so those users must move to 4.0.8 or 4.1.4. No CVSS score has been assigned, no public PoC is known, and there are no reports of exploitation in the wild.

Do: Upgrade to Apache Doris 4.0.8 or 4.1.4 immediately; because the 3.1.x line has no fixed release, clusters on 3.1 must upgrade to one of those 4.x versions. Until patched, restrict network access to frontend ports (8030 HTTP / 9030 MySQL), audit and prune low-privilege user accounts, and enforce least-privilege roles. Review Doris audit logs for SELECT/INSERT/DELETE/DROP statements issued by users whose roles should not permit them, and rotate credentials for any suspect accounts.

8.8
  • Apache Doris 3.1.0 through 3.1.*
  • Apache Doris 4.0.0 through 4.0.7
  • Apache Doris 4.1.0 through 4.1.3
moderatethousands of deployments (order of 1,000–10,000 clusters; hundreds to low-thousands of internet-exposed frontend nodes)
Full article

Posted by Calvin Kirs on Sep 14 Severity: important Affected versions: - Apache Doris 3.1.0 through 3.1.* - Apache Doris 4.0.0 through 4.0.7 - Apache Doris 4.1.0 through 4.1.3 Description: Incorrect Authorization vulnerability in Apache Doris allows an authenticated user to bypass privilege checks and access or modify data they are not authorized to. This issue affects Apache Doris: from 3.1.0 through 3.1.*, from 4.0.0 through 4.0.7, and from 4.1.0 through 4.1.3. Users...

This source does not provide full text. Read it at seclists.org.