Vulnerability Report: GO-2026-4341
- CVE-2025-61726, CVE-2025-61726
- Affects: net/url
- Published: Jan 28, 2026
The net/url package does not set a limit on the number of query parameters in a query. While the maximum size of query parameters in URLs is generally limited by the maximum request header size, the net/http.Request.ParseForm method can parse large URL-encoded forms. Parsing a large form containing many unique query parameters can cause excessive memory consumption.
Affected Packages
-
PathVersionsSymbols
-
before go1.24.12, from go1.25.0 before go1.25.6
Aliases
References
- https://go.dev/cl/736712
- https://go.dev/issue/77101
- https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc
- https://vuln.go.dev/ID/GO-2026-4341.json
Credits
- jub0bs
Feedback
See anything missing or incorrect?
Suggest an edit to this report.