CVE-2026-35373: uutils coreutils ln Local Denial of Service via Improper Handling of Non-UTF-8 Filenames

Published Apr 22, 2026
·
Updated

A logic error in the ln utility of uutils coreutils causes the program to reject source paths containing non-UTF-8 filename bytes when using target-directory forms (e.g., ln SOURCE... DIRECTORY). While GNU ln treats filenames as raw bytes and creates the links correctly, the uutils implementation enforces UTF-8 encoding, resulting in a failure to stat the file and a non-zero exit code. In environments where automated scripts or system tasks process valid but non-UTF-8 filenames common on Unix filesystems, this divergence causes the utility to fail, leading to a local denial of service for those specific operations.

Other sources

In target-directory forms (ln SOURCE... DIRECTORY), ln rejects source paths with non-UTF-8 filename bytes, while GNU accepts them. Breaks GNU compatibility for byte-oriented filenames on Unix filesystems.

PoC: name=$(printf 'bad\377'); mkdir dst; : > "$name"; ln "$name" dst GNU: exit 0, creates dst/bad\377 ; uutils: exit 1, dst empty

--- Zellic private finding (zellic-ext/coreutils-private PR #84). Reported in the Zellic uutils coreutils Program Security Assessment (for Canonical, Jan 2026), audited commit 3a07ffc5a9bd4c283e75afa548ba1f1957bad242.

GitHub

Affected Software

3 affected componentsFixes available
uutils coreutils
uutils Coreutils Rust
rust/uu_ln<0.6.0
0.6.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade rust/uu_ln to a version that resolves this vulnerability.

    Fixed in 0.6.0

Event History

Apr 22, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·05:16 PM
DescriptionSeverityWeaknessAffected Software
Jul 6, 2026
Advisory Published
via GitHub·07:53 PM
Data Sourced
via GitHub·07:53 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-35373?

CVE-2026-35373 has been classified as a denial of service vulnerability.

2

How do I fix CVE-2026-35373?

To mitigate CVE-2026-35373, ensure that filenames used with the ln utility are encoded in UTF-8.

3

What software is affected by CVE-2026-35373?

CVE-2026-35373 affects the uutils coreutils package, specifically the ln utility.

4

What type of vulnerability is CVE-2026-35373?

CVE-2026-35373 is a logic error that triggers a denial of service when handling non-UTF-8 filenames.

5

When was CVE-2026-35373 disclosed?

CVE-2026-35373 was disclosed in 2026, highlighting an issue in uutils coreutils.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203