Bug 2460818 (CVE-2026-35352) - CVE-2026-35352 rust-coreutils: mkfifo: privilege escalation via TOCTOU race condition
Summary: CVE-2026-35352 rust-coreutils: mkfifo: privilege escalation via TOCTOU race c...
Keywords:
Status: NEW
Alias: CVE-2026-35352
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2461198 2461199
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-22 17:04 UTC by OSIDB Bzimport
Modified: 2026-04-24 19:04 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 17:04:27 UTC
A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link between these two operations. This redirects the chmod call to an arbitrary file, potentially enabling privilege escalation if the utility is run with elevated privileges.


Note You need to log in before you can comment on or make changes to this bug.