Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-35338

24
FAUCET Score

CVE-2026-35338 is a path traversal vulnerability in the chmod utility of uutils coreutils that undermines the --preserve-root safety mechanism designed to prevent accidental destruction of root filesystems. The flaw exists because the implementation only checks if the target path is literally "/" without canonicalizing path variants, allowing attackers to bypass this protection using alternate paths such as "/../" or symbolic links to execute recursive permission changes on the entire root filesystem. The vulnerability carries a CVSS score of 7.3 (HIGH) with a local attack vector requiring low complexity and low privilege escalation. Successful exploitation results in high impact across confidentiality, integrity, and availability, as an attacker can execute destructive operations like "chmod -R 000" that would render a system unusable by removing all file permissions across the filesystem. There is no current evidence of active exploitation in the wild, with the vulnerability absent from the Known Exploited Vulnerabilities (KEV) catalog and maintaining an inactive status on threat intelligence hot lists. The EPSS score of 0.0001 indicates this remains a low-probability target for exploitation relative to the broader CVE landscape, though the moderate FAUCET risk score of 47.0 suggests organizations running vulnerable versions of uutils coreutils should prioritize updates to patch this capability-denial vulnerability.

Impacted Technologies

VendorProductVersion(s)CPE
>= 0, < 0.6.0CPE match
cpe:2.3:a:uutils:coreutils:*:*:*:*:*:rust:*:*
< 0.6.0CPE matchmatch criteria
cpe:2.3:a:uutils:coreutils:*:*:*:*:*:rust:*:*

CVSS Data

CVSS version used by this source: 3.1

7.3HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.3
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.18%
Probability of exploitation in next 30 days
EPSS Percentile
7.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-25
Model: v2026.06.15
This CVE's current EPSS score of 0.0018 is in the 31st percentile among its peer group of 759 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.2 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

rustpatch availablevia ghsa
Product: uu_chmodFixed in: 0.6.0

Vendor Advisories (1)

rustGHSA-4c7q-4928-8445high

chmod: --preserve-root bypassed by any path that resolves to root (e.g. /../)

Jul 6, 2026

References

github.com / uutils/coreutils/pull/10033
Issue TrackingPatch
github.com / uutils/coreutils/releases/tag/0.6.0
Release Notes