An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
References
Link | Resource |
---|---|
https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ | Mailing List Release Notes Third Party Advisory |
https://pkg.go.dev/vuln/GO-2022-1144 | Vendor Advisory |
https://go.dev/cl/455717 | Patch Vendor Advisory |
https://go.dev/issue/56350 | Patch Third Party Advisory |
https://go.dev/cl/455635 | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
Information
Published : 2022-12-08 12:15
Updated : 2022-12-12 09:50
NVD link : CVE-2022-41717
Mitre link : CVE-2022-41717
JSON object : View
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
Products Affected
golang
- go
- http2