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-35349

24
FAUCET Score

CVE-2026-35349 is a vulnerability in the rm utility of uutils coreutils that allows attackers to bypass the --preserve-root protection mechanism, which is designed to prevent accidental deletion of the root filesystem. The flaw stems from improper root directory identification, relying on string-based path comparison rather than device and inode number verification. An attacker can exploit this by creating a symbolic link pointing to the root directory and leveraging it with rm, potentially causing unintended recursive deletion of the entire root filesystem. The vulnerability presents medium severity with a CVSS score of 6.7, requiring local access but no special privileges or user interaction. The attack has high impact potential, affecting both system integrity and availability through filesystem destruction, though confidentiality is not compromised. The local attack vector and higher complexity requirements provide some friction to exploitation. This vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities catalog and shows no evidence of active exploitation in the wild. The EPSS score of 0.000140000 indicates minimal probability of exploitation compared to other disclosed vulnerabilities. Community attention remains low, and no public exploit code has been widely circulated, suggesting this remains primarily a theoretical risk at this time.

Impacted Technologies

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

CVSS Data

CVSS version used by this source: 3.1

6.7MEDIUM

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

Attack Vector
LOCAL
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.4
Impact Score
5.2
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.18%
Probability of exploitation in next 30 days
EPSS Percentile
8.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0019 is in the 12th percentile among its peer group of 3,237 CVEs.

Social Chatter

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

Media Mentions

No media coverage found for this CVE.

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

Remediation

Patch Available

Vendor Patches (1)

rustpatch availablevia ghsa
Product: uu_rmFixed in: 0.7.0

Vendor Advisories (1)

rustGHSA-7cr3-h577-g38jmedium

rm: --preserve-root bypassed via a symlink to / (string check instead of dev/inode)

Jul 6, 2026

References

github.com / uutils/coreutils/pull/9706
Issue TrackingPatch
github.com / uutils/coreutils/releases/tag/0.7.0
Release Notes