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: PowerDNS DNSdist DoS Vulnerability

CVE-2026-33254 is a denial of service vulnerability in PowerDNS DNSdist caused by unlimited memory allocation from concurrent DoQ or DoH3 connections. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-33254 Overview

CVE-2026-33254 affects PowerDNS DNSdist, an open-source DNS load balancer. An attacker can open a large number of concurrent DNS-over-QUIC (DoQ) or DNS-over-HTTP/3 (DoH3) connections to trigger unlimited memory allocation. The unbounded allocation exhausts host memory and causes a denial of service against the resolver.

The issue is tracked under [CWE-770: Allocation of Resources Without Limits or Throttling]. DoQ and DoH3 are disabled by default in DNSdist, which limits exposure to deployments that explicitly enable these protocols.

Critical Impact

Remote, unauthenticated attackers can exhaust DNSdist host memory through concurrent DoQ or DoH3 connections, disrupting DNS resolution for downstream clients.

Affected Products

  • PowerDNS DNSdist (versions with DoQ/DoH3 support enabled)
  • Deployments using cpe:2.3:a:powerdns:dnsdist
  • DNS infrastructure exposing QUIC-based DNS endpoints

Discovery Timeline

  • 2026-04-22 - CVE-2026-33254 published to NVD
  • 2026-04-27 - Last updated in NVD database
  • Vendor advisory - DNSDist Security Advisory PowerDNS Advisory for DNSdist 2026-04

Technical Details for CVE-2026-33254

Vulnerability Analysis

DNSdist accepts DNS queries over multiple transports, including DoQ and DoH3, both built on the QUIC protocol. The vulnerability stems from missing connection-state and memory-allocation limits on these QUIC-based listeners.

When a client initiates a new DoQ or DoH3 connection, DNSdist allocates memory to track session state, streams, and pending queries. The code path does not cap the number of concurrent connections or the cumulative memory those connections may hold. An attacker scripting concurrent connection attempts forces DNSdist to allocate memory linearly with each new connection until the operating system kills the process or the host becomes unresponsive.

The flaw maps to [CWE-770]. Confidentiality and integrity are not affected, but availability is fully compromised on impacted instances.

Root Cause

The root cause is missing resource throttling on QUIC-based listeners. DNSdist does not enforce an upper bound on concurrent DoQ/DoH3 sessions or on the memory those sessions consume. Without quotas, an external attacker controls allocation behavior on the server.

Attack Vector

Exploitation requires only network reachability to a DNSdist instance with DoQ (UDP/853) or DoH3 (UDP/443 with HTTP/3) enabled. No authentication or user interaction is required. An attacker generates a high volume of concurrent QUIC handshakes and keeps connections open, holding allocated memory until the daemon is killed by the kernel out-of-memory handler.

No public exploit code or proof-of-concept has been published. Refer to the PowerDNS Advisory for DNSdist 2026-04 for vendor-supplied technical detail.

Detection Methods for CVE-2026-33254

Indicators of Compromise

  • Sudden growth in resident memory used by the dnsdist process beyond historical baselines.
  • High counts of concurrent QUIC connections on UDP/853 (DoQ) or UDP/443 (DoH3) from a small number of source IPs.
  • Kernel out-of-memory (OOM) killer events terminating dnsdist.
  • Increased DNS resolution latency or query failures reported by downstream clients.

Detection Strategies

  • Alert when DNSdist process RSS exceeds a configured threshold or grows faster than a defined rate.
  • Monitor QUIC connection counts per source IP and per listener using flow telemetry or eBPF probes.
  • Correlate DNSdist restarts with spikes in inbound UDP traffic on DoQ/DoH3 ports.

Monitoring Recommendations

  • Export DNSdist metrics through its built-in carbon or Prometheus endpoints and track udp-in-errors, queued queries, and memory counters.
  • Ingest host-level OOM-killer syslog events into your SIEM and alert on dnsdist matches.
  • Baseline normal DoQ/DoH3 client populations and alert on deviations in unique source counts or connection rates.

How to Mitigate CVE-2026-33254

Immediate Actions Required

  • Upgrade DNSdist to the fixed release identified in the PowerDNS Advisory for DNSdist 2026-04.
  • If DoQ and DoH3 are not required, confirm they remain disabled in your configuration.
  • Restrict inbound UDP/853 and UDP/443 (QUIC) access to DNSdist using network ACLs or firewall rules.

Patch Information

PowerDNS released a fixed version of DNSdist alongside advisory powerdns-advisory-for-dnsdist-2026-04. Apply the vendor-supplied package update for your distribution. Validate the deployed version after upgrade and restart the dnsdist service to load the patched binary.

Workarounds

  • Disable the DoQ listener by removing addDOQLocal() directives from dnsdist.conf.
  • Disable the DoH3 listener by removing addDOH3Local() directives from dnsdist.conf.
  • Place a rate-limiting reverse proxy or QUIC-aware load balancer in front of DNSdist to cap concurrent connections per source.
  • Apply host-level resource limits via systemd unit MemoryMax= to bound the blast radius until patching completes.
bash
# Configuration example: disable DoQ/DoH3 listeners in dnsdist.conf
# Comment out or remove any QUIC-based listeners
-- addDOQLocal("0.0.0.0:853", "/etc/dnsdist/cert.pem", "/etc/dnsdist/key.pem")
-- addDOH3Local("0.0.0.0:443", "/etc/dnsdist/cert.pem", "/etc/dnsdist/key.pem")

# Optional: bound dnsdist memory via systemd override
# /etc/systemd/system/dnsdist.service.d/override.conf
[Service]
MemoryMax=2G
Restart=on-failure

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPowerdns

  • SeverityHIGH

  • CVSS Score7.5

  • 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:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Vendor Resources
  • DNSDist Security Advisory
  • Related CVEs
  • CVE-2026-33596: PowerDNS Dnsdist DOS Vulnerability

  • CVE-2026-33610: PowerDNS Secondary Server DoS Vulnerability

  • CVE-2025-59023: PowerDNS Recursor DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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