<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 19 Sep 2026 19:23:49 +0000</lastBuildDate>
    <item>
      <title>9d4860e2-08a1-4568-89c3-88dd39d5bbd9</title>
      <link>https://vulnerability.circl.lu/sighting/9d4860e2-08a1-4568-89c3-88dd39d5bbd9/export</link>
      <description>{"uuid": "9d4860e2-08a1-4568-89c3-88dd39d5bbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-3w57-8xmc-8v26", "type": "seen", "source": "https://gist.github.com/alon710/fb43b5674daf6e26005b27c98e4ca3cf", "content": "# CVE-2026-63349: CVE-2026-63349: Privilege Dropping Bypass and Denial of Service in AnyIO Subprocess Module\n\n&amp;gt; **CVSS Score:** 7.0\n&amp;gt; **Published:** 2026-09-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-63349\n\n## Summary\nCVE-2026-63349 is a critical privilege-dropping bypass vulnerability in the AnyIO asynchronous framework (versions 4.14.0 and 4.14.1) on POSIX platforms. Due to a variable assignment typo, supplementary groups specified by the developer are not correctly propagated to the execution backend, resulting in subprocesses retaining the parent process's elevated supplementary group permissions.\n\n## TL;DR\nA typo in AnyIO 4.14.0 and 4.14.1 causes subprocesses to retain the parent's supplementary groups (such as 'docker' or 'shadow'), bypassing security boundaries designed to drop privileges.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-266 / CWE-269\n- **Attack Vector**: Local\n- **CVSS v4.0 Score**: 7.0 (High)\n- **Exploit Status**: Proof-of-Concept / Theoretical\n- **KEV Status**: Not Listed\n- **Affected Component**: anyio._core._subprocesses\n\n## Affected Systems\n\n- AnyIO (Python asynchronous library) versions 4.14.0 and 4.14.1 running on POSIX systems\n- **AnyIO**: &amp;gt;= 4.14.0, &amp;lt; 4.14.2 (Fixed in: `4.14.2`)\n\n## Mitigation\n\n- Upgrade to AnyIO version 4.14.2 or higher.\n- Directly utilize Python's native asyncio or subprocess modules to execute processes with privilege dropping in environment-constrained setups.\n\n**Remediation Steps:**\n1. Identify all installed instances of AnyIO within the Python environment using 'pip show anyio'.\n2. Update requirements.txt, pyproject.toml, or Pipfile configurations to enforce dependencies of anyio &amp;gt;= 4.14.2.\n3. Run automated vulnerability scanning tools to verify the closure of vulnerability CVE-2026-63349.\n\n## References\n\n- [NVD - CVE-2026-63349](https://nvd.nist.gov/vuln/detail/CVE-2026-63349)\n- [GitHub Security Advisory GHSA-3w57-8xmc-8v26](https://github.com/agronholm/anyio/security/advisories/GHSA-3w57-8xmc-8v26)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-63349) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-19T13:31:35.820165Z"}</description>
      <content:encoded>{"uuid": "9d4860e2-08a1-4568-89c3-88dd39d5bbd9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-3w57-8xmc-8v26", "type": "seen", "source": "https://gist.github.com/alon710/fb43b5674daf6e26005b27c98e4ca3cf", "content": "# CVE-2026-63349: CVE-2026-63349: Privilege Dropping Bypass and Denial of Service in AnyIO Subprocess Module\n\n&amp;gt; **CVSS Score:** 7.0\n&amp;gt; **Published:** 2026-09-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-63349\n\n## Summary\nCVE-2026-63349 is a critical privilege-dropping bypass vulnerability in the AnyIO asynchronous framework (versions 4.14.0 and 4.14.1) on POSIX platforms. Due to a variable assignment typo, supplementary groups specified by the developer are not correctly propagated to the execution backend, resulting in subprocesses retaining the parent process's elevated supplementary group permissions.\n\n## TL;DR\nA typo in AnyIO 4.14.0 and 4.14.1 causes subprocesses to retain the parent's supplementary groups (such as 'docker' or 'shadow'), bypassing security boundaries designed to drop privileges.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-266 / CWE-269\n- **Attack Vector**: Local\n- **CVSS v4.0 Score**: 7.0 (High)\n- **Exploit Status**: Proof-of-Concept / Theoretical\n- **KEV Status**: Not Listed\n- **Affected Component**: anyio._core._subprocesses\n\n## Affected Systems\n\n- AnyIO (Python asynchronous library) versions 4.14.0 and 4.14.1 running on POSIX systems\n- **AnyIO**: &amp;gt;= 4.14.0, &amp;lt; 4.14.2 (Fixed in: `4.14.2`)\n\n## Mitigation\n\n- Upgrade to AnyIO version 4.14.2 or higher.\n- Directly utilize Python's native asyncio or subprocess modules to execute processes with privilege dropping in environment-constrained setups.\n\n**Remediation Steps:**\n1. Identify all installed instances of AnyIO within the Python environment using 'pip show anyio'.\n2. Update requirements.txt, pyproject.toml, or Pipfile configurations to enforce dependencies of anyio &amp;gt;= 4.14.2.\n3. Run automated vulnerability scanning tools to verify the closure of vulnerability CVE-2026-63349.\n\n## References\n\n- [NVD - CVE-2026-63349](https://nvd.nist.gov/vuln/detail/CVE-2026-63349)\n- [GitHub Security Advisory GHSA-3w57-8xmc-8v26](https://github.com/agronholm/anyio/security/advisories/GHSA-3w57-8xmc-8v26)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-63349) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-19T13:31:35.820165Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9d4860e2-08a1-4568-89c3-88dd39d5bbd9/export</guid>
      <pubDate>Sat, 19 Sep 2026 13:31:35 +0000</pubDate>
    </item>
  </channel>
</rss>
