Description
UnixAuth lacks brute-force protection in Apache Ranger versions <= 2.8.0. 
Note:  UnixAuth is NOT a recommended option for production deployments. 
Users are recommended to upgrade to version 2.9.0, which fixes this issue.
Published: 2026-08-10
Score: 7.3 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The UnixAuth authentication component in Apache Ranger does not implement brute‑force protection. This weakness (CWE‑307) allows an attacker to repeatedly submit login requests until a correct credential is discovered, potentially granting unauthorized access to Ranger’s administrative interfaces and the data they protect. The vulnerability originates in the authentication flow that handles user credentials; the likely attack vector is over the network interface exposed by the Ranger service, as the component accepts authentication requests from remote clients.

Affected Systems

Apache Ranger via the Apache Software Foundation is affected in all releases up to and including version 2.8.0. Any deployment that has not upgraded beyond 2.8.0 remains vulnerable.

Risk and Exploitability

While the CVSS score is not provided and EPSS data is unavailable, the absence of brute‑force mitigation permits credential‑guessing attempts with no rate limiting. Attackers can perform these attempts remotely, potentially compromising confidential assets. The vulnerability is not listed in the CISA KEV catalog. Mitigation is achievable through the vendor’s recommended upgrade to version 2.9.0, which removes the flaw.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Apache Ranger 2.9.0 or later patch to eliminate the missing brute‑force protection.
  • If an immediate update is not possible, isolate the Ranger service behind a firewall or network ACL to limit the number of external clients able to reach the UnixAuth endpoint.
  • Monitor authentication logs for repeated credential attempts and block IP addresses that exceed a reasonable threshold.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description UnixAuth lacks brute-force protection in Apache Ranger versions <= 2.8.0.  Note:  UnixAuth is NOT a recommended option for production deployments.  Users are recommended to upgrade to version 2.9.0, which fixes this issue.
Title Apache Ranger: UnixAuth lacks brute-force protection
Weaknesses CWE-307
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-10T19:59:35.403Z

Reserved: 2026-07-23T17:28:45.267Z

Link: CVE-2026-65948

cve-icon Vulnrichment

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

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T12:00:06Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts