Bugzilla – Bug 1207206
VUL-0: CVE-2022-41721: TRACKERBUG: golang/net: http2/h2c: ineffective mitigation for unsafe io.ReadAll
Last modified: 2023-01-17 08:15:49 UTC
CVE-2022-41721 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. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-41721 https://www.cve.org/CVERecord?id=CVE-2022-41721 https://go.dev/cl/447396 https://go.dev/issue/56352 https://pkg.go.dev/vuln/GO-2023-1495
Two packages in Factory depend on a vulnerable version of http2/h2c: - openSUSE:Factory/caddy v0.0.0-20220812165438-1d4ff48094d1 - openSUSE:Factory/traefik v0.0.0-20220927171203-f486391704dc