⚠ Withdrawn by GitHub Security Advisories

Withdrawn: July 6, 2026

GHSA-hwhf-8p2f-45wrLowCVSS 3.3Disclosed before NVD

Duplicate Advisory: coreutils' comm utility silently corrupts data by performing lossy UTF-8 conversion on all output lines

Published
April 22, 2026
Last Modified
July 6, 2026

📋 Description

Duplicate Advisory

This advisory has been withdrawn because it is a duplicate of GHSA-6gcw-w7cp-94g9. This link is maintained to preserve external references.

Original Description

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.

🎯 Affected products1

  • rust/coreutils:< 0.6.0

🔗 References (6)