The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-33254

CVE-2026-33254: DNSdist DoS Vulnerability via DoQ/DoH3

CVE-2026-33254 is a denial of service vulnerability in DNSdist affecting DoQ and DoH3 connections. Attackers can exploit unlimited memory allocation to crash the service. This article covers technical details, impact, and fixes.

Published: April 23, 2026

CVE-2026-33254 Overview

CVE-2026-33254 is a denial of service vulnerability affecting DNSdist, a highly DNS-, DoS- and abuse-aware loadbalancer. An attacker can create a large number of concurrent DNS over QUIC (DoQ) or DNS over HTTP/3 (DoH3) connections, causing unlimited memory allocation in DNSdist and leading to a denial of service condition. While DoQ and DoH3 are disabled by default, environments that have enabled these features are at risk of service disruption through resource exhaustion attacks.

Critical Impact

Remote attackers can exhaust server memory by opening numerous concurrent DoQ or DoH3 connections, causing DNSdist to become unresponsive and disrupting DNS resolution services for legitimate users.

Affected Products

  • DNSdist with DoQ (DNS over QUIC) enabled
  • DNSdist with DoH3 (DNS over HTTP/3) enabled
  • DNSdist deployments using QUIC-based protocols

Discovery Timeline

  • April 22, 2026 - CVE-2026-33254 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33254

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in how DNSdist handles concurrent connections for the newer QUIC-based DNS protocols. When DoQ or DoH3 are enabled, the application fails to properly limit the number of concurrent connections or the memory allocated for connection state management.

The network-accessible nature of this vulnerability means remote attackers can exploit it without requiring authentication or user interaction. Each new connection consumes memory resources that are not properly bounded, allowing an attacker to systematically exhaust available memory by initiating and maintaining a large number of concurrent connections.

Root Cause

The root cause of CVE-2026-33254 lies in the absence of proper resource allocation limits for DoQ and DoH3 connection handling in DNSdist. When these protocols are enabled, the server allocates memory for each incoming connection without enforcing maximum limits on the total number of concurrent connections or the aggregate memory consumption. This design flaw allows attackers to force unbounded memory allocation, eventually exhausting system resources.

Attack Vector

The attack vector is network-based, requiring no authentication or privileges. An attacker can exploit this vulnerability by:

  1. Identifying a DNSdist instance with DoQ (typically port 853/UDP) or DoH3 enabled
  2. Initiating a large number of QUIC connections to the target
  3. Maintaining these connections in an open state to consume memory
  4. Continuing to create new connections until memory is exhausted

The attack is particularly effective because QUIC's connection multiplexing and the stateful nature of these encrypted DNS protocols require the server to maintain per-connection state. Without proper limits, each connection contributes to progressive memory exhaustion until the service becomes unresponsive or crashes.

Detection Methods for CVE-2026-33254

Indicators of Compromise

  • Unusual spike in memory consumption on DNSdist servers
  • Abnormally high number of concurrent DoQ or DoH3 connections from single or distributed sources
  • DNSdist process memory growth without corresponding increase in legitimate DNS traffic
  • System out-of-memory (OOM) events or swap space exhaustion on DNS infrastructure

Detection Strategies

  • Monitor DNSdist memory usage metrics and alert on rapid or sustained increases beyond baseline thresholds
  • Implement connection rate monitoring for DoQ (UDP/853) and DoH3 endpoints to detect flood patterns
  • Deploy network flow analysis to identify sources generating excessive QUIC connection attempts
  • Configure SentinelOne to monitor for resource exhaustion patterns on DNSdist hosts

Monitoring Recommendations

  • Establish baseline memory usage patterns for DNSdist under normal load conditions
  • Configure alerting thresholds for connection counts and memory consumption on DoQ/DoH3 listeners
  • Implement logging for connection establishment and termination events on QUIC-based protocols
  • Use SentinelOne's behavioral AI to detect anomalous resource consumption patterns indicative of exploitation

How to Mitigate CVE-2026-33254

Immediate Actions Required

  • Assess whether DoQ or DoH3 are enabled in your DNSdist deployment; if not required, disable these features
  • Apply vendor patches as they become available from the DNSdist project
  • Implement connection rate limiting at the network perimeter for QUIC traffic destined to DNSdist instances
  • Configure operating system-level resource limits (cgroups, ulimits) to prevent DNSdist from consuming all available system memory

Patch Information

Refer to the official DNSDist Security Advisory 2026-04 for detailed patching instructions and affected version information. Organizations should prioritize upgrading to patched versions that implement proper connection and memory limits for DoQ and DoH3 protocols.

Workarounds

  • Disable DoQ and DoH3 features if not operationally required, as these protocols are disabled by default
  • Deploy rate limiting rules on upstream firewalls or load balancers to restrict QUIC connection rates
  • Implement connection limits at the reverse proxy or load balancer layer if DoQ/DoH3 must remain enabled
  • Use container resource limits or systemd memory caps to bound maximum memory consumption for DNSdist processes
bash
# Example: Disable DoQ and DoH3 in DNSdist configuration
# Comment out or remove addDOQLocal() and addDOH3Local() directives
# Restart DNSdist after configuration changes

# Verify no DoQ/DoH3 listeners are active
dnsdist --check-config

# Example: Set memory limits using systemd override
# /etc/systemd/system/dnsdist.service.d/memory-limit.conf
# [Service]
# MemoryMax=2G
# MemoryHigh=1.5G

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDnsdist

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Technical References
  • DNSDist Security Advisory 2026-04
  • Related CVEs
  • CVE-2026-27853: DNSdist DOS Vulnerability

  • CVE-2026-24030: DNSdist DoS Vulnerability via QUIC/HTTP3

  • CVE-2025-30193: DNSdist TCP Stack Exhaustion DoS Vulnerability

  • CVE-2026-27854: DNSdist Use-After-Free 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