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-68151

CVE-2025-68151: CoreDNS Server DoS Vulnerability

CVE-2025-68151 is a denial of service vulnerability in CoreDNS affecting gRPC, HTTPS, and HTTP/3 implementations. Attackers can exhaust memory and crash servers through unlimited connections. Learn about affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-68151 Overview

CVE-2025-68151 is a resource exhaustion vulnerability in CoreDNS, a popular DNS server that chains plugins commonly used in Kubernetes environments and cloud-native infrastructure. Prior to version 1.14.0, multiple CoreDNS server implementations including gRPC, HTTPS, and HTTP/3 lack critical resource-limiting controls. An unauthenticated remote attacker can exhaust memory and degrade or crash the server by opening many concurrent connections, streams, or sending oversized request bodies.

Critical Impact

This vulnerability enables remote attackers to cause denial of service conditions against CoreDNS servers without authentication, potentially disrupting critical DNS resolution services in containerized and cloud environments.

Affected Products

  • CoreDNS versions prior to 1.14.0
  • CoreDNS gRPC server implementation
  • CoreDNS HTTPS and HTTP/3 (QUIC) server implementations

Discovery Timeline

  • 2026-01-08 - CVE-2025-68151 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-68151

Vulnerability Analysis

This vulnerability (CWE-770: Allocation of Resources Without Limits or Throttling) affects the CoreDNS server's handling of concurrent connections and streams across multiple transport protocols. The issue is similar in nature to CVE-2025-47950, which addressed QUIC DoS vulnerabilities, but extends to additional server types including gRPC and HTTPS that did not enforce connection limits, stream limits, or message size constraints.

The vulnerability allows attackers to open numerous concurrent connections or streams without any server-side throttling, leading to memory exhaustion. Additionally, the lack of message size constraints permits oversized request bodies that can further accelerate resource depletion.

Root Cause

The root cause stems from missing resource-limiting controls in the CoreDNS server implementations. Specifically, the configuration structures lacked parameters for:

  • Maximum concurrent gRPC streams per connection
  • Maximum concurrent gRPC connections
  • Maximum concurrent HTTPS connections
  • Maximum concurrent QUIC streams for HTTPS/3

Without these limits, the server accepts unbounded resource allocation requests, making it susceptible to exhaustion attacks.

Attack Vector

The attack can be executed remotely over the network by an unauthenticated attacker. The attacker can target any exposed CoreDNS server endpoint (gRPC, HTTPS, or HTTP/3) and:

  1. Open a large number of concurrent connections simultaneously
  2. Create excessive streams within established connections
  3. Send oversized DNS request payloads exceeding normal message boundaries

This forces the server to allocate memory for each connection/stream without recourse, eventually exhausting available resources and causing service degradation or crashes.

go
// Security patch adds resource limiting configuration parameters
// Source: https://github.com/coredns/coredns/commit/0d8cbb1a6bcb6bc9c1a489865278b8725fa20812

 	// This is nil if not specified, allowing for a default to be used.
 	MaxQUICWorkerPoolSize *int
 
+	// MaxGRPCStreams defines the maximum number of concurrent streams per gRPC connection.
+	// This is nil if not specified, allowing for a default to be used.
+	MaxGRPCStreams *int
+
+	// MaxGRPCConnections defines the maximum number of concurrent gRPC connections.
+	// This is nil if not specified, allowing for a default to be used.
+	MaxGRPCConnections *int
+
+	// MaxHTTPSConnections defines the maximum number of concurrent HTTPS connections.
+	// This is nil if not specified, allowing for a default to be used.
+	MaxHTTPSConnections *int
+
+	// MaxHTTPS3Streams defines the maximum number of concurrent QUIC streams for HTTPS3.
+	// This is nil if not specified, allowing for a default to be used.
+	MaxHTTPS3Streams *int
+
 	// Timeouts for TCP, TLS and HTTPS servers.
 	ReadTimeout  time.Duration
 	WriteTimeout time.Duration

The patch also introduces default limits and message size constraints in the gRPC server implementation:

go
// Default resource limits introduced in server_grpc.go
// Source: https://github.com/coredns/coredns/commit/0d8cbb1a6bcb6bc9c1a489865278b8725fa20812

const (
	// maxDNSMessageBytes is the maximum size of a DNS message on the wire.
	maxDNSMessageBytes = dns.MaxMsgSize

	// maxProtobufPayloadBytes accounts for protobuf overhead.
	// Field tag=1 (1 byte) + length varint for 65535 (3 bytes) = 4 bytes total
	maxProtobufPayloadBytes = maxDNSMessageBytes + 4

	// DefaultGRPCMaxStreams is the default maximum number of concurrent streams per connection.
	DefaultGRPCMaxStreams = 256

	// DefaultGRPCMaxConnections is the default maximum number of concurrent connections.
	DefaultGRPCMaxConnections = 200
)

Detection Methods for CVE-2025-68151

Indicators of Compromise

  • Abnormally high number of concurrent connections to CoreDNS gRPC, HTTPS, or HTTP/3 endpoints
  • Memory utilization spikes on CoreDNS server instances without corresponding legitimate traffic increases
  • CoreDNS process crashes or restarts due to out-of-memory conditions
  • DNS resolution failures or increased latency across services relying on affected CoreDNS instances

Detection Strategies

  • Monitor CoreDNS connection counts and compare against baseline thresholds for anomaly detection
  • Implement alerting on memory utilization metrics for CoreDNS pods/processes exceeding normal operational ranges
  • Review CoreDNS logs for connection handling errors or resource exhaustion messages
  • Deploy network-level monitoring to detect connection flooding patterns targeting DNS server ports

Monitoring Recommendations

  • Configure Prometheus metrics collection for CoreDNS with alerts on coredns_dns_requests_total anomalies
  • Monitor Kubernetes pod restart counts for CoreDNS deployments
  • Implement connection rate limiting at the network layer as an additional defense layer
  • Set up dashboards tracking concurrent connection counts by protocol type (gRPC, HTTPS, HTTP/3)

How to Mitigate CVE-2025-68151

Immediate Actions Required

  • Upgrade CoreDNS to version 1.14.0 or later immediately
  • Review and configure appropriate connection and stream limits in CoreDNS configuration
  • Implement network-level rate limiting for DNS server endpoints as a temporary measure
  • Monitor CoreDNS instances for signs of exploitation while planning upgrades

Patch Information

CoreDNS version 1.14.0 contains the security patch that introduces resource-limiting controls for gRPC, HTTPS, and HTTP/3 server implementations. The patch adds configurable parameters for maximum connections, streams, and enforces message size constraints.

For detailed patch information, refer to:

  • GitHub Security Advisory GHSA-527x-5wrf-22m2
  • GitHub Pull Request #7490
  • Patch Commit 0d8cbb1a

Workarounds

  • Deploy network firewalls or load balancers with connection rate limiting in front of CoreDNS
  • Restrict access to CoreDNS gRPC, HTTPS, and HTTP/3 endpoints to trusted networks only
  • Implement resource quotas and limits for CoreDNS pods in Kubernetes environments
  • Consider temporarily disabling unused server protocols (gRPC, HTTPS, HTTP/3) if not required
bash
# Example: Configure resource limits for CoreDNS in Kubernetes
# Add to CoreDNS deployment specification
kubectl patch deployment coredns -n kube-system --type='json' -p='[
  {
    "op": "add",
    "path": "/spec/template/spec/containers/0/resources",
    "value": {
      "limits": {
        "memory": "256Mi",
        "cpu": "200m"
      },
      "requests": {
        "memory": "128Mi",
        "cpu": "100m"
      }
    }
  }
]'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCoredns

  • SeverityMEDIUM

  • CVSS Score6.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Code Commit

  • GitHub Pull Request

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

  • CVE-2025-47950: CoreDNS DNS-over-QUIC 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