
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-61726 is a denial-of-service vulnerability in Go's net/url package caused by unbounded query parameter parsing. The net/http.Request.ParseForm method can parse large URL-encoded forms without enforcing a limit on the number of unique query parameters, leading to excessive memory consumption. It affects Go versions prior to 1.24.12 and versions 1.25.0 through 1.25.5. The vulnerability was published on January 28, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (Go Advisory, IBM Advisory).
The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The net/url package imposes no cap on the number of query parameters parsed from a URL query string. While HTTP request header size limits typically constrain individual URL lengths, the net/http.Request.ParseForm method can independently parse large URL-encoded request bodies, bypassing this constraint. An unauthenticated remote attacker can send an HTTP request containing a URL-encoded form body with a very large number of unique query parameters, causing the Go application to allocate unbounded memory during parsing. No authentication or user interaction is required, and attack complexity is low (Go Issue, Go CL, Go Advisory).
Successful exploitation results in excessive memory consumption on the affected server, potentially causing the application to become unresponsive or crash, constituting a denial-of-service (DoS) condition. There is no confidentiality or integrity impact — only availability is affected. Any Go application that calls net/http.Request.ParseForm (or methods that invoke it) on untrusted HTTP input is at risk, including web servers, API gateways, and microservices built with Go. Downstream products incorporating vulnerable Go versions are also affected, including IBM Observability with Instana, IBM API Connect, IBM Db2 on Cloud Pak for Data, IBM Guardium Data Protection, and others (IBM Advisory, Go Advisory).
No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time (Feedly). The EPSS score is approximately 0.008% (0.000080), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Despite the low exploitation probability, the attack requires no authentication, no user interaction, and is network-accessible, making it straightforward to attempt against exposed Go HTTP services.
Content-Type: application/x-www-form-urlencoded body containing a very large number of unique key-value pairs (e.g., a1=v&a2=v&a3=v... with thousands of unique keys).ParseForm or related methods (e.g., FormValue, PostFormValue, or any handler that reads form data).Content-Type: application/x-www-form-urlencoded bodies targeting form-processing endpoints; requests with abnormally large body sizes containing many unique parameter keys.top, htop, or monitoring tools); OOM killer events in system logs (/var/log/syslog or dmesg) referencing the Go service process; application crashes or restarts correlating with large inbound requests.Update Go to version 1.24.12 or later (for installations on the 1.24.x branch) or 1.25.6 or later (for installations on the 1.25.x branch), which introduce a limit on the number of query parameters parsed by ParseForm (Go CL, Go Advisory). For systems that cannot be immediately patched, implement the following interim mitigations:
Downstream product users should apply vendor-specific patches from IBM, Red Hat, SUSE, and other affected vendors as they become available (IBM Advisory, Red Hat).
The Go security team disclosed the vulnerability via the golang-announce mailing list alongside the Go 1.24.12 and 1.25.6 releases (golang-announce). Security news outlets including CyberSecurityNews, GBHackers, and CyberPress covered the releases, noting the memory exhaustion risk for Go-based services. The vulnerability appeared in community CVE tracking threads on Reddit (r/CVEWatch) and was discussed on Mastodon and Bluesky by security researchers. IBM, Red Hat, SUSE, Oracle, and other major vendors issued advisories and patches for their products incorporating affected Go versions, reflecting broad industry awareness of the supply-chain impact.
Fix availability across major Linux distributions and their releases.
bionic (esm-apps)
golang-1.8
bionic (esm-infra)
golang-1.10
devel
golang-1.23
focal (esm-apps)
golang-1.16
focal (esm-infra)
golang-1.13
jammy
golang-1.13
jammy (esm-apps)
golang-1.13
noble
golang-1.21
OpenShift
el8:containernetworking-plugins-1:1.4.0-6.rhaos4.12.el8.src
RHEL 8
:appstream:container-tools:rhel8/podman/containernetworking-plugins
RHEL 9
:appstream:buildah-1:1.26.11-1.el9_0.src
RHEL 10
buildah-2:1.39.8-1.el10_0.src
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."