CVE-2022-2880

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.
References
Link Resource
https://go.dev/issue/54663 Exploit Issue Tracking
https://groups.google.com/g/golang-announce/c/xtuG5faxtaU Mailing List Third Party Advisory
https://go.dev/cl/432976 Vendor Advisory
https://pkg.go.dev/vuln/GO-2022-1038 Vendor Advisory
Configurations

Configuration 1

cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*

Information

Published : 2022-10-14 03:15

Updated : 2022-12-27 10:15


NVD link : CVE-2022-2880

Mitre link : CVE-2022-2880

Products Affected
No products.
CWE
CWE-444

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')