6 matches found
CVE-2026-57497 webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules
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...
CVE-2026-57497
webtransport-go (a Go implementation of the WebTransport protocol in the quic-go project) is vulnerable to a memory exhaustion attack prior to version 0.11.1 . The function Session.parseNextCapsule() in session.go calls io.ReadAll on the capsule reader, retaining the full declared capsule body in...
CVE-2026-57497 webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules
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...
webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules
Summary An attacker can cause excessive memory allocation in webtransport-go by sending an unknown WebTransport capsule with a large payload. The implementation skips unknown capsules by reading the entire capsule body into memory, instead of draining it without retaining the data. This can lead ...
GHSA-G35J-M5XG-VH3Q webtransport-go: Memory Exhaustion Attack due to Buffering of Unknown Capsules
Summary An attacker can cause excessive memory allocation in webtransport-go by sending an unknown WebTransport capsule with a large payload. The implementation skips unknown capsules by reading the entire capsule body into memory, instead of draining it without retaining the data. This can lead ...
PT-2026-64438
Name of the Vulnerable Software and Affected Versions webtransport-go affected versions not specified Description An attacker can trigger a denial-of-service DoS by sending an unknown WebTransport capsule with a large payload. The software fails to properly handle unknown capsules by reading the...