#VU118188 Allocation of Resources Without Limits or Throttling in Go programming language - CVE-2025-58186

 

#VU118188 Allocation of Resources Without Limits or Throttling in Go programming language - CVE-2025-58186

Published: November 7, 2025


Vulnerability identifier: #VU118188
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2025-58186
CWE-ID: CWE-770
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Go programming language
Software vendor:
Google

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists in net/http due to the application does not limit the number of cookies sent in the request. A remote attacker can send a lot of very small cookies such as "a=;" and cause large memory consumption. 


Remediation

Install updates from vendor's website.

External links