Data Manipulation Issue in uutils coreutils by uutils
CVE-2026-35343
3.3LOW
What is CVE-2026-35343?
The cut utility within uutils coreutils has a data manipulation issue where the -s (only-delimited) option does not function correctly when a newline character is used as the delimiter. This oversight arises from a failure to validate the only_delimited flag in the cut_fields_newline_char_delim function, allowing the utility to output non-delimited lines that are meant to be suppressed. As a result, scripts that depend on precise output may receive unintended data, potentially causing further complications in data processing and integrity.
Affected Version(s)
coreutils Linux 0 < 0.8.0
