CVE-2026-35346
LOW3.3EPSS 0.01%coreutils' comm utility silently corrupts data by performing lossy UTF-8 conversion on all output lines
發布日:2026/4/22修改日:2026/5/5
描述
The comm utility in uutils coreutils silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation uses String::from_utf8_lossy(), which replaces invalid UTF-8 byte sequences with the Unicode replacement character (U+FFFD). This behavior differs from GNU comm, which processes raw bytes and preserves the original input. This results in corrupted output when the utility is used to compare binary files or files using non-UTF-8 legacy encodings.
受影響套件(2)
- crates.io/coreutilsfrom 0, < 0.6.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 |
參考連結(7)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-35346
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-35346
- PATCHhttps://github.com/uutils/coreutils
- WEBhttps://github.com/uutils/coreutils/commit/b9372e509ea9b278fe13763237067a261bb8c946
- WEBhttps://github.com/uutils/coreutils/issues/10192
- WEBhttps://github.com/uutils/coreutils/pull/10206
- WEBhttps://github.com/uutils/coreutils/releases/tag/0.6.0