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-2026-33596

CVE-2026-33596: DNS Backend Query DoS Vulnerability

CVE-2026-33596 is a denial of service flaw in DNS backends that allows attackers to cause query-response mismatches through timed query floods. This article covers technical details, affected systems, and mitigation.

Published: April 23, 2026

CVE-2026-33596 Overview

A timing-based vulnerability exists in DNSdist that could theoretically allow a client to cause a mismatch between queries sent to a backend and the received responses. This occurs when sending a flood of precisely timed queries that are routed to a TCP-only or DNS over TLS backend, potentially resulting in an integer overflow condition (CWE-190).

Critical Impact

An attacker on an adjacent network could exploit precise timing conditions to cause query/response mismatches in DNS resolution, leading to potential denial of service for affected DNS clients.

Affected Products

  • DNSdist (versions not specified in advisory)
  • TCP-only DNS backend configurations
  • DNS over TLS backend configurations

Discovery Timeline

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

Technical Details for CVE-2026-33596

Vulnerability Analysis

This vulnerability stems from an integer overflow condition (CWE-190) within DNSdist's handling of DNS queries routed to TCP-only or DNS over TLS backends. The flaw requires an attacker to be on an adjacent network and to carefully time their queries to exploit race conditions in the query/response matching logic.

The attack complexity is high because successful exploitation requires the attacker to send precisely timed query floods. This timing requirement significantly limits the practical exploitability of the vulnerability. When exploited, the vulnerability could cause responses to be mismatched with their corresponding queries, potentially leading to service degradation or denial of service conditions for DNS clients.

Root Cause

The underlying issue is an integer overflow (CWE-190) in the query tracking mechanism. When processing a high volume of concurrent queries to TCP or DoT backends, the internal counters or identifiers used for matching queries to responses can overflow, resulting in incorrect associations between queries and their responses.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be on the same network segment or have similar network proximity to the target DNSdist instance. The attacker would need to:

  1. Identify a DNSdist instance routing queries to TCP-only or DNS over TLS backends
  2. Generate a flood of DNS queries with precise timing
  3. Exploit the race condition to cause query/response mismatches

The high complexity requirement and adjacent network positioning significantly reduce the practical risk of exploitation in most deployment scenarios.

Detection Methods for CVE-2026-33596

Indicators of Compromise

  • Unusual spikes in DNS query volumes from single sources on the local network
  • Increased DNS resolution failures or timeouts reported by clients
  • Anomalous query/response timing patterns in DNSdist logs
  • Elevated TCP connection counts to DNS backends

Detection Strategies

  • Monitor DNSdist query logs for abnormal query flood patterns from adjacent network clients
  • Implement rate limiting alerts for DNS queries exceeding normal thresholds
  • Configure network intrusion detection systems to identify DNS flood patterns
  • Review backend connection metrics for unusual TCP or DoT session behavior

Monitoring Recommendations

  • Enable detailed logging on DNSdist instances to capture query timing information
  • Set up alerting for DNS resolution error rates exceeding baseline thresholds
  • Monitor network traffic for signs of DNS amplification or flood attacks from local sources
  • Implement SentinelOne network monitoring to detect anomalous DNS traffic patterns

How to Mitigate CVE-2026-33596

Immediate Actions Required

  • Review the DNSdist Security Advisory 2026-04 for vendor-specific guidance
  • Implement rate limiting on DNS queries at the network perimeter
  • Consider restricting DNSdist access to trusted network segments only
  • Audit current DNSdist configurations for TCP-only and DoT backend usage

Patch Information

Consult the official DNSdist Security Advisory 2026-04 for specific patch information and updated versions that address this vulnerability. Apply vendor-provided patches according to your organization's change management procedures.

Workarounds

  • Implement strict network segmentation to limit adjacent network access to DNSdist instances
  • Configure query rate limiting in DNSdist to reduce the effectiveness of timing-based attacks
  • Consider deploying DNSdist behind additional proxy layers to obscure backend timing characteristics
  • Enable connection pooling limits for TCP and DoT backends to reduce attack surface
bash
# Example DNSdist rate limiting configuration
# Consult official documentation for your specific version
# setMaxTCPConnectionsPerClient(10)
# addAction(MaxQPSIPRule(100), DropAction())

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityLOW

  • CVSS Score3.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-190
  • Technical References
  • DNSdist Security Advisory 2026-04
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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