<?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>Sun, 23 Aug 2026 11:40:57 +0000</lastBuildDate>
    <item>
      <title>c42beb9b-6e06-44e6-ad78-f9185f83164d</title>
      <link>https://vulnerability.circl.lu/sighting/c42beb9b-6e06-44e6-ad78-f9185f83164d/export</link>
      <description>{"uuid": "c42beb9b-6e06-44e6-ad78-f9185f83164d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "# CVE-2026-69249: CVE-2026-69249: Exponential Backtracking Denial of Service in python-cryptography X.509 Verification Engine\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-08-03\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-69249\n\n## Summary\nAn uncontrolled resource consumption vulnerability (CWE-400) exists in the python-cryptography library's Rust-based X.509 verification engine. The flaw allows unauthenticated remote attackers to trigger severe CPU exhaustion and Denial of Service (DoS) by supplying specially crafted certificate chains containing duplicate self-signed certificates, forcing the recursive path builder into an exponential state-search loop.\n\n## TL;DR\nUnauthenticated remote attackers can cause complete CPU exhaustion and Denial of Service (DoS) on endpoints using python-cryptography by submitting malformed certificate chains containing duplicate self-signed intermediates, triggering an exponential path-building backtracking loop.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 8.7 (High)\n- **Impact**: Denial of Service (DoS) via CPU Exhaustion\n- **Exploit Status**: Proof-of-Concept (PoC) available\n- **KEV Status**: Not listed on CISA KEV\n\n## Affected Systems\n\n- Python environments utilizing the cryptography package version &amp;lt; 49.0.0\n- Application servers implementing custom X.509 chain building or client certificate verification using PolicyBuilder\n- S/MIME and client-authenticated TLS validation gateways relying on the pyca/cryptography engine\n- **cryptography**: &amp;lt; 49.0.0 (Fixed in: `49.0.0`)\n\n## Mitigation\n\n- Upgrade the python-cryptography dependency to version 49.0.0 or higher immediately.\n- Implement a request size and certificate chain length limit at the ingress reverse proxy or API gateway.\n- Enforce execution timeouts on tasks processing untrusted certificate parsing and validation.\n\n**Remediation Steps:**\n1. Identify all Python execution environments and virtualenvs running python-cryptography.\n2. Run the pip install upgrade command: `pip install --upgrade cryptography&amp;gt;=49.0.0`.\n3. Validate the installed version using: `python3 -c \"import cryptography; print(cryptography.__version__)\"`.\n4. Restart any daemonized processes or application servers to reload the patched native library binaries.\n\n## References\n\n- [GHSA-jwv3-5hgf-82ww: Path validation algorithmic complexity vulnerability](https://github.com/pyca/cryptography/security/advisories/GHSA-jwv3-5hgf-82ww)\n- [Fix Commit 4a12cf49675a184e47f912b00b04f3a629283582](https://github.com/pyca/cryptography/commit/4a12cf49675a184e47f912b00b04f3a629283582)\n- [Authoritative CVE-2026-69249 Record](https://www.cve.org/CVERecord?id=CVE-2026-69249)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-69249) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-04T00:00:43.568759Z"}</description>
      <content:encoded>{"uuid": "c42beb9b-6e06-44e6-ad78-f9185f83164d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "# CVE-2026-69249: CVE-2026-69249: Exponential Backtracking Denial of Service in python-cryptography X.509 Verification Engine\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-08-03\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-69249\n\n## Summary\nAn uncontrolled resource consumption vulnerability (CWE-400) exists in the python-cryptography library's Rust-based X.509 verification engine. The flaw allows unauthenticated remote attackers to trigger severe CPU exhaustion and Denial of Service (DoS) by supplying specially crafted certificate chains containing duplicate self-signed certificates, forcing the recursive path builder into an exponential state-search loop.\n\n## TL;DR\nUnauthenticated remote attackers can cause complete CPU exhaustion and Denial of Service (DoS) on endpoints using python-cryptography by submitting malformed certificate chains containing duplicate self-signed intermediates, triggering an exponential path-building backtracking loop.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 8.7 (High)\n- **Impact**: Denial of Service (DoS) via CPU Exhaustion\n- **Exploit Status**: Proof-of-Concept (PoC) available\n- **KEV Status**: Not listed on CISA KEV\n\n## Affected Systems\n\n- Python environments utilizing the cryptography package version &amp;lt; 49.0.0\n- Application servers implementing custom X.509 chain building or client certificate verification using PolicyBuilder\n- S/MIME and client-authenticated TLS validation gateways relying on the pyca/cryptography engine\n- **cryptography**: &amp;lt; 49.0.0 (Fixed in: `49.0.0`)\n\n## Mitigation\n\n- Upgrade the python-cryptography dependency to version 49.0.0 or higher immediately.\n- Implement a request size and certificate chain length limit at the ingress reverse proxy or API gateway.\n- Enforce execution timeouts on tasks processing untrusted certificate parsing and validation.\n\n**Remediation Steps:**\n1. Identify all Python execution environments and virtualenvs running python-cryptography.\n2. Run the pip install upgrade command: `pip install --upgrade cryptography&amp;gt;=49.0.0`.\n3. Validate the installed version using: `python3 -c \"import cryptography; print(cryptography.__version__)\"`.\n4. Restart any daemonized processes or application servers to reload the patched native library binaries.\n\n## References\n\n- [GHSA-jwv3-5hgf-82ww: Path validation algorithmic complexity vulnerability](https://github.com/pyca/cryptography/security/advisories/GHSA-jwv3-5hgf-82ww)\n- [Fix Commit 4a12cf49675a184e47f912b00b04f3a629283582](https://github.com/pyca/cryptography/commit/4a12cf49675a184e47f912b00b04f3a629283582)\n- [Authoritative CVE-2026-69249 Record](https://www.cve.org/CVERecord?id=CVE-2026-69249)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-69249) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-04T00:00:43.568759Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c42beb9b-6e06-44e6-ad78-f9185f83164d/export</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:43 +0000</pubDate>
    </item>
    <item>
      <title>60d5e7b5-2028-49aa-9a23-6bfa55967066</title>
      <link>https://vulnerability.circl.lu/sighting/60d5e7b5-2028-49aa-9a23-6bfa55967066/export</link>
      <description>{"uuid": "60d5e7b5-2028-49aa-9a23-6bfa55967066", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "# CVE-2026-69249: CVE-2026-69249: Exponential Backtracking Denial of Service in python-cryptography X.509 Verification Engine\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-08-03\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-69249\n\n## Summary\nAn uncontrolled resource consumption vulnerability (CWE-400) exists in the python-cryptography library's Rust-based X.509 verification engine. The flaw allows unauthenticated remote attackers to trigger severe CPU exhaustion and Denial of Service (DoS) by supplying specially crafted certificate chains containing duplicate self-signed certificates, forcing the recursive path builder into an exponential state-search loop.\n\n## TL;DR\nUnauthenticated remote attackers can cause complete CPU exhaustion and Denial of Service (DoS) on endpoints using python-cryptography by submitting malformed certificate chains containing duplicate self-signed intermediates, triggering an exponential path-building backtracking loop.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 8.7 (High)\n- **Impact**: Denial of Service (DoS) via CPU Exhaustion\n- **Exploit Status**: Proof-of-Concept (PoC) available\n- **KEV Status**: Not listed on CISA KEV\n\n## Affected Systems\n\n- Python environments utilizing the cryptography package version &amp;lt; 49.0.0\n- Application servers implementing custom X.509 chain building or client certificate verification using PolicyBuilder\n- S/MIME and client-authenticated TLS validation gateways relying on the pyca/cryptography engine\n- **cryptography**: &amp;lt; 49.0.0 (Fixed in: `49.0.0`)\n\n## Mitigation\n\n- Upgrade the python-cryptography dependency to version 49.0.0 or higher immediately.\n- Implement a request size and certificate chain length limit at the ingress reverse proxy or API gateway.\n- Enforce execution timeouts on tasks processing untrusted certificate parsing and validation.\n\n**Remediation Steps:**\n1. Identify all Python execution environments and virtualenvs running python-cryptography.\n2. Run the pip install upgrade command: `pip install --upgrade cryptography&amp;gt;=49.0.0`.\n3. Validate the installed version using: `python3 -c \"import cryptography; print(cryptography.__version__)\"`.\n4. Restart any daemonized processes or application servers to reload the patched native library binaries.\n\n## References\n\n- [GHSA-jwv3-5hgf-82ww: Path validation algorithmic complexity vulnerability](https://github.com/pyca/cryptography/security/advisories/GHSA-jwv3-5hgf-82ww)\n- [Fix Commit 4a12cf49675a184e47f912b00b04f3a629283582](https://github.com/pyca/cryptography/commit/4a12cf49675a184e47f912b00b04f3a629283582)\n- [Authoritative CVE-2026-69249 Record](https://www.cve.org/CVERecord?id=CVE-2026-69249)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-69249) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-03T23:31:38.868943Z"}</description>
      <content:encoded>{"uuid": "60d5e7b5-2028-49aa-9a23-6bfa55967066", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jwv3-5hgf-82ww", "type": "seen", "source": "https://gist.github.com/alon710/5ac467a3d50f6bfb29b3f3cc3d2c5925", "content": "# CVE-2026-69249: CVE-2026-69249: Exponential Backtracking Denial of Service in python-cryptography X.509 Verification Engine\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-08-03\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-69249\n\n## Summary\nAn uncontrolled resource consumption vulnerability (CWE-400) exists in the python-cryptography library's Rust-based X.509 verification engine. The flaw allows unauthenticated remote attackers to trigger severe CPU exhaustion and Denial of Service (DoS) by supplying specially crafted certificate chains containing duplicate self-signed certificates, forcing the recursive path builder into an exponential state-search loop.\n\n## TL;DR\nUnauthenticated remote attackers can cause complete CPU exhaustion and Denial of Service (DoS) on endpoints using python-cryptography by submitting malformed certificate chains containing duplicate self-signed intermediates, triggering an exponential path-building backtracking loop.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 8.7 (High)\n- **Impact**: Denial of Service (DoS) via CPU Exhaustion\n- **Exploit Status**: Proof-of-Concept (PoC) available\n- **KEV Status**: Not listed on CISA KEV\n\n## Affected Systems\n\n- Python environments utilizing the cryptography package version &amp;lt; 49.0.0\n- Application servers implementing custom X.509 chain building or client certificate verification using PolicyBuilder\n- S/MIME and client-authenticated TLS validation gateways relying on the pyca/cryptography engine\n- **cryptography**: &amp;lt; 49.0.0 (Fixed in: `49.0.0`)\n\n## Mitigation\n\n- Upgrade the python-cryptography dependency to version 49.0.0 or higher immediately.\n- Implement a request size and certificate chain length limit at the ingress reverse proxy or API gateway.\n- Enforce execution timeouts on tasks processing untrusted certificate parsing and validation.\n\n**Remediation Steps:**\n1. Identify all Python execution environments and virtualenvs running python-cryptography.\n2. Run the pip install upgrade command: `pip install --upgrade cryptography&amp;gt;=49.0.0`.\n3. Validate the installed version using: `python3 -c \"import cryptography; print(cryptography.__version__)\"`.\n4. Restart any daemonized processes or application servers to reload the patched native library binaries.\n\n## References\n\n- [GHSA-jwv3-5hgf-82ww: Path validation algorithmic complexity vulnerability](https://github.com/pyca/cryptography/security/advisories/GHSA-jwv3-5hgf-82ww)\n- [Fix Commit 4a12cf49675a184e47f912b00b04f3a629283582](https://github.com/pyca/cryptography/commit/4a12cf49675a184e47f912b00b04f3a629283582)\n- [Authoritative CVE-2026-69249 Record](https://www.cve.org/CVERecord?id=CVE-2026-69249)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-69249) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-03T23:31:38.868943Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/60d5e7b5-2028-49aa-9a23-6bfa55967066/export</guid>
      <pubDate>Mon, 03 Aug 2026 23:31:38 +0000</pubDate>
    </item>
  </channel>
</rss>
