CVE-2026-35346
⚪ Do wiadomości
Błąd w narzędziu comm w uutils coreutils powoduje utratę danych przez konwersję UTF-8.
CVSS
3.3
EPSS
0.0%
Exploit
poc
Vendor
uutils
Opis źródłowy (NVD)
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.
exploit
Brak patcha
Źródła i daty
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 3.3 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.0% |
| Opublikowano (NVD) | 2026-04-22 17:16:36 UTC |
| Ostatnia modyfikacja (NVD) | 2026-04-27 12:28:38 UTC |
Referencje
- https://github.com/uutils/coreutils/issues/10192 (security@ubuntu.com) [Exploit, Issue Tracking, Vendor Advisory]
- https://github.com/uutils/coreutils/pull/10206 (security@ubuntu.com) [Issue Tracking, Patch]
- https://github.com/uutils/coreutils/releases/tag/0.6.0 (security@ubuntu.com) [Release Notes]