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

CVE-2026-35406: Aardvark-dns DoS Vulnerability

CVE-2026-35406 is a denial of service flaw in Aardvark-dns affecting versions 1.16.0 to 1.17.0. A truncated TCP query causes infinite error loops at 100% CPU. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35406 Overview

CVE-2026-35406 is a denial of service vulnerability affecting aardvark-dns, an authoritative DNS server designed for A/AAAA container records. The vulnerability allows an attacker to cause the DNS server to enter an unrecoverable infinite error loop consuming 100% CPU by sending a truncated TCP DNS query followed by a connection reset.

Critical Impact

Successful exploitation causes complete denial of service of the aardvark-dns server, rendering container DNS resolution unavailable and potentially disrupting containerized application communications.

Affected Products

  • Aardvark-dns versions 1.16.0 to 1.17.0

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-35406 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35406

Vulnerability Analysis

This vulnerability (CWE-400: Uncontrolled Resource Consumption) affects the TCP query handling mechanism in aardvark-dns. When the DNS server receives a truncated TCP DNS query—a query packet that is incomplete or improperly formed—followed by an abrupt connection reset from the client, the server fails to properly handle this error condition. Instead of gracefully recovering or terminating the connection processing, the server enters an infinite error loop.

The infinite loop consumes 100% of available CPU resources on the affected system. This resource exhaustion condition is unrecoverable without manual intervention, meaning the DNS server must be restarted to restore normal operation. Container environments relying on aardvark-dns for internal DNS resolution would experience complete loss of name resolution services during the attack.

Root Cause

The root cause lies in improper error handling when processing TCP DNS connections that are prematurely terminated. The code path responsible for reading and processing TCP-based DNS queries does not adequately handle the scenario where a partial query is received followed by a connection reset (RST) packet. This results in the server repeatedly attempting to process the incomplete request without proper exit conditions or timeout mechanisms.

Attack Vector

An attacker with local access to the network can exploit this vulnerability by establishing a TCP connection to the aardvark-dns server on the DNS port. The attack sequence involves:

  1. Opening a TCP connection to the DNS server
  2. Sending a deliberately truncated or partial DNS query packet
  3. Immediately resetting the TCP connection before the server can complete processing

The attack requires local network access but does not require authentication or user interaction. The simplicity of the attack vector combined with the severe impact on availability makes this a significant concern for containerized environments using aardvark-dns.

Detection Methods for CVE-2026-35406

Indicators of Compromise

  • Aardvark-dns process consuming 100% CPU for extended periods
  • DNS resolution failures for containers despite the aardvark-dns process running
  • Sudden spike in TCP connection resets to the DNS service port
  • Log entries indicating repeated connection errors or malformed queries

Detection Strategies

  • Monitor CPU utilization of aardvark-dns processes and alert on sustained 100% usage
  • Implement network monitoring to detect patterns of truncated TCP DNS queries followed by RST packets
  • Configure container orchestration health checks to detect unresponsive DNS services
  • Review aardvark-dns logs for error patterns associated with malformed TCP queries

Monitoring Recommendations

  • Deploy endpoint monitoring to track resource consumption of critical infrastructure services
  • Implement automated alerting for DNS resolution failures within container environments
  • Configure network flow analysis to identify anomalous TCP connection patterns targeting DNS services
  • Establish baseline CPU utilization metrics for aardvark-dns to enable anomaly detection

How to Mitigate CVE-2026-35406

Immediate Actions Required

  • Upgrade aardvark-dns to version 1.17.1 or later immediately
  • Verify current aardvark-dns version across all container hosts and orchestration platforms
  • Monitor aardvark-dns processes for signs of exploitation until patches are applied
  • Prepare incident response procedures for DNS service recovery if exploitation occurs

Patch Information

The vulnerability has been fixed in aardvark-dns version 1.17.1. The fix addresses the improper error handling that allowed the infinite loop condition. Organizations should upgrade to the patched version as soon as possible. Additional details about the fix are available in the GitHub Security Advisory GHSA-hfpq-x728-986j and the GitHub commit.

Workarounds

  • Implement network segmentation to limit access to the DNS service from untrusted sources
  • Deploy rate limiting on TCP connections to the aardvark-dns service
  • Configure automated restart policies for the aardvark-dns service to enable faster recovery if exploited
  • Use external DNS services as fallback to maintain connectivity during potential attacks
bash
# Verify current aardvark-dns version and upgrade
aardvark-dns --version
# Upgrade to patched version (example using package manager)
dnf update aardvark-dns
# Or pull latest container image containing patched version
podman pull containers/aardvark-dns:v1.17.1

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAardvark Dns

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Commit Change

  • GitHub Release v1.17.1

  • GitHub Security Advisory GHSA-hfpq-x728-986j
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
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