Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-47950

CVE-2025-47950: CoreDNS DNS-over-QUIC DoS Vulnerability

CVE-2025-47950 is a denial of service flaw in CoreDNS DNS-over-QUIC that allows attackers to crash the server via memory exhaustion. This article covers technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-47950 Overview

CVE-2025-47950 is a Denial of Service (DoS) vulnerability in the CoreDNS DNS-over-QUIC (DoQ) server implementation. In versions prior to 1.12.2, the server 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 exploit this by opening a large number of streams, leading to uncontrolled memory consumption and eventually causing an Out Of Memory (OOM) crash — particularly impactful in containerized or memory-constrained environments.

Critical Impact

Remote unauthenticated attackers can cause complete service disruption by exhausting server memory through unlimited QUIC stream creation, leading to OOM crashes in CoreDNS deployments.

Affected Products

  • CoreDNS versions prior to 1.12.2
  • CoreDNS deployments with DNS-over-QUIC (quic://) enabled
  • Containerized CoreDNS instances with memory constraints

Discovery Timeline

  • 2025-06-06 - CVE-2025-47950 published to NVD
  • 2025-08-15 - Last updated in NVD database

Technical Details for CVE-2025-47950

Vulnerability Analysis

This vulnerability falls under CWE-770 (Allocation of Resources Without Limits or Throttling). The CoreDNS DNS-over-QUIC server implementation followed a 1:1 stream-to-goroutine model, meaning every incoming QUIC stream spawned a dedicated goroutine for processing. Without any limits on concurrent streams or total goroutines, the server was susceptible to resource exhaustion attacks.

The QUIC protocol, as defined in RFC 9250, supports multiplexed streams over a single connection. While this design improves performance under normal conditions, it creates an attack surface when stream limits are not enforced. An attacker can rapidly open thousands of streams, each consuming memory for its associated goroutine, until the server exhausts available memory.

This attack is particularly devastating in Kubernetes environments where CoreDNS commonly runs as the cluster DNS provider. Memory limits imposed by container orchestration will cause the CoreDNS pod to be OOM-killed, disrupting DNS resolution for the entire cluster.

Root Cause

The root cause is the absence of resource throttling in the QUIC stream handling logic. The server accepted and processed an unlimited number of concurrent QUIC streams, allocating a new goroutine for each stream without any cap. This unbounded resource allocation pattern is a classic resource exhaustion vulnerability.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Establishing a QUIC connection to a CoreDNS server with DoQ enabled
  2. Rapidly opening a large number of QUIC streams on the connection
  3. Each stream triggers goroutine allocation on the server
  4. Memory consumption grows unbounded until OOM occurs

The patch in version 1.12.2 introduces two key mitigation mechanisms as shown in the security fix:

go
// TLSConfig when listening for encrypted connections (gRPC, DNS-over-TLS).
TLSConfig *tls.Config

// MaxQUICStreams defines the maximum number of concurrent QUIC streams for a QUIC server.
// This is nil if not specified, allowing for a default to be used.
MaxQUICStreams *int

// MaxQUICWorkerPoolSize defines the size of the worker pool for processing QUIC streams.
// This is nil if not specified, allowing for a default to be used.
MaxQUICWorkerPoolSize *int

// Timeouts for TCP, TLS and HTTPS servers.
ReadTimeout  time.Duration
WriteTimeout time.Duration

Source: CoreDNS Commit Details

The fix introduces max_streams (default: 256) to cap concurrent QUIC streams per connection and worker_pool_size (default: 1024) to implement a bounded worker pool, eliminating the 1:1 stream-to-goroutine model.

Detection Methods for CVE-2025-47950

Indicators of Compromise

  • Unusual memory growth patterns on CoreDNS processes
  • High goroutine counts observed via pprof or runtime metrics
  • CoreDNS pods being OOM-killed repeatedly in Kubernetes environments
  • Abnormally high number of QUIC connections from single source IPs

Detection Strategies

  • Monitor CoreDNS memory usage and set alerts for rapid consumption increases
  • Track goroutine counts via Go runtime metrics exposed through Prometheus
  • Implement network monitoring to detect anomalous QUIC connection patterns
  • Review container orchestrator logs for OOM kill events targeting CoreDNS

Monitoring Recommendations

  • Enable CoreDNS metrics plugin and export to a monitoring system
  • Configure memory-based alerting thresholds before container limits are reached
  • Implement rate limiting at the network layer for QUIC traffic to DNS servers
  • Use distributed tracing to correlate DNS availability issues with memory events

How to Mitigate CVE-2025-47950

Immediate Actions Required

  • Upgrade CoreDNS to version 1.12.2 or later immediately
  • If unable to upgrade, disable DNS-over-QUIC by removing or commenting out quic:// blocks in Corefile
  • Apply container runtime resource limits to detect and isolate excessive memory usage
  • Implement network-level rate limiting for QUIC connections to CoreDNS

Patch Information

The patch is available in CoreDNS version 1.12.2. The fix introduces two configuration options: max_streams (default 256) caps concurrent QUIC streams per connection, and worker_pool_size (default 1024) implements a server-wide bounded worker pool for stream processing. Review the GitHub Security Advisory and the CoreDNS Commit Details for complete details.

Workarounds

  • 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
  • Monitor QUIC connection patterns and configure alerts on anomalies
  • Consider using DNS-over-TLS or DNS-over-HTTPS as alternatives until upgrade is possible
bash
# Corefile configuration example - disable QUIC by commenting out
# .:5853 {
#     tls /path/to/cert.pem /path/to/key.pem
#     forward . 8.8.8.8
#     quic://
# }

# Use DoT instead while awaiting upgrade
.:853 {
    tls /path/to/cert.pem /path/to/key.pem
    forward . 8.8.8.8
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCoredns

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • RFC 9250 Documentation

  • QUIC-Go Repository

  • USENIX Security Presentation
  • Vendor Resources
  • CoreDNS Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26018: CoreDNS Denial of Service Vulnerability

  • CVE-2025-68151: CoreDNS Server DoS Vulnerability

  • CVE-2026-26017: CoreDNS Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English