CVE Catalog

CVE-2026-62309

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

29th percentile - higher than 29% of all known CVEs

Summary

Vulnerability in CoreDNS before version 1.14.4 allows a single 28-byte UDP datagram to crash the process when the proxyproto plugin is enabled. The bug is in handling PROXY v2 headers with non-UDP transport.

Risk Assessment

An attacker can remotely crash the DNS server, disrupting name resolution and causing network service availability loss.

Recommendation

Update CoreDNS to version 1.14.4 or later. Disable the proxyproto plugin if not required.

Other vulnerabilities in CoreDNS

See all
Original NVD description (English source)

CoreDNS is a DNS server written in Go. Prior to 1.14.4, a single 28-byte UDP datagram can crash the CoreDNS process when the proxyproto plugin is enabled because plugin/pkg/proxyproto/proxyproto.go PacketConn.ReadFrom handles a PROXY v2 header with non-UDP transport such as family byte 0x11, reassigns addr from a nil readFrom result after parseProxyProtocol errors, and calls addr.String() in the warning log before ServeDNS recovery applies. This issue is fixed in version 1.14.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS