Description
Remote Code Execution via Arbitrary Class Instantiation in plugin-schema-registry component 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

An attacker could exploit Apache Ranger versions up to 2.8.0 by submitting a crafted request to the plugin-schema-registry component, which allows arbitrary class instantiation without proper validation. This flaw corresponds to the CWE-470 and CWE-94 weaknesses and permits the execution of arbitrary code with the same privileges as the Ranger service.

Affected Systems

Affected systems are installations of Apache Ranger 2.8.0 or earlier. The vulnerability is confined to the plugin-schema-registry component and does not affect newer releases such as 2.9.0 and above.

Risk and Exploitability

Specific exploitation details are not published, and no EPSS score is available. However, the nature of the vulnerability—allowing remote code execution—suggests a high severity impact. The vulnerability is not listed in the CISA KEV catalog, but the lack of an external exploit breakout does not mitigate the risk for environments still running vulnerable versions. Attackers would need network access to the Ranger service to submit malicious plugin definitions, likely through the REST API or configuration interfaces.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Ranger to version 2.9.0 or later.
  • If an immediate upgrade is not possible, restrict network access to the Ranger REST API, particularly the endpoints that handle plugin-schema registrations, to trusted hosts and enforce strict authentication.
  • Disable or remove the ability to register new plugin classes, or reject any unverified plugin definitions through the configuration or policy settings.
  • Monitor Ranger logs for unexpected class instantiations or plugin installations and configure alerts for suspicious activity.

Generated by OpenCVE AI on August 10, 2026 at 11:23 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 Arbitrary Class Instantiation in plugin-schema-registry component 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 Arbitrary Class Instantiation
Weaknesses CWE-470
CWE-94
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-10T10:34:01.416Z

Reserved: 2026-05-06T14:25:52.322Z

Link: CVE-2026-44416

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

    Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

  • CWE-94

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