Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/coredns/coredns
  4. ›
  5. CVE-2026-32936

CVE-2026-32936: CoreDNS DoH GET oversized dns= query parameter causes pre-validation CPU and memory amplification

April 28, 2026 (updated May 8, 2026)

CoreDNS’s DNS-over-HTTPS (DoH) GET path accepts oversized dns= query values and performs substantial request parsing, query unescaping, base64 decoding, and message unpacking work before returning 400 Bad Request.

A remote, unauthenticated attacker can repeatedly send oversized DoH GET requests to /dns-query?dns=... and force high CPU usage, large transient allocations, elevated garbage-collection pressure, and increased resident memory consumption even though the requests are ultimately rejected.

This is a denial-of-service issue caused by expensive pre-validation processing on the DoH GET path.

References

  • github.com/advisories/GHSA-63cw-r7xf-jmwr
  • github.com/coredns/coredns/releases/tag/v1.14.3
  • github.com/coredns/coredns/security/advisories/GHSA-63cw-r7xf-jmwr
  • nvd.nist.gov/vuln/detail/CVE-2026-32936

Code Behaviors & Features

Detect and mitigate CVE-2026-32936 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.14.3

Fixed versions

  • 1.14.3

Solution

Upgrade to version 1.14.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption

Source file

go/github.com/coredns/coredns/CVE-2026-32936.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 15 May 2026 12:20:01 +0000.