Vulnerability Description
A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up set_permissions call. This results in the existing file's permissions being changed to the default mode (often 644 after umask), potentially exposing sensitive files such as SSH private keys to other users on the system.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | - |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/issues/10020ExploitIssue TrackingVendor Advisory
FAQ
What is CVE-2026-35341?
CVE-2026-35341 is a vulnerability with a CVSS score of 7.1 (HIGH). A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target pat...
How severe is CVE-2026-35341?
CVE-2026-35341 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35341?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.