AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-19079

MEDIUM · CVSS 4.4 EPSS 0.08% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-07 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

A TOCTOU race condition vulnerability in the fixfiles script of policycoreutils affects Linux systems, allowing local attackers to exploit a timing window between file discovery and label modification. By manipulating symlinks, an attacker can alter SELinux labels on critical files, potentially undermining mandatory access controls and compromising system security. System administrators and security teams managing Linux environments should prioritize addressing this vulnerability to protect against unauthorized access to sensitive files.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19079
Severity
MEDIUM
CVSS
4.4
EPSS
0.08%
Linux

Original NVD Description

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.