Vulnerabilities (CVE)

Filtered by vendor Golang Subscribe
Filtered by product H2c
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-41721 1 Golang 1 H2c 2023-12-10 N/A 7.5 HIGH
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.