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

18
FAUCET Score

OVERVIEW CVE-2026-35366 affects the printenv utility in uutils coreutils, a Rust-based implementation of core Unix utilities. The vulnerability stems from improper handling of environment variables containing invalid UTF-8 byte sequences. Rather than displaying raw bytes as POSIX standards permit, the utility silently omits these entries, creating a visibility gap that obscures potentially malicious environment variables from administrator inspection and security auditing tools. SEVERITY This vulnerability carries a CVSS v3.1 score of 4.4 (MEDIUM) with a local attack vector requiring low privilege access and no user interaction. The impact is limited to low-level confidentiality and integrity concerns, with no availability impact. While the EPSS score of 0.00011 indicates extremely low prevalence in the wild relative to other CVEs, the practical risk lies in its ability to facilitate environment-based attacks such as LD_PRELOAD library injection that could evade detection, making it more relevant to defense evasion scenarios than to direct system compromise. EXPLOITATION STATUS There is no evidence of active exploitation, and the vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog. No public exploit code appears to be available. Community attention remains minimal, as reflected by the low FAUCET risk score of 30/100 and inactive status on security hotlists. Organizations should prioritize patching only if they deploy uutils coreutils in security-sensitive environments where environment variable auditing is a critical control.

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

4.4MEDIUM

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

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

Exploit Intelligence

EPSS Score
0.17%
Probability of exploitation in next 30 days
EPSS Percentile
6.7%
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.0017 is in the 37th 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_printenvFixed in: 0.6.0

Vendor Advisories (1)

rustGHSA-p7h3-7q52-72w8medium

printenv: environment variables with invalid UTF-8 are silently skipped (evades inspection)

Jul 6, 2026

References

github.com / uutils/coreutils/issues/9701
ExploitIssue Tracking
github.com / uutils/coreutils/pull/9728
Issue TrackingPatch
github.com / uutils/coreutils/releases/tag/0.6.0
Release Notes