CVE-2026-35341 HIGH

CVE-2026-35341: uutils coreutils mkfifo Unauthorized Permission Change on Existing Files

Vendor Uutils
Product coreutils
Weakness CWE-732
Published April 22, 2026
Last update April 24, 2026

CVSS base score

7.1/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 22, 2026 CVE published
April 24, 2026 Record updated

Related vulnerabilities

04Related CVE