CVE-2026-35349

Published
View on NVD ↗
CVSS v3
6.7
MEDIUM
CVSS v2
N/A
Affected
1
PROJECT

Description

A vulnerability in the rm utility of uutils coreutils allows a bypass of the --preserve-root protection. The implementation uses a path-string check rather than comparing device and inode numbers to identify the root directory. An attacker or accidental user can bypass this safeguard by using a symbolic link that resolves to the root directory (e.g., /tmp/rootlink -> /), potentially leading to the unintended recursive deletion of the entire root filesystem.

Cross-platform Rust rewrite of the GNU coreutils
GitHubGitHub
23.4K