The net/url package does not set a limit on the number of...
High severity
Unreviewed
Published
Jan 28, 2026
to the GitHub Advisory Database
•
Updated Feb 6, 2026
Description
Published by the National Vulnerability Database
Jan 28, 2026
Published to the GitHub Advisory Database
Jan 28, 2026
Last updated
Feb 6, 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.
References