CVE Catalog

CVE-2026-35352

High
Published: Translated: NVD NIST

Summary

A TOCTOU race condition exists in the mkfifo utility of uutils coreutils. A local attacker with write access to the parent directory can swap the newly created FIFO for a symbolic link, potentially leading to privilege escalation.

Risk Assessment

This vulnerability may allow a local attacker to gain elevated privileges if the utility is run with elevated permissions.

Recommendation

It is recommended to restrict access to the parent directory and review and update permissions for users who may run this utility.

Other vulnerabilities in uutils coreutils

See all
Original NVD description (English source)

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.

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