Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2022-2880


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.


Published

2022-10-14T15:15:18.090

Last Modified

2024-11-21T07:01:51.610

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 7.5 (HIGH)

Weaknesses
  • Type: Primary
    CWE-444

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application golang go < 1.18.7 Yes
Application golang go < 1.19.2 Yes

References