# CVE-2026-35380

> Vulnerability · severity: **MEDIUM** (CVSS 5.5).

## Description

A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' (two single quotes) as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d (delimiter) and --output-delimiter options. This vulnerability can lead to silent data corruption or logic errors in automated scripts and data pipelines that process strings containing these characters, as the utility may unintentionally split or join data on NUL bytes rather than the intended literal characters.

## Key facts

- **CVE ID:** CVE-2026-35380
- **Published:** 2026-04-22
- **CVSS severity:** MEDIUM
- **CVSS base score:** 5.5
- **CWE codes:** CWE-20, NVD-CWE-noinfo

## Affected products

- `uutils:coreutils`

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-35380

## Citation

> AI Analytics. CVE-2026-35380. Retrieved 2026-08-11 from https://api.ai-analytics.org/cve/CVE-2026-35380. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*