PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-19079 Red Hat CVE debrief

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.

Vendor
Red Hat
Product
Red Hat Hardened Images
CVSS
MEDIUM 4.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-07
Original CVE updated
2026-08-21
Advisory published
2026-08-07
Advisory updated
2026-08-21

Who should care

System administrators and security teams responsible for managing SELinux-based systems, particularly those using policycoreutils, should be aware of this vulnerability and take steps to mitigate it.

Technical summary

The fixfiles script in policycoreutils is vulnerable to a TOCTOU race condition. 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 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.

Defensive priority

Medium priority due to local attack vector and potential impact on SELinux protections

Recommended defensive actions

  • Apply patches or updates provided by the vendor to fix the vulnerability
  • Implement compensating controls to monitor and restrict access to sensitive files and directories
  • Conduct regular security audits and vulnerability assessments to identify potential weaknesses
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability was found in the fixfiles script in policycoreutils. The script's use of find and chcon commands to locate and relabel unlabeled files under /tmp and other directories creates a TOCTOU race condition. A local attacker could exploit this by swapping directory components with symlinks, causing chcon to follow the symlink and modify SELinux labels on arbitrary system files.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-07T08:16:46.160Z and has not been modified since then.