CVE-2026-35352

high
Published 2026-04-22 · Modified 2026-05-08
CVSS v3
7.0
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
7.0

Description

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.

Predictions

Exploit likelihood
69%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-35352

vendor Authored 2026-05-27

Vendor advisory: security@ubuntu.com — https://github.com/uutils/coreutils/issues/10020

OS impact

OSVersionStatusFixed in
debian debianbookwormaffected
debian debiansidaffected
debian debiantrixieaffected

Package impact

EcosystemPackageVulnerableFixed
rust crates.iocoreutils<=0.8.0
rust RUSTcoreutils<= 0.8.0

Application impact

VendorProductVersionsFixed
uutilscoreutils-

References

CWEs

CWE-367

Verify integrity in audit chain (admin only). AS-IS.