CVE-2026-46600
7.5Golang · golang.org/x/net/dns/dnsmessage
Parsing an invalid SVCB or HTTPS RR can cause a denial of service via a panic when the parameter value size overflows the message buffer.
Executive summary
An out-of-bounds read vulnerability in the Go networking library allows unauthenticated remote attackers to trigger a denial of service via malformed DNS records.
Vulnerability
This is an out-of-bounds read flaw, classified under CWE-125, where parsing crafted SVCB or HTTPS resource records triggers a panic due to buffer size handling. The attack vector is entirely network-based and requires no authentication or user interaction.
Business impact
A successful exploitation of this vulnerability leads to an application crash, causing significant service disruption and availability loss for dependent systems. With a CVSS score of 7.5, the risk is rated as high because remote attackers can repeatedly disrupt critical network services without needing prior access or privileges.
Remediation
Immediate Action: Update golang.org/x/net and related DNS parsing packages to version 0.56.0 or later, and update Go runtime environments to the patched releases.
Proactive Monitoring: Monitor application error logs and telemetry for unexpected panics, sudden service restarts, or abnormal spikes in malformed DNS query handling.
Compensating Controls: Implement robust rate limiting and upstream DNS filtering to drop malformed or anomalous SVCB and HTTPS resource record queries before they reach the vulnerable parser.
Exploitation status
Public Exploit Available: No - there is no confirmed public exploit in the available data.
Analyst recommendation
Organizations utilizing the affected Go networking modules must prioritize applying the latest software updates to neutralize availability risks. Immediate remediation is strongly advised to prevent potential denial of service disruptions against core networking infrastructure.
More Golang CVEs
Sources
Originally found and disclosed by Mundur (https://github.com/M0nd0R), per the CVE Program record.