Vulnerability Description
The safe_traversal module in uutils coreutils, which provides protection against Time-of-Check to Time-of-Use (TOCTOU) symlink races using file-descriptor-relative syscalls, is incorrectly limited to Linux targets. On other Unix-like systems such as macOS and FreeBSD, the utility fails to utilize these protections, leaving directory traversal operations vulnerable to symlink race conditions.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | < 0.6.0 |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/pull/9792Issue TrackingPatch
- https://github.com/uutils/coreutils/releases/tag/0.6.0Release Notes
FAQ
What is CVE-2026-35362?
CVE-2026-35362 is a vulnerability with a CVSS score of 3.6 (LOW). The safe_traversal module in uutils coreutils, which provides protection against Time-of-Check to Time-of-Use (TOCTOU) symlink races using file-descriptor-relative syscalls, is incorrectly limited to ...
How severe is CVE-2026-35362?
CVE-2026-35362 has been rated LOW with a CVSS base score of 3.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35362?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.