CVE-2025-61726
Location: usr/local/bin/usql_static
Component Name: stdlib
Component Version: v1.25.5
golang: net/url: Memory exhaustion in query parameter parsing in net/url
Target: usr/local/bin/usql_static
Type: gobinary
Fixed version: 1.24.12, 1.25.6
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.
关闭于 2026-03-03 0 条评论