CVE-2026-39820
Modified
Modified - Updated After Analysis
Excessive CPU and Memory Allocation in Go's Parse Functions
Vulnerability report for CVE-2026-39820, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-05-07
Last updated on: 2026-07-08
Assigner: Go Project
Description
Description
Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| golang | go | to 1.26.0 (exc) |
| golang | go | From 1.26.0 (inc) to 1.26.3 (exc) |
| golang | go | 1.27 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-606 | The product does not properly check inputs that are used for loop conditions, potentially leading to a denial of service or other consequences because of excessive looping. |