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
    • 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-2023-29483

CVE-2023-29483: Eventlet DNS Resolution DOS Vulnerability

CVE-2023-29483 is a denial of service flaw in Eventlet that enables TuDoor attacks on DNS name resolution. Attackers can disrupt DNS queries by sending invalid packets. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-29483 Overview

CVE-2023-29483 is a DNS vulnerability affecting eventlet before version 0.35.2 and dnspython before version 2.6.0. The flaw allows remote attackers to interfere with DNS name resolution by quickly sending an invalid packet from the expected IP address and source port. This attack technique, known as a "TuDoor" attack, exploits a weakness in how the DNS resolution algorithm handles invalid responses within its time window.

The vulnerability stems from dnspython not implementing the preferred behavior where the DNS name resolution algorithm would continue waiting for a valid packet within the full time window after receiving an invalid one. Instead, the resolver may accept or be disrupted by maliciously crafted invalid packets.

Critical Impact

Remote attackers can interfere with DNS name resolution, potentially leading to denial of service, DNS spoofing, or cache poisoning attacks affecting applications relying on these libraries.

Affected Products

  • eventlet eventlet (versions before 0.35.2)
  • dnspython dnspython (versions before 2.6.0)
  • Fedora 38, 39, and 40
  • NetApp Bootstrap OS
  • NetApp HCI Compute Node

Discovery Timeline

  • 2024-04-11 - CVE-2023-29483 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-29483

Vulnerability Analysis

The TuDoor attack exploits a fundamental weakness in DNS resolver implementations. When a DNS query is sent, the resolver waits for a response from a specific IP address and source port. In vulnerable versions of eventlet and dnspython, an attacker positioned to send packets that appear to originate from the expected DNS server can inject an invalid packet before the legitimate response arrives.

The core issue is that the vulnerable implementations do not properly handle invalid DNS responses. Rather than discarding the invalid packet and continuing to wait for a valid response within the timeout window, the resolver may terminate the resolution process prematurely or enter an error state. This behavior can be exploited by an attacker who can predict or observe DNS queries and race to send a malformed response.

The attack requires network proximity or the ability to send spoofed UDP packets appearing to come from the legitimate DNS server's IP address and port. While the attack complexity is considered high due to timing requirements, successful exploitation can have significant impact on confidentiality, integrity, and availability of DNS-dependent services.

Root Cause

The root cause is improper handling of DNS response validation (CWE-292). When the DNS resolver receives an invalid packet during the resolution window, it fails to continue waiting for a valid response. This violates the expected behavior where invalid responses should be silently discarded while the resolver continues listening for legitimate replies within the configured timeout period.

The eventlet library, when used with dnspython for asynchronous DNS resolution, inherits this vulnerability. Applications using these libraries for DNS queries are susceptible to having their name resolution manipulated or disrupted by attackers capable of injecting packets on the network path.

Attack Vector

The attack is executed over the network and requires the attacker to send UDP packets that appear to originate from the expected DNS server. The attacker must:

  1. Monitor or predict when a target application will make a DNS query
  2. Quickly send an invalid DNS response packet from the expected source IP and port
  3. Ensure the invalid packet arrives before or instead of the legitimate response

The invalid packet causes the resolver to fail or return incorrect results, potentially leading to denial of service or enabling further attacks like DNS cache poisoning.

The TuDoor attack technique specifically targets the timing window between when a DNS query is sent and when a valid response is processed, making it a race condition vulnerability in practice.

Detection Methods for CVE-2023-29483

Indicators of Compromise

  • Unusual DNS resolution failures or timeouts in applications using eventlet or dnspython
  • Increased rate of malformed DNS response packets observed on the network
  • DNS queries that resolve differently than expected or return unexpected errors
  • Network traffic analysis showing duplicate or competing DNS responses

Detection Strategies

  • Monitor DNS traffic for anomalous patterns such as multiple responses to single queries or responses with invalid formats
  • Implement network-based detection for DNS response racing attacks using IDS/IPS rules
  • Review application logs for unexpected DNS resolution errors or failures that may indicate interference
  • Deploy packet capture analysis on critical DNS resolution paths to identify potential TuDoor attack attempts

Monitoring Recommendations

  • Enable verbose logging in applications using eventlet or dnspython to capture DNS resolution details
  • Implement network monitoring to detect unusual UDP traffic patterns targeting DNS ports
  • Set up alerts for sudden increases in DNS resolution failures across applications
  • Monitor for dependency versions in your software inventory to identify vulnerable installations

How to Mitigate CVE-2023-29483

Immediate Actions Required

  • Upgrade eventlet to version 0.35.2 or later
  • Upgrade dnspython to version 2.6.1 or later (note: version 2.6.0 has separate usability issues)
  • Audit applications and dependencies for use of affected library versions
  • Consider implementing DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT) for critical applications

Patch Information

Security patches are available through the official releases:

  • eventlet: Version 0.35.2 addresses this vulnerability. See the GitHub Release v0.35.2 for details.
  • dnspython: Version 2.6.0 includes the fix, though users should upgrade to 2.6.1 due to unrelated issues in 2.6.0. See the GitHub Release v2.6.0.

Additional vendor advisories are available from Fedora and NetApp Security Advisory.

For tracking purposes, see GitHub Issue #913 for eventlet and GitHub Issue #1045 for dnspython.

Workarounds

  • Implement network segmentation to limit exposure of DNS traffic to potential attackers
  • Use DNSSEC validation where possible to detect tampered DNS responses
  • Deploy DNS traffic through encrypted channels (DoH/DoT) to prevent packet injection
  • Consider using alternative DNS resolver libraries that are not affected by this vulnerability
bash
# Upgrade eventlet and dnspython using pip
pip install --upgrade eventlet>=0.35.2
pip install --upgrade dnspython>=2.6.1

# Verify installed versions
pip show eventlet | grep Version
pip show dnspython | grep Version

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEventlet

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability4.95%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-292
  • Technical References
  • GitHub Issue #913

  • GitHub Release v0.35.2

  • GitHub Issue #1045

  • GitHub Release v2.6.0

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Snyk Vulnerability SNYK-PYTHON-DNSPYTHON-6241713

  • dnspython.org Homepage

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2025-58068: Eventlet Auth Bypass Vulnerability
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