Description
Remote Code Execution via JDBC URL Injection in Apache Ranger <= 2.8.0
Users are recommended to upgrade to version 2.9.0, which fixes this issue.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The described flaw enables an attacker to inject an arbitrary JDBC URL into Apache Ranger, leading to remote code execution. The vulnerability stems from insufficient input validation on JDBC URL strings, allowing an attacker to embed executable code. Successful exploitation would allow the attacker to run arbitrary commands on the underlying system, compromising confidentiality, integrity and availability.

Affected Systems

Apache Ranger versions 2.8.0 and earlier are affected. The vendor is Apache Software Foundation, product Apache Ranger. No specific patch level is mentioned beyond version 2.8.0. The recommended fix is to upgrade to 2.9.0 or any later release.

Risk and Exploitability

No CVSS score is provided in the CVE record, but the vulnerability is a classic remote code execution flaw. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker inserting a malicious JDBC URL via a configuration or API request that Ranger processes without proper validation, enabling arbitrary code execution.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Ranger to version 2.9.0 or later.
  • Limit access to the Ranger service to trusted hosts or networks until the patch is applied.
  • Validate or sanitize all JDBC URL inputs to prevent injection of malicious commands.

Generated by OpenCVE AI on August 10, 2026 at 11:22 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 Remote Code Execution via JDBC URL Injection in Apache Ranger <= 2.8.0 Users are recommended to upgrade to version 2.9.0, which fixes this issue.
Title Apache Ranger: Remote Code Execution via JDBC URL Injection
Weaknesses CWE-20
CWE-94
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

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

Reserved: 2026-04-28T16:15:14.168Z

Link: CVE-2026-42537

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-20

    Improper Input Validation

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')