CVE 8.7 HIGH

CoreDNS DoH GET path missing size validation causes CPU and memory amplification_CVE-2026-32936

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-HTTPS (DoH) GET path accepts oversized dns= query parameter values and performs URL query parsing, base64 decoding, and DNS message unpacking before rejecting the request. Unlike the POST path, which applies a bounded read via http.MaxBytesReader limited to 65536 bytes, the GET path has no equivalent size validation before expensive processing. A remote, unauthenticated attacker can repeatedly send oversized DoH GET requests to force high CPU usage, large transient memory allocations, and elevated garbage-collection pressure, leading to denial of service. This issue has been fixed in version 1.14.3.

AI Analysis

A remote, unauthenticated attacker can send oversized DoH GET requests to cause denial of service in CoreDNS versions prior to 1.14.3.

Basic Information

ID CVE-2026-32936
Source GitHub_M
Published May 5, 2026 at 19:07

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.