GHSA-h74g-238j-357m · Severity: medium — ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When...
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.
Conclusion & alert: CVE-2026-39825 is rated Low Risk (21.4/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-08 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-h74g-238j-357m · Severity: medium — ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-39825 not yet assigned priority: Debian including 5 source packages (golang-1.15, golang-1.19, golang-1.24, golang-1.25, golang-1.26), 7 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 4, open 3. | https://security-tracker.debian.org/tracker/CVE-2026-39825 |
suse
|
medium | CVE-2026-39825 severity moderate: SUSE including 13 source package names (go, go-doc, …), 105 product×package rows across 17 product lines (SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS, SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS, … (17 product lines)): First Fixed 72, Known Not Affected 29, Fixed 4. | https://www.suse.com/security/cve/CVE-2026-39825/ |
ubuntu
|
medium | CVE-2026-39825 medium priority: Ubuntu including 16 source packages (golang, golang-1.10, …), 98 status rows across 9 suites (bionic, focal, jammy, noble, questing, resolute, trusty, upstream, xenial): needs-triage 52, DNE 46. | https://ubuntu.com/security/CVE-2026-39825 |
| URL | Tags |
|---|---|
| https://go.dev/cl/770541 | Patch |
| https://go.dev/issue/78948 | Issue Tracking |
| https://groups.google.com/g/golang-announce/c/qcCIEXso47M | Release Notes |
| https://pkg.go.dev/vuln/GO-2026-4976 | Vendor Advisory |