Vulnerability Description
Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the `Assembler` component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous fragments. Readers that read from a `RecvStream` in order (through an `AsyncRead` impl for example) will be sensitive to peers that send fragments while leaving out early parts of the stream, and in particular, fragments with many gaps (because these cannot be defragmented). In such a scenario, the receiving connection suffers from high buffer overhead, enabling memory exhaustion. Version 0.11.15 fixes the issue.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/quinn-rs/quinn/pull/2694
- https://github.com/quinn-rs/quinn/security/advisories/GHSA-4w2j-m93h-cj5j
- https://rustsec.org/advisories/RUSTSEC-2026-0185.html
FAQ
What is CVE-2026-25800?
CVE-2026-25800 is a vulnerability with a CVSS score of 7.5 (HIGH). Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the `Assembler` component that assembles unordered st...
How severe is CVE-2026-25800?
CVE-2026-25800 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-25800?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.