CVE-2025-47950 | CoreDNS Vulnerable to DoQ Memory Exhaustion via Stream Amplification

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.

Published: 2025-06-06 Last update: 2025-08-15 Assigner: [email protected] Source: [email protected]

Conclusion & alert: CVE-2025-47950 is rated Moderate Risk (42.7/100): CVSS High severity, with low exploitation likelihood (EPSS 0.15%). Mandatory action: Review affected assets and schedule remediation.

Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.

Exploit prediction scoring system (EPSS) score for CVE-2025-47950

EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).

# Date Old EPSS score New EPSS score Delta (New - Old)
1 2026-04-02 0.05% 0.15% +0.10%
2 2026-01-18 0.16% 0.05% -0.11%
3 2025-11-23 0.16%

Full EPSS history (9 records total)

Common vulnerability scoring system (CVSS) metrics for CVE-2025-47950

CVSS metrics for this CVE.

Base score Version Severity Vector Exploitability Impact Score source
7.5 3.1 HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Click to expand
Attack vector (AV:N)
Could be attacked over the internet or any normal routed network—not just someone sitting at the machine.
Attack complexity (AC:L)
Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
Privileges required (PR:N)
No account or special rights needed—anonymous or random user is enough.
User interaction (UI:N)
Nobody has to click “OK” or open a trap file; it can work without a victim helping.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:N)
Doesn’t really leak secrets in a meaningful way.
Integrity (I:N)
Data isn’t meaningfully altered or forged.
Availability (A:H)
Could take the service down hard or make it unusable for people who depend on it.
3.9 3.6 [email protected]

Weakness enumeration for CVE-2025-47950

GitHub Security Advisory for CVE-2025-47950

GHSA-cvx7-x8pj-x2gw · Severity: high · Ecosystem: go — CoreDNS Vulnerable to DoQ Memory Exhaustion via Stream Amplification

OS Trackers for CVE-2025-47950

vendor priority summary link
alpine CVE-2025-47950: 1 source package rows (coredns); 16 state rows across 2 repos (3.22-community, edge-community); fixed 0, open 16. https://security.alpinelinux.org/vuln/CVE-2025-47950
redhat medium https://access.redhat.com/security/cve/CVE-2025-47950
suse medium CVE-2025-47950 severity moderate: SUSE including 37 source package names (govulncheck-vulndb-0.0.20250612T141001-1.1, govulncheck-vulndb-0.0.20250814T182633-160000.1.2, …), 38 product×package rows across 5 product lines (Container suse/sl-micro/6.0/baremetal-os-container, Image SLE-Micro-Azure, … (5 product lines)): Fixed 38. https://www.suse.com/security/cve/CVE-2025-47950/

Affected software / configurations for CVE-2025-47950

Vendor Product Version Raw CPE
coredns.io coredns < 1.12.2 cpe:2.3:a:coredns.io:coredns:*:*:*:*:*:*:*:*

References for CVE-2025-47950

cvelogic Threat Intelligence