CVE-2026-35375
LOW3.3EPSS 0.01%uutils coreutils has an Improper Handling of Unicode Encoding Issue
發布日:2026/4/22修改日:2026/5/5
描述
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.
受影響套件(2)
- crates.io/coreutilsfrom 0, < 0.8.0
- Debian/rust-coreutilsfrom 0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | LOW3.3 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-35375
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-35375
- PATCHhttps://github.com/uutils/coreutils
- WEBhttps://github.com/uutils/coreutils/commit/d2b9550fe821a9a10bf0cec057509211357363f1
- WEBhttps://github.com/uutils/coreutils/pull/11397
- WEBhttps://github.com/uutils/coreutils/releases/tag/0.8.0