CVE-2025-61726
January 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
https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1.25rc1 <go1.25.6Fix Suggestion:
Update to version go1.25.6https://github.com/golang/go.git (GITHUB):
Affected version(s) =go1.26rc1 <go1.26rc2Fix Suggestion:
Update to version go1.26rc2https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1.0.1 <go1.24.12Fix Suggestion:
Update to version go1.24.12Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling
EPSS
Base Score:
0.02