PatchSiren cyber security CVE debrief
CVE-2026-73568 libp2p CVE debrief
A denial-of-service vulnerability exists in py-libp2p versions 0.7.0 and earlier. An attacker can exploit this vulnerability by sending a specially crafted 12-byte frame declaring a 0xFFFFFFFF body and then withholding the body, causing the sequential yamux read loop to block and preventing every stream on that connection from making progress. This issue impacts network availability and reliability, and defenders should assess exposure and prioritize verification and mitigation efforts.
- Vendor
- libp2p
- Product
- py-libp2p
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for py-libp2p deployments, operators, and security teams should assess exposure and prioritize verification and mitigation efforts. Affected product or component operators and platform administrators should review compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
CVE-2026-73568 is a denial-of-service vulnerability in py-libp2p versions 0.7.0 and earlier. Defenders should prioritize verifying the affected versions, applying mitigations or patches if available, and monitoring for potential exploitation attempts. The vulnerability allows an attacker to block streams on a connection, potentially impacting network availability and reliability. However, no fixed version is available as of this review, and further verification is required to determine the full scope of the vulnerability.
- Potential denial-of-service due to blocked streams
- Need for verification of affected versions and exposure
- Possible impact on network availability and reliability
Technical summary
The yamux handle_incoming() method in libp2p/stream_muxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with read_exactly() before validating it against MAX_WINDOW_SIZE or checking whether stream_id exists. A peer that completes the standard Noise handshake can send a 12-byte frame declaring a 0xFFFFFFFF body and then withhold the body, causing the sequential yamux read loop used by the default new_host() configuration to block and preventing every stream on that connection from making progress.
Defensive priority
Defenders should prioritize verifying the affected versions and applying mitigations or patches if available.
Recommended defensive actions
- Verify the py-libp2p version and check for any available patches or updates.
- Implement network monitoring to detect potential exploitation attempts.
- Consider applying compensating controls to mitigate the vulnerability.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but no fixed version is available as of this review. The vulnerability allows an attacker to block streams on a connection, potentially impacting network availability and reliability. Defenders should verify affected versions, apply mitigations or patches if available, and monitor for potential exploitation attempts. The source detail is limited, and explicit evidence-limit language and defensive verification tasks are required.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73568 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73568
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73568 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73568
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/libp2p/py-libp2p/commit/146ea87d1a20cc7dacf684ecf7c204543be04b37
-
Source reference
Unverified legacy reference
URL: https://github.com/libp2p/py-libp2p/security/advisories/GHSA-hmj8-5xmh-5573
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.