ervik.as
Back to CVE database

CVE-2026-57497

medium · CVSS 5.3Published 9/14/2026 at 05:17 PMCWE-770

webtransport-go is an implementation of the WebTransport protocol. Prior to 0.11.1, Session.parseNextCapsule() in session.go skips an unknow…

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.

Why it matters

Internet-facing
Not identified as a common internet-facing category
Exploitation likelihood
high
  • Remotely exploitable over the network — no physical or local access required
  • Low attack complexity — no special conditions needed to exploit
  • No authentication required
  • No user interaction needed — can be exploited automatically
Recommended mitigation

Apply the vendor patch as soon as it's available or already released.

This analysis is generated from structured CVSS vector data, CISA KEV cross-referencing, and vendor/product category rules — not a manual expert review. Treat it as a starting point, not a substitute for your own assessment.

CVSS Vector Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Complexity
Low
Privileges Req.
None
User Interaction
None
View official CVE record

Stay Updated

New CVEs and vulnerability advisories are added continuously as they're disclosed. Subscribe via RSS to get every update the moment it's published — no email or account required.

Subscribe via RSS
Share Share
Advertisement