Information Disclosure in Uutils Coreutils cp Utility
CVE-2026-35357
4.7MEDIUM
What is CVE-2026-35357?
The cp utility within Uutils Coreutils is susceptible to an information disclosure race condition. When files are created, they initially inherit permissions based on the umask setting (such as 0644), and these permissions are updated to more restrictive settings (like 0600) later in the process. A local attacker may exploit this timing window to open the file while it still has the broader permissions. As a result, even after permissions are tightened, the attacker can access the file descriptor, leading to potential exposure of sensitive or confidential information.
