CVE-2026-33811
Modified
Modified - Updated After Analysis
Double-Free in Go DNS Resolver via Long CNAME Response
Vulnerability report for CVE-2026-33811, 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
When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| golang | go | From 1.26.0 (inc) to 1.26.3 (exc) |
| golang | go | 1.26.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1341 | The product attempts to close or release a resource or handle more than once, without any successful open between the close operations. |