The cut utility in uutils coreutils incorrectly handles the -s (only-delimited) option when a newline character is specified as the delimiter. The implementation fails to verify the only_delimited flag in the cut_fields_newline_char_delim function, causing the utility to print non-delimited lines that should have been suppressed. This can lead to unexpected data being passed to downstream scripts that rely on strict output filtering.
References
| Link | Resource |
|---|---|
| https://github.com/uutils/coreutils/pull/11143 | Issue Tracking Patch |
| https://github.com/uutils/coreutils/releases/tag/0.7.0 | Release Notes |
Configurations
History
04 May 2026, 20:10
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/uutils/coreutils/pull/11143 - Issue Tracking, Patch | |
| References | () https://github.com/uutils/coreutils/releases/tag/0.7.0 - Release Notes | |
| CPE | cpe:2.3:a:uutils:coreutils:*:*:*:*:*:rust:*:* | |
| First Time |
Uutils
Uutils coreutils |
22 Apr 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-22 17:16
Updated : 2026-05-04 20:10
NVD link : CVE-2026-35343
Mitre link : CVE-2026-35343
CVE.ORG link : CVE-2026-35343
JSON object : View
Products Affected
uutils
- coreutils
CWE
CWE-670
Always-Incorrect Control Flow Implementation
