CVE-2026-35357

The cp utility in uutils coreutils is vulnerable to an information disclosure race condition. Destination files are initially created with umask-derived permissions (e.g., 0644) before being restricted to their final mode (e.g., 0600) later in the process. A local attacker can race to open the file during this window; once obtained, the file descriptor remains valid and readable even after the permissions are tightened, exposing sensitive or private file contents.
References
Link Resource
https://github.com/uutils/coreutils/issues/10011 Exploit Issue Tracking Vendor Advisory
https://github.com/uutils/coreutils/issues/10011 Exploit Issue Tracking Vendor Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:uutils:coreutils:-:*:*:*:*:rust:*:*

History

24 Apr 2026, 19:02

Type Values Removed Values Added
References () https://github.com/uutils/coreutils/issues/10011 - () https://github.com/uutils/coreutils/issues/10011 - Exploit, Issue Tracking, Vendor Advisory
First Time Uutils
Uutils coreutils
CPE cpe:2.3:a:uutils:coreutils:-:*:*:*:*:rust:*:*

22 Apr 2026, 19:17

Type Values Removed Values Added
References () https://github.com/uutils/coreutils/issues/10011 - () https://github.com/uutils/coreutils/issues/10011 -

22 Apr 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-22 17:16

Updated : 2026-04-24 19:02


NVD link : CVE-2026-35357

Mitre link : CVE-2026-35357

CVE.ORG link : CVE-2026-35357


JSON object : View

Products Affected

uutils

  • coreutils
CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition