CVE-2026-39825
Last modified
CVE-2026-39825 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Golang | Go | < 1.25.10 |
| Golang | Go | >= 1.26.0, < 1.26.3 |
References
- https://go.dev/issue/78948Issue Tracking
- https://pkg.go.dev/vuln/GO-2026-4976Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-39825?
How severe is CVE-2026-39825?
How do I fix CVE-2026-39825?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-3982A vulnerability was determined in itsourcecode University Ma…4.3
- CVE-2026-39820Well-crafted inputs reaching ParseAddress, ParseAddressList,…7.5
- CVE-2026-39821The ToASCII and ToUnicode functions incorrectly accept Punyc…9.6
- CVE-2026-39822On Unix systems, opening a file in an os.Root improperly fol…7.8
- CVE-2026-39823CVE-2026-27142 fixed a vulnerability in which URLs were not …6.1
- CVE-2026-39824NewNTUnicodeString does not check for string length overflow…3.3
- CVE-2026-39826If a trusted template author were to write a <script> tag co…6.1
- CVE-2026-39827An authenticated SSH client that repeatedly opened channels …6.5
- CVE-2026-39828When an SSH server authentication callback returned PartialS…6.3
- CVE-2026-39829The RSA and DSA public key parsers did not enforce size limi…7.5
- CVE-2026-3983A security flaw has been discovered in Campcodes Division Re…3.5
- CVE-2026-39830A malicious SSH peer could send unsolicited global request r…9.1
Are you affected by CVE-2026-39825?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
