CVE-2026-35380
MEDIUM5.5EPSS 0.02%uutils coreutils has an Improper Input Validation Issue in its cut Utility
發布日:2026/4/22修改日:2026/5/5
描述
A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' (two single quotes) as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d (delimiter) and --output-delimiter options. This vulnerability can lead to silent data corruption or logic errors in automated scripts and data pipelines that process strings containing these characters, as the utility may unintentionally split or join data on NUL bytes rather than the intended literal characters.
受影響套件(2)
- crates.io/coreutilsfrom 0, < 0.8.0
- Debian/rust-coreutilsfrom 0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.5 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-35380
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-35380
- PATCHhttps://github.com/uutils/coreutils
- WEBhttps://github.com/uutils/coreutils/commit/593f5b191e8b9c87e4292955999c2d0b5cbcce69
- WEBhttps://github.com/uutils/coreutils/pull/11399
- WEBhttps://github.com/uutils/coreutils/releases/tag/0.8.0