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

20
FAUCET Score

The cp utility in uutils coreutils contains a vulnerability in its recursive copy functionality (-R flag) that incorrectly processes character and block device nodes as regular files rather than preserving them with proper device semantics. When copying devices like /dev/null, the utility creates regular files instead of recreating the device nodes at the destination, potentially corrupting system functionality. This flaw affects uutils coreutils and could impact systems relying on this implementation as a replacement for GNU coreutils. The vulnerability is classified as MEDIUM severity with a CVSS score of 4.4, reflecting local attack vector requirements, low complexity exploitation, and low privilege escalation. The primary impact manifests as integrity and availability issues, with potential for denial of service through disk exhaustion when unbounded device nodes are read into regular files, or process hangs when applications attempt to interact with the incorrectly-created device files. Currently, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog, indicating no confirmed active exploitation in the wild. The EPSS score of 0.00012 indicates minimal likelihood of exploitation compared to the broader CVE landscape. Community attention appears limited, with no publicly available exploit code, suggesting this remains a low-priority remediation issue despite the technical nature of the flaw.

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

4.4MEDIUM

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

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
LOW
Availability Impact
LOW
Exploitability Score
1.8
Impact Score
2.5
CvssVersion
3.1

Exploit Intelligence

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

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.0 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.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (2)

github_advisorypatch availablevia nvd_reference
View patch
rustpatch availablevia ghsa
Product: uu_cpFixed in: 0.7.0

Vendor Advisories (1)

rustGHSA-8vrf-r662-2w2vmedium

cp: -R reads device nodes as streams, destroying device semantics

Jul 6, 2026

References

github.com / uutils/coreutils/issues/9746
ExploitIssue Tracking
github.com / uutils/coreutils/pull/11163
Issue TrackingPatch
github.com / uutils/coreutils/releases/tag/0.7.0
Release Notes