<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-07-08T11:04:15.819342+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/b58a3fec-fe89-4cac-8933-1e635175299e/export</id>
    <title>b58a3fec-fe89-4cac-8933-1e635175299e</title>
    <updated>2026-07-08T11:04:15.839202+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cvepremium.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "b58a3fec-fe89-4cac-8933-1e635175299e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-35366", "type": "seen", "source": "https://gist.github.com/alon710/07d450ac5289edebf7f986d4d73c3cf2", "content": "# CVE-2026-35366: CVE-2026-35366: Security Inspection Bypass in uutils coreutils printenv via non-UTF-8 Environment Variables\n\n&amp;gt; **CVSS Score:** 4.4\n&amp;gt; **Published:** 2026-07-06\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-35366\n\n## Summary\nA security inspection bypass vulnerability exists in the printenv utility of uutils coreutils (a Rust-based implementation of GNU coreutils) prior to version 0.6.0. Due to a semantic mismatch between POSIX environment variable specifications and Rust's strict UTF-8 validation rules, environment variables containing invalid UTF-8 byte sequences are silently omitted from printenv outputs. This allows local attackers to load and execute adversarial environment variables while remaining undetected by system administrators and automated security auditing tools.\n\n## TL;DR\nPrior to version 0.6.0, the Rust implementation of printenv silently filters out environment variables that contain invalid UTF-8 byte sequences, allowing attackers to hide malicious environmental settings from security audits.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-754\n- **Attack Vector**: Local\n- **CVSS v3.1 Score**: 4.4\n- **EPSS Score**: 0.0017 (0.17%)\n- **Impact**: Defense Evasion / Inspection Bypass\n- **Exploit Status**: Proof-of-Concept Available\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- POSIX-compliant systems using uutils coreutils printenv prior to version 0.6.0\n- Security auditing tools relying on uutils coreutils printenv outputs\n- **coreutils**: &amp;lt; 0.6.0 (Fixed in: `0.6.0`)\n\n## Mitigation\n\n- Upgrade uutils coreutils to version 0.6.0 or later.\n- Audit active process environment blocks using kernel-level interfaces like /proc instead of vulnerable utilities.\n- Avoid using standard Rust String types for handling operating system environment interfaces in system utilities.\n\n**Remediation Steps:**\n1. Locate systems running uutils coreutils.\n2. Update the package to version 0.6.0 or later using the appropriate system package manager or Cargo.\n3. For temporary auditing, use 'cat /proc//environ | tr \"\\0\" \"\\n\"' to securely examine environments in a raw byte format.\n\n## References\n\n- [uutils coreutils Issue #9701: printenv skips environment variables with invalid UTF-8](https://github.com/uutils/coreutils/issues/9701)\n- [uutils coreutils Release 0.6.0](https://github.com/uutils/coreutils/releases/tag/0.6.0)\n- [CVE-2026-35366 Record](https://www.cve.org/CVERecord?id=CVE-2026-35366)\n- [NVD Advisory for CVE-2026-35366](https://nvd.nist.gov/vuln/detail/CVE-2026-35366)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-35366) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-06T21:12:12.324972Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/b58a3fec-fe89-4cac-8933-1e635175299e/export"/>
    <published>2026-07-06T21:12:12.324972+00:00</published>
  </entry>
</feed>
