CVE-2026-39825
Published:May 07, 2026
Updated:May 16, 2026
ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters which are not parsed by url.ParseQuery. ReverseProxy does not take ParseQuery's limit on the total number of query parameters (controlled by GODEBUG=urlmaxqueryparams=N) into account. This can permit ReverseProxy to forward a request containing a query parameter that is not visible to the Rewrite function. For example, the query "a1=x&a2=x&...&a10000=x&hidden=y" can forward the parameter "hidden=y" while hiding it from the proxy's Rewrite function.
Affected Packages
https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1 <go1.25.10Fix Suggestion:
Update to version go1.25.10https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1.26.0 <go1.26.3Fix Suggestion:
Update to version go1.26.3github.com/golang/go (GO):
Affected version(s) >=go1 <go1.25.10Fix Suggestion:
Update to version go1.25.10github.com/golang/go (GO):
Affected version(s) >=go1.26.0 <go1.26.3Fix Suggestion:
Update to version go1.26.3Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
EPSS
Base Score:
0.01