GHSA-w667-wgvw-q2hc
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-accessible REST API (AV:N, AC:L); requires any valid authentication (PR:L); admin operations enable full data modification and potential service disruption (C:H/I:H/A:H).
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
2Description PRE-NVD
Articles & Coverage 1
AnalysisAI
Missing authorization on admin REST endpoints in Apache Atlas 0.8.0 through 2.5.0 allows any authenticated user - regardless of assigned role - to perform privileged administrative operations that should be restricted to administrators. The flaw spans 15 release versions across a multi-year window, affecting all standard deployments of the atlas-webapp component. No public exploit has been identified at time of analysis and the CVE is not listed in CISA KEV, but the low exploitation complexity (any valid credential suffices) makes this a meaningful insider and credential-compromise threat in enterprise data governance environments.
Technical ContextAI
Apache Atlas is an Apache Software Foundation metadata governance and data cataloging framework widely deployed in enterprise Hadoop and data lake architectures for lineage tracking, classification, and policy enforcement. The vulnerability resides in the atlas-webapp component (Maven artifact org.apache.atlas:atlas-webapp) and is classifiable as CWE-862 (Missing Authorization) - a server-side access control failure in which the application correctly authenticates the user but omits role or permission verification before processing requests to admin-tier API endpoints. The root cause is the absence of authorization enforcement at the controller or filter layer for the admin endpoint surface, meaning the application's role model (e.g., Atlas admin vs. data steward vs. read-only user) is not consulted when routing these requests. No CPE string or CWE identifier was supplied in the input data, but the affected artifact coordinates (org.apache.atlas:atlas-webapp, versions 0.8 through 2.5.0) precisely bound the vulnerable component.
RemediationAI
Upgrade to Apache Atlas 2.6.0, which the Apache Atlas project confirms resolves the missing authorization checks on admin endpoints; this is the primary and recommended remediation per the vendor advisory at https://atlas.apache.org/ and the oss-security notice at https://seclists.org/oss-sec/2026/q3/316. Until upgrade is feasible, apply network-layer compensating controls: restrict access to Atlas admin API endpoint paths (e.g., /api/atlas/admin/*) via a reverse proxy, WAF rule set, or network ACL so that only known administrator source IPs or service accounts can reach them. Additionally, audit current Atlas user accounts and disable or restrict any service accounts with broader-than-necessary access. Note that network-layer controls do not fix the underlying authorization bypass and will not protect against threats originating from within the permitted network segment; upgrade to 2.6.0 remains the only confirmed fix.
A vulnerability in import module of Apache Atlas allows an authenticated user to write to web server filesystem.8.4 to 2
Apache Atlas versions 0.6.0 (incubating), 0.7.0 (incubating), and 0.7.1 (incubating) allow access to the webapp director
Error responses from Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating included stack trace, exposing excessiv
An authenticated user can perform XSS and potentially impersonate another user.3.0 and earlier. Rated high severity (CVS
Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating were found vulnerable to cross frame scripting. Rated medium
Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating were found vulnerable to Reflected XSS in the search functio
Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating were found vulnerable to DOM XSS in the edit-tag functionali
Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating were found vulnerable to Stored Cross-Site Scripting in the
Apache Atlas versions 0.6.0-incubating and 0.7.0-incubating use cookies that could be accessible to client-side script.
A vulnerability was found in Creativeitem Atlas Business Directory Listing 2.13 and classified as problematic. Rated med
A vulnerability has been found in Creativeitem Atlas Business Directory Listing 2.13 and classified as problematic. Rate
Apache Atlas before 2.1.0 contain a XSS vulnerability. Rated medium severity (CVSS 6.1), this vulnerability is remotely
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50237