Asymmetric denial of service In golang-1.19
Description
Memory exhaustion in query parameter parsing in net/url 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 12 | - | ||
debian 13 | - | ||
debian 11 | - | ||
debian 14 | 1.25.6-1 | ||
go | 1.24.12 | ||
rpm rhel9 | - | - | |
rpm rhel10 | 0:3.6.0-7.el10_1 | ||
rpm rhel10.0 | 0:3.6.0-5.el10_0 | ||
rpm rhel9 | 0:3.6.0-13.el9_7 | ||
rpm rhel8 | 0:1.25.7-1.module+el8.10.0+23993+83a15e10 |
1-10 of 106
10
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.