HarborGuard / CVE
Back to search
HIGHCVE-2026-35338Published Modified CNA canonical

CVE-2026-35338: uutils coreutils chmod Path Traversal Bypass of --preserve-root

A vulnerability in the chmod utility of uutils coreutils allows users to bypass the --preserve-root safety mechanism. The implementation only validates if the target path is literally / and does not canonicalize the path. An attacker or accidental user can use path variants such as /../ or symbolic links to execute destructive recursive operations (e.g., chmod -R 000) on the entire root filesystem, leading to system-wide permission loss and potential complete system breakdown.

Metrics

CVSS v3.1
7.3
Severity
HIGH
Fixed in
0.6.0
Affected Products
1

Fix available

0.6.0
Patch commits
Affected packages
  • Uutils / coreutils
    < 0.6.0 (from 0)
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
CVE-2026-35338: uutils coreutils chmod Path Traversal Bypass of --preserve-root | HarborGuard CVE