<?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>Thu, 17 Sep 2026 23:22:14 +0000</lastBuildDate>
    <item>
      <title>a2eb0d6f-1c54-40b8-a5e7-68d9f95ca01d</title>
      <link>https://vulnerability.circl.lu/sighting/a2eb0d6f-1c54-40b8-a5e7-68d9f95ca01d/export</link>
      <description>{"uuid": "a2eb0d6f-1c54-40b8-a5e7-68d9f95ca01d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61544", "type": "seen", "source": "https://gist.github.com/alon710/013ea36d9ece4cb8727c52246b863fd0", "content": "# CVE-2026-61544: CVE-2026-61544: Remote Panic in libp2p-quic via Certificate Expiry Race\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-09-15\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61544\n\n## Summary\nCVE-2026-61544 is a high-severity remote Denial of Service (DoS) vulnerability in libp2p-quic, the QUIC transport implementation of the official Rust networking stack for libp2p. It allows unauthenticated remote attackers to trigger an uncaught panic and crash listener applications.\n\n## TL;DR\nUnauthenticated remote attackers can crash libp2p-quic nodes by stalling handshakes with short-lived certificates that expire during the connection phase.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-248\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.2 (High)\n- **Impact**: Denial of Service (Process Crash)\n- **Exploit Status**: PoC (Integration Test Proof)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- rust-libp2p (specifically the libp2p-quic transport)\n- **libp2p-quic**: &amp;lt; 0.13.1 (Fixed in: `0.13.1`)\n\n## Mitigation\n\n- Upgrade libp2p-quic to 0.13.1 or higher\n- Implement strict rate-limiting on incoming QUIC connection attempts\n- Deploy automated process recovery (e.g., systemd, Kubernetes restarts) to recover from crashes\n\n**Remediation Steps:**\n1. Identify cargo dependencies referencing libp2p-quic &amp;lt; 0.13.1\n2. Update Cargo.toml to force libp2p-quic version 0.13.1 or patch via cargo update\n3. Recompile the Rust application with static linking and deploy the updated binary\n\n## References\n\n- [GitHub Security Advisory GHSA-5hq8-qhww-jm7q](https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-5hq8-qhww-jm7q)\n- [Official Pull Request #6525](https://github.com/libp2p/rust-libp2p/pull/6525)\n- [Fix Commit 1 (Regression Test)](https://github.com/libp2p/rust-libp2p/commit/212f3774af048e2cecfb2e6b1e08477685e52b22)\n- [Fix Commit 2 (QUIC Refactoring)](https://github.com/libp2p/rust-libp2p/commit/e8f35e12c2418b04df6e9cdf036005e8aee3c7a2)\n- [CVE Registry Entry](https://www.cve.org/CVERecord?id=CVE-2026-61544)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61544) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-16T07:35:07.713229Z"}</description>
      <content:encoded>{"uuid": "a2eb0d6f-1c54-40b8-a5e7-68d9f95ca01d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61544", "type": "seen", "source": "https://gist.github.com/alon710/013ea36d9ece4cb8727c52246b863fd0", "content": "# CVE-2026-61544: CVE-2026-61544: Remote Panic in libp2p-quic via Certificate Expiry Race\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-09-15\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61544\n\n## Summary\nCVE-2026-61544 is a high-severity remote Denial of Service (DoS) vulnerability in libp2p-quic, the QUIC transport implementation of the official Rust networking stack for libp2p. It allows unauthenticated remote attackers to trigger an uncaught panic and crash listener applications.\n\n## TL;DR\nUnauthenticated remote attackers can crash libp2p-quic nodes by stalling handshakes with short-lived certificates that expire during the connection phase.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-248\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.2 (High)\n- **Impact**: Denial of Service (Process Crash)\n- **Exploit Status**: PoC (Integration Test Proof)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- rust-libp2p (specifically the libp2p-quic transport)\n- **libp2p-quic**: &amp;lt; 0.13.1 (Fixed in: `0.13.1`)\n\n## Mitigation\n\n- Upgrade libp2p-quic to 0.13.1 or higher\n- Implement strict rate-limiting on incoming QUIC connection attempts\n- Deploy automated process recovery (e.g., systemd, Kubernetes restarts) to recover from crashes\n\n**Remediation Steps:**\n1. Identify cargo dependencies referencing libp2p-quic &amp;lt; 0.13.1\n2. Update Cargo.toml to force libp2p-quic version 0.13.1 or patch via cargo update\n3. Recompile the Rust application with static linking and deploy the updated binary\n\n## References\n\n- [GitHub Security Advisory GHSA-5hq8-qhww-jm7q](https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-5hq8-qhww-jm7q)\n- [Official Pull Request #6525](https://github.com/libp2p/rust-libp2p/pull/6525)\n- [Fix Commit 1 (Regression Test)](https://github.com/libp2p/rust-libp2p/commit/212f3774af048e2cecfb2e6b1e08477685e52b22)\n- [Fix Commit 2 (QUIC Refactoring)](https://github.com/libp2p/rust-libp2p/commit/e8f35e12c2418b04df6e9cdf036005e8aee3c7a2)\n- [CVE Registry Entry](https://www.cve.org/CVERecord?id=CVE-2026-61544)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61544) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-16T07:35:07.713229Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/a2eb0d6f-1c54-40b8-a5e7-68d9f95ca01d/export</guid>
      <pubDate>Wed, 16 Sep 2026 07:35:07 +0000</pubDate>
    </item>
    <item>
      <title>9c9ec749-b585-457d-8d53-0b6b9c5deb71</title>
      <link>https://vulnerability.circl.lu/sighting/9c9ec749-b585-457d-8d53-0b6b9c5deb71/export</link>
      <description>{"uuid": "9c9ec749-b585-457d-8d53-0b6b9c5deb71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-61544", "type": "published-proof-of-concept", "source": "https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-5hq8-qhww-jm7q", "content": "", "creation_timestamp": "2026-09-15T22:35:07.183908Z"}</description>
      <content:encoded>{"uuid": "9c9ec749-b585-457d-8d53-0b6b9c5deb71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-61544", "type": "published-proof-of-concept", "source": "https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-5hq8-qhww-jm7q", "content": "", "creation_timestamp": "2026-09-15T22:35:07.183908Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9c9ec749-b585-457d-8d53-0b6b9c5deb71/export</guid>
      <pubDate>Tue, 15 Sep 2026 22:35:07 +0000</pubDate>
    </item>
  </channel>
</rss>
