Vulnerability Description
A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes to_string_lossy() when constructing chunk filenames, which automatically rewrites invalid byte sequences into the UTF-8 replacement character (U+FFFD). This behavior diverges from GNU split, which preserves raw pathname bytes intact. In environments utilizing non-UTF-8 encodings, this vulnerability leads to the creation of files with incorrect names, potentially causing filename collisions, broken automation, or the misdirection of output data.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | < 0.8.0 |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/pull/11397ExploitIssue TrackingPatch
- https://github.com/uutils/coreutils/releases/tag/0.8.0Release Notes
FAQ
What is CVE-2026-35375?
CVE-2026-35375 is a vulnerability with a CVSS score of 3.3 (LOW). A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes to_string_lossy() whe...
How severe is CVE-2026-35375?
CVE-2026-35375 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35375?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.