Resource exhaustion in CoreDNS - CVE-2026-32934
Published: April 25, 2026
CoreDNS
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the DoQ server worker pool and stream handling in core/dnsserver/server_quic.go when processing many QUIC streams that stall after sending only 1 byte. A remote attacker can open many QUIC streams and stop before completing the DoQ length prefix to cause a denial of service.
The issue can lead to large goroutine and memory growth, potentially resulting in an OOM kill and service outage.