Vulnerability Description
A Time-of-Check to Time-of-Use (TOCTOU) vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the O_NOFOLLOW flag. An attacker with concurrent write access can swap a regular file for a symbolic link during this window, causing a privileged cp process to copy the contents of arbitrary sensitive files into a destination controlled by the attacker.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | - |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/issues/10017ExploitIssue TrackingVendor Advisory
- https://github.com/uutils/coreutils/issues/10017ExploitIssue TrackingVendor Advisory
FAQ
What is CVE-2026-35359?
CVE-2026-35359 is a vulnerability with a CVSS score of 4.7 (MEDIUM). A Time-of-Check to Time-of-Use (TOCTOU) vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link u...
How severe is CVE-2026-35359?
CVE-2026-35359 has been rated MEDIUM with a CVSS base score of 4.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35359?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.