PT-2026-34482 · Unknown · Uutils Coreutils
Zellic
·
Published
2026-04-22
·
Updated
2026-04-22
·
CVE-2026-35346
CVSS v3.1
3.3
Low
| AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
uutils coreutils (affected versions not specified)
Description
The comm utility silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation utilizes the
String::from utf8 lossy() function, which replaces invalid UTF-8 byte sequences with the Unicode replacement character (U+FFFD). This behavior leads to corrupted output when comparing binary files or files that use non-UTF-8 legacy encodings, as it does not preserve original raw bytes.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Uutils Coreutils