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

CVE-2026-33610: PowerDNS Secondary Server DoS Vulnerability

CVE-2026-33610 is a denial of service flaw in PowerDNS secondary servers where rogue primary servers can exhaust file descriptors. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 23, 2026

CVE-2026-33610 Overview

A denial of service vulnerability exists in PowerDNS where a rogue primary server may cause file descriptor exhaustion on a PowerDNS secondary server. This occurs when the secondary server forwards a DNS update request to the malicious primary server, which can be exploited to exhaust system resources and disrupt DNS services.

Critical Impact

A rogue DNS primary server can trigger file descriptor exhaustion on PowerDNS secondary servers, leading to denial of service and potential disruption of DNS resolution for dependent services.

Affected Products

  • PowerDNS Authoritative Server (secondary/slave configurations)
  • PowerDNS deployments with DNS update forwarding enabled

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-33610 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-33610

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), affecting PowerDNS secondary servers in configurations where DNS update requests are forwarded to primary servers. The attack leverages the trust relationship between secondary and primary DNS servers in a zone transfer configuration.

When a PowerDNS secondary server receives a DNS update request (RFC 2136), it may forward this request to its configured primary server. A malicious or compromised primary server can exploit this behavior by manipulating responses in a way that causes the secondary server to leak file descriptors. Over time, this exhausts the available file descriptors on the secondary server, preventing it from accepting new connections and ultimately causing a denial of service condition.

The attack requires network access to the DNS infrastructure and the ability to control or impersonate a primary DNS server. While the attack complexity is considered high due to these prerequisites, successful exploitation can significantly impact DNS availability for organizations relying on the affected PowerDNS secondary server.

Root Cause

The root cause is improper resource management in the file descriptor handling logic when PowerDNS secondary servers process DNS update request forwarding. The server fails to properly release file descriptors under certain error conditions or malicious response patterns from the primary server, leading to gradual resource exhaustion.

Attack Vector

The attack requires a threat actor to either compromise an existing primary DNS server or position a rogue server as the primary for a PowerDNS secondary server. Once in position, the attacker can trigger the vulnerability by:

  1. Waiting for legitimate DNS update requests to be forwarded to the rogue primary
  2. Responding with specially crafted or malformed responses that trigger the file descriptor leak
  3. Repeating this process until the secondary server's file descriptor limit is reached
  4. The secondary server becomes unable to process new DNS requests, causing denial of service

The network-based attack vector means the vulnerability can potentially be exploited remotely, though it requires specific positioning within the DNS infrastructure.

Detection Methods for CVE-2026-33610

Indicators of Compromise

  • Abnormal increase in open file descriptors on PowerDNS secondary servers
  • DNS query failures or timeouts from secondary servers
  • Error logs indicating "too many open files" or similar resource exhaustion messages
  • Unusual DNS update request forwarding patterns to primary servers

Detection Strategies

  • Monitor file descriptor usage on PowerDNS secondary servers with alerts for abnormal growth
  • Implement logging for DNS update request forwarding operations
  • Track connection patterns between secondary and primary DNS servers for anomalies
  • Deploy network monitoring to detect suspicious DNS update traffic patterns

Monitoring Recommendations

  • Set up threshold-based alerting for file descriptor counts on DNS servers
  • Review PowerDNS logs regularly for resource exhaustion warnings
  • Monitor DNS service availability with synthetic monitoring probes
  • Implement connection tracking between DNS infrastructure components

How to Mitigate CVE-2026-33610

Immediate Actions Required

  • Review the PowerDNS Security Advisory for specific patch information
  • Audit primary server configurations to ensure only trusted servers are configured
  • Consider temporarily disabling DNS update forwarding if not required for operations
  • Increase system file descriptor limits as a temporary mitigation

Patch Information

PowerDNS has released a security advisory addressing this vulnerability. Administrators should consult the PowerDNS Security Advisory for detailed patch information and updated package versions. Apply the appropriate security update for your PowerDNS installation as soon as possible.

Workarounds

  • Restrict network access to DNS update functionality using firewall rules
  • Implement strict access control lists (ACLs) for primary server connections
  • Consider running PowerDNS secondary servers in isolated environments with resource limits
  • Deploy monitoring to detect and alert on file descriptor exhaustion before service impact
bash
# Configuration example - Increase system file descriptor limits (temporary mitigation)
# Edit /etc/security/limits.conf
pdns soft nofile 65536
pdns hard nofile 65536

# Verify current limits for PowerDNS process
cat /proc/$(pidof pdns_server)/limits | grep "open files"

# Monitor file descriptor usage
ls /proc/$(pidof pdns_server)/fd | wc -l

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPowerdns

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • PowerDNS Security Advisory
  • Related CVEs
  • CVE-2026-33254: PowerDNS DNSdist DoS Vulnerability

  • CVE-2026-33596: PowerDNS Dnsdist 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