CVE 8.7 HIGH

CoreDNS DNS-over-QUIC unbounded goroutine growth leads to denial of service_CVE-2026-32934

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Description

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the DNS-over-QUIC (DoQ) server can be driven into unbounded goroutine and memory growth by a remote client that opens many QUIC streams and sends only 1 byte per stream. When the worker pool is full, CoreDNS still spawns a goroutine per accepted stream to wait for a worker token. Additionally, active workers block indefinitely in io.ReadFull() with no per-stream read deadline, allowing an attacker to pin all workers by sending a single byte so the read blocks waiting for the second byte of the DoQ length prefix. This enables an unauthenticated remote attacker to cause memory exhaustion and OOM-kill. This issue has been fixed in version 1.14.3. No known workarounds exist.

AI Analysis

Unauthenticated remote attacker can cause memory exhaustion and OOM-kill via DNS-over-QUIC server

Basic Information

ID CVE-2026-32934
Source GitHub_M
Published May 5, 2026 at 19:06

Affected Product

Vendor coredns
Product coredns
Version < 1.14.3
Affected Versions coredns coredns < 1.14.3

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor CoreDNS Team
Product CoreDNS
Version < 1.14.3

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.