Description
webtransport-go is an implementation of the WebTransport protocol. Prior to 0.10.0, an attacker can cause unbounded memory consumption repeatedly creating and closing many WebTransport streams. Closed streams were not removed from an internal session map, preventing garbage collection of their resources. This vulnerability is fixed in v0.10.0.
Problem types
CWE-401: Missing Release of Memory after Effective Lifetime
Product status
References
github.com/...ort-go/security/advisories/GHSA-2f2x-8mwp-p2gc
github.com/quic-go/webtransport-go/releases/tag/v0.10.0