{"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&gt; **CVSS Score:** 8.2\n&gt; **Published:** 2026-09-15\n&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**: &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 &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"}