Vulnerability Description
The cp utility in uutils coreutils, when performing recursive copies (-R), incorrectly treats character and block device nodes as stream sources rather than preserving them. Because the implementation reads bytes into regular files at the destination instead of using mknod, device semantics are destroyed (e.g., /dev/null becomes a regular file). This behavior can lead to runtime denial of service through disk exhaustion or process hangs when reading from unbounded device nodes.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | < 0.7.0 |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/issues/9746ExploitIssue Tracking
- https://github.com/uutils/coreutils/pull/11163Issue TrackingPatch
- https://github.com/uutils/coreutils/releases/tag/0.7.0Release Notes
- https://github.com/uutils/coreutils/issues/9746ExploitIssue Tracking
FAQ
What is CVE-2026-35358?
CVE-2026-35358 is a vulnerability with a CVSS score of 4.4 (MEDIUM). The cp utility in uutils coreutils, when performing recursive copies (-R), incorrectly treats character and block device nodes as stream sources rather than preserving them. Because the implementation...
How severe is CVE-2026-35358?
CVE-2026-35358 has been rated MEDIUM with a CVSS base score of 4.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35358?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.