Description
SQL Injection vulnerability vulnerability in Apache Ranger.

This issue affects .

Users are recommended to upgrade to version 2.9.0, which fixes the issue.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Ranger is a centralized security framework that manages access control for various Hadoop components. A flaw in its lookup functionality allows an attacker to inject arbitrary SQL statements into backend queries. This type of injection can lead to unauthorized data retrieval, tampering of configuration records, or in worst-case, execution of arbitrary system commands if database privileges are high. The weakness is identified as CWE-89.

Affected Systems

Any installation of Apache Ranger that exposes the lookup endpoint, including enterprise deployments managed by the Apache Software Foundation. The CNA does not list specific versions, but users are advised to update to version 2.9.0 or later to obtain the fix published by the vendor.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not in the CISA KEV catalog, indicating no publicly known exploitation trends at the time of this analysis. The CVSS score was not provided, but the presence of an SQL injection suggests a high risk if the service is reachable from an untrusted network. Likely the attack vector is over the network via the Ranger HTTP/REST API, as the lookup function is typically accessed over HTTP. Successful exploitation would require that the attacker can send crafted input to the lookup endpoint, which may be protected by authentication but remains a potential risk.

Generated by OpenCVE AI on August 10, 2026 at 11:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Ranger to version 2.9.0 or later to apply the vendor‑supplied fix.
  • Restrict the Ranger lookup API to trusted IP ranges or enforce strict authentication to limit exposure to potential attackers.
  • Implement input validation or parameterized queries for any custom lookup logic to mitigate injection risks, ensuring compliance with CWE-89 remediation best practices.

Generated by OpenCVE AI on August 10, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Description SQL Injection vulnerability vulnerability in Apache Ranger. This issue affects . Users are recommended to upgrade to version 2.9.0, which fixes the issue.
Title Apache Ranger: SQL Injection vulnerability in lookup functionality
Weaknesses CWE-89
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-10T10:33:18.771Z

Reserved: 2026-03-11T03:16:08.784Z

Link: CVE-2026-32227

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T11:30:16Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')