CoreDNS is a DNS server that chains plugins. In versions prior to 1.12.2, a Denial of Service (DoS) vulnerability exists in the CoreDNS DNS-over-QUIC (DoQ) server implementation. The server previously created a new goroutine for every incoming QUIC stream without imposing any limits on the number of concurrent streams or goroutines. A remote, unauthenticated attacker could open a large number of streams, leading to uncontrolled memory consumption and eventually causing an Out Of Memory (OOM) crash — especially in containerized or memory-constrained environments. The patch in version 1.12.2 introduces two key mitigation mechanisms: max_streams, which caps the number of concurrent QUIC streams per connection with a default value of 256; and worker_pool_size, which Introduces a server-wide, bounded worker pool to process incoming streams with a default value of 1024. This eliminates the 1:1 stream-to-goroutine model and ensures that CoreDNS remains resilient under high concurrency. Some workarounds are available for those who are unable to upgrade. Disable QUIC support by removing or commenting out the quic:// block in the Corefile, use container runtime resource limits to detect and isolate excessive memory usage, and/or monitor QUIC connection patterns and alert on anomalies.
CVE-2025-47950
This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 65% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 64.6%
- KEV
- Not listed
Published
June 6, 2025
Last Modified
August 15, 2025
References (5)
- security-advisories@githubhttps://datatracker.ietf.org/doc/html/rfc9250
- security-advisories@githubhttps://github.com/coredns/coredns/commit/efaed02c6a480ec147b1f799aab7cf815b17dfe1
- security-advisories@githubhttps://github.com/coredns/coredns/security/advisories/GHSA-cvx7-x8pj-x2gw
- security-advisories@githubhttps://github.com/quic-go/quic-go
- security-advisories@githubhttps://www.usenix.org/conference/usenixsecurity23/presentation/botella
Vendor Advisories for CVE-2025-47950(3)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:36873Red Hat Product SecurityHigh
Red Hat Security Advisory: Submariner v0.20 security fixes and container updates
- RHSA-2025:21892Red Hat Product SecurityMedium
Red Hat Security Advisory: Submariner v0.21 security fixes and container updates
- RHSA-2025:17128Red Hat Product SecurityMedium
Red Hat Security Advisory: Submariner v0.20.2 security fixes and container updates
Patch Availability(2)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | rhacm2/lighthouse-coredns-rhel9:v0.21-1762794442 | 2025-11-20 | redhat |
| redhat | rhacm2/lighthouse-coredns-rhel9:v0.20.2-1759168533 | 2025-10-01 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/coredns/coredns | — | 1.12.2 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Additional Vendor Advisories
(1)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
Frequently asked(5)
What is CVE-2025-47950?
When was CVE-2025-47950 disclosed?
Is CVE-2025-47950 actively exploited?
What is the CVSS score of CVE-2025-47950?
How do I remediate CVE-2025-47950?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2025-47950
Is Your Infrastructure Affected by CVE-2025-47950?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.