Bug 2460766 (CVE-2026-35346) - CVE-2026-35346 rust-coreutils: comm: silent data corruption via lossy UTF-8 normalization
Summary: CVE-2026-35346 rust-coreutils: comm: silent data corruption via lossy UTF-8 n...
Keywords:
Status: NEW
Alias: CVE-2026-35346
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2461168 2461169
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-22 17:01 UTC by OSIDB Bzimport
Modified: 2026-04-24 18:59 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 17:01:29 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.