Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Network-reachable web parameter with low complexity, but 'privilege escalation' implies an existing low-privilege account (PR:L rather than the vendor's PR:N); full compromise of the policy engine yields High C/I/A.
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
5DescriptionCVE.org
Privilege Escalation via URL Parameter is reported in Apache Ranger versions <= 2.8.0.
Users are recommended to upgrade to version 2.9.0, which fixes this issue.
Articles & Coverage 1
AnalysisAI
Privilege escalation in Apache Ranger versions 2.8.0 and earlier allows an attacker to elevate their effective permissions by manipulating a URL parameter, undermining the very access-control layer Ranger is meant to enforce across Hadoop-ecosystem services. Apache rates it CVSS 9.8 with a network, low-complexity, no-privilege vector, though the 'privilege escalation' framing implies a pre-existing foothold that is worth verifying. There is no public exploit identified at time of analysis, and the EPSS score is low (0.19%, 9th percentile), indicating no observed mass-exploitation activity yet.
Technical ContextAI
Apache Ranger is a centralized authorization, auditing, and data-governance framework for the Hadoop ecosystem, brokering fine-grained access policies for services such as HDFS, Hive, HBase, Kafka, YARN, and Solr. The flaw is classified CWE-269 (Improper Privilege Management), meaning the application fails to correctly enforce the boundary between privilege levels - here through a URL parameter that influences the authorization decision. Because Ranger is itself the policy-decision point for an entire data platform, a weakness in its own privilege handling can cascade into unauthorized access across every downstream service it governs. The single affected CPE is cpe:2.3:a:apache_software_foundation:apache_ranger, confirming the scope is the Ranger product itself rather than a bundled dependency.
RemediationAI
Apply the primary fix by upgrading to Apache Ranger 2.9.0, which the vendor confirms resolves the issue; this is the recommended and only vendor-endorsed remediation. Consult the Apache advisory at https://lists.apache.org/thread/zh92fob9gqp196rvz3x9t0d2fnq9g27d before upgrading. Where an immediate upgrade is not feasible, compensating controls should focus on constraining reachability of the Ranger admin/policy interface: restrict network access to the Ranger Admin UI and REST endpoints to trusted management networks or a bastion (reducing the AV:N exposure, at the cost of breaking any legitimate broad access), place the interface behind an authenticating reverse proxy or WAF that can normalize and inspect URL parameters (which may cause false positives on legitimate policy-management traffic), and tighten and audit existing Ranger user roles so that any escalation starts from the lowest-possible baseline. Increase audit logging and monitor for anomalous privilege changes or policy edits until the patch is deployed. Because the exact vulnerable URL parameter is not disclosed in the available data, treat these controls as risk-reduction rather than a guaranteed block, and prioritize the 2.9.0 upgrade.
More in Apache Ranger
View allRemote code execution in Apache Ranger 2.8.0 and earlier arises from arbitrary Java class instantiation in the plugin-sc
Remote code execution in Apache Ranger versions up to and including 2.8.0 arises from JDBC URL injection (CWE-94), letti
TLS hostname verification failure in Apache Ranger Client Code allows network-positioned attackers to intercept sensitiv
Command injection in Apache Ranger versions 0.6 through 2.8 allows attackers to inject and execute operating-system comm
Remote code execution in Apache Ranger versions up to and including 2.8.0 stems from unsafe script evaluation in the Gra
SQL injection in Apache Ranger allows remote attackers to inject arbitrary SQL through the application's data-access lay
JWT tokens written to Apache Ranger logs in versions 2.8.0 and earlier remain replayable, allowing any party with read a
Unauthenticated access to Apache Ranger Download APIs on versions 2.8.0 and earlier exposes sensitive authorization poli
Brute-force credential attacks against Apache Ranger's UnixAuth component are possible in all versions up to and includi
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55252
GHSA-8q3p-j6v6-5x63