MEDIUM

CVE-2026-9651

2026-06-25 CVSS v4.0
CVSS
6.7

Description

CWE-732 Incorrect Permission Assignment for Critical Resource vulnerability that could cause unauthorized disclosure of password hashes and potential account compromise when an attacker with privileged local access reads improperly protected system files.

Summary dbcve.org

This is a CWE-732 (Incorrect Permission Assignment for Critical Resource) vulnerability where system files containing password hashes have overly permissive access controls. An attacker with privileged local access can read these improperly protected files, exposing password hashes that could be cracked for account compromise.

Mitigation

Restrict file permissions on password hash files to only allow read access by privileged system accounts (e.g., root), removing all access for non-admin users and groups. Verify the fix by attempting to read the files as a non-privileged user.

Weakness (CWE)

CWE-732 Incorrect Permission Assignment

EPSS Score

0.16%
Probability of exploitation in next 30 days
5.2th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE