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: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Ranger includes a lookup feature that directly incorporates user supplied input into SQL queries. This flaw allows an attacker to inject arbitrary SQL commands into the query sent to the underlying database. If exploited, the injected statements would run with the privileges of the Ranger service, potentially exposing, modifying, or deleting data stored in the database.

Affected Systems

Any installation of Apache Ranger that exposes the lookup endpoint is vulnerable. The vendor recommends upgrading to version 2.9.0 or later to receive the fix. Versions prior to 2.9.0 are at risk until the upgrade is applied.

Risk and Exploitability

The listed CVSS score of 9.8 reflects a critical severity when the lookup service is reachable from an external network. The EPSS score of < 1% indicates that the exploit is unlikely to be widely observed at present, and the vulnerability is not listed in the CISA KEV catalog. Attackers would need to send crafted input to the lookup endpoint, most likely over the Ranger HTTP/REST API, to trigger the injection. Successful exploitation would enable execution of arbitrary SQL statements against the database to which Ranger connects.

Generated by OpenCVE AI on August 13, 2026 at 09:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Apache Ranger to version 2.9.0 or later to install the vendor‑supplied fix.
  • Configure Ranger to require authentication and limit access to the lookup API to authorized users only.
  • Apply input validation or use parameterized queries within Ranger’s lookup logic to mitigate injection risks, following CWE‑89 remediation best practices.

Generated by OpenCVE AI on August 13, 2026 at 09:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:apache:ranger:*:*:*:*:*:*:*:*

Wed, 12 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache ranger
Vendors & Products Apache
Apache ranger

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

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-12T15:50:08.598Z

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

Link: CVE-2026-32227

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

Published: 2026-08-10T11:17:26.160

Modified: 2026-08-17T18:49:23.117

Link: CVE-2026-32227

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:15:03Z

Weaknesses
  • CWE-89

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