Unauthorized File Permission Modification in uutils Coreutils
CVE-2026-35341
7.1HIGH
What is CVE-2026-35341?
A flaw in uutils coreutils mkfifo permits unauthorized modification of file permissions on existing files. If mkfifo encounters an existing file at the intended path, it fails to abort the operation, leading to a subsequent set_permissions execution that alters the permissions of the existing file to default modes (typically 644 after umask). This inadvertent change can expose sensitive files, including SSH private keys, to unauthorized access by other users on the system.
