CVE-2025-47950
Last modified
CVE-2025-47950 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 1.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Coredns.Io | Coredns | < 1.12.2 |
References
- https://datatracker.ietf.org/doc/html/rfc9250Technical Description
- https://github.com/quic-go/quic-goNot Applicable
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-47950?
How severe is CVE-2025-47950?
How do I fix CVE-2025-47950?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-47945Donetick an open-source app for managing tasks and chores. P…9.8
- CVE-2025-47946Symfony UX is an initiative and set of libraries to integrat…6.1
- CVE-2025-47947ModSecurity is an open source, cross platform web applicatio…7.5
- CVE-2025-47948Cocotais Bot is a QQ official robot framework based on qq-bo…7.2
- CVE-2025-47949samlify is a Node.js library for SAML single sign-on. A Sign…7.5
- CVE-2025-4795A vulnerability classified as critical has been found in gon…7.2
- CVE-2025-47951Weblate is a web based localization tool. Prior to version 5…4.9
- CVE-2025-47952Traefik (pronounced traffic) is an HTTP reverse proxy and lo…9.1
- CVE-2025-47953Use after free in Microsoft Office allows an unauthorized at…8.4
- CVE-2025-47954Improper neutralization of special elements used in an sql c…8.8
- CVE-2025-47955Improper privilege management in Windows Remote Access Conne…7.8
- CVE-2025-47956External control of file name or path in Windows Security Ap…5.5
Are you affected by CVE-2025-47950?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
