[GO-2022-1038] Incorrect sanitization of forwarded query parameters in net/http/httputil

Severity High
Affected Packages 2
Fixed Packages 2
CVEs 1

Requests forwarded by ReverseProxy include the raw query parameters from the
inbound request, including unparsable parameters rejected by net/http. This
could permit query parameter smuggling when a Go proxy forwards a parameter with
an unparsable 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.

Package Affected Version
pkg:golang/net/http/httputil >= 1.19.1, < 1.18.7
pkg:golang/net/http/httputil >= 1.19.1, < 1.19.2
Package Fixed Version
pkg:golang/net/http/httputil = 1.18.7
pkg:golang/net/http/httputil = 1.19.2
Type Package URL Namespace Name / Product Version Distribution / Platform Arch Patch / Fix
Fixed pkg:golang/net/http/httputil net/http httputil = 1.18.7
Affected pkg:golang/net/http/httputil net/http httputil >= 1.19.1 < 1.18.7
Fixed pkg:golang/net/http/httputil net/http httputil = 1.19.2
Affected pkg:golang/net/http/httputil net/http httputil >= 1.19.1 < 1.19.2
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...