CVE Catalog

CVE-2026-19079

MediumCVSS 4.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.08%

0th percentile - higher than 0% of all known CVEs

Summary

A TOCTOU race condition vulnerability was found in the fixfiles script in policycoreutils. When running fixfiles relabel or fixfiles restore, the script uses find and chcon commands to locate and relabel unlabeled files under /tmp and other directories. A local attacker could exploit the race window between file discovery and label change by swapping directory components with symlinks, causing chcon to follow the symlink and modify SELinux labels on arbitrary system files, potentially undermining SELinux protections on critical files like /etc/shadow.

Risk Assessment

An attacker can alter SELinux labels on critical system files, potentially leading to system integrity compromise and privilege escalation. This may allow unauthorized access to sensitive data.

Recommendation

Update policycoreutils to a patched version. Restrict access to the fixfiles script to trusted administrators and avoid using it in environments with untrusted local users.

Other vulnerabilities in policycoreutils

See all
Original NVD description (English source)

A TOCTOU (Time-of-Check-Time-of-Use) race condition vulnerability was found in the fixfiles script in policycoreutils. When running fixfiles relabel or fixfiles restore, the script used find and chcon commands to locate and relabel unlabeled files under /tmp and other directories. A local attacker could exploit a race window between the file discovery and the label change operation by swapping directory components with symlinks, causing chcon to follow the symlink and modify SELinux labels on arbitrary system files. This could undermine SELinux mandatory access control protections on critical files such as /etc/shadow.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS