CVE Published: 13/01/2023 |
CVE Updated: 03/08/2024 |
CVE Year: 2022 Source: Go |
Vendor: golang.org/x/net |
Product: golang.org/x/net/http2/h2c Status : PUBLISHED
CVE-2022-41721 Description
A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.