Vulnerability Description
webtransport-go is an implementation of the WebTransport protocol. Prior to 0.11.1, Session.parseNextCapsule() in session.go skips an unknown WebTransport capsule on the HTTP/3 request stream by calling io.ReadAll on the capsule reader, retaining the complete declared capsule body in memory. A malicious peer can send a large unknown capsule and cause a client or server to allocate memory for the full payload; QUIC flow control does not bound the total retained allocation because reading advances the flow-control window while the received bytes remain in memory. The resulting memory and resource exhaustion can disrupt or crash the affected process. This issue is fixed in version 0.11.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/quic-go/webtransport-go/commit/3aecd11736579530ff067651c30a54
- https://github.com/quic-go/webtransport-go/pull/290
- https://github.com/quic-go/webtransport-go/releases/tag/v0.11.1
- https://github.com/quic-go/webtransport-go/security/advisories/GHSA-g35j-m5xg-vh
FAQ
What is CVE-2026-57497?
CVE-2026-57497 is a vulnerability with a CVSS score of 5.3 (MEDIUM). webtransport-go is an implementation of the WebTransport protocol. Prior to 0.11.1, Session.parseNextCapsule() in session.go skips an unknown WebTransport capsule on the HTTP/3 request stream by calli...
How severe is CVE-2026-57497?
CVE-2026-57497 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-57497?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.