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-2021-39929

CVE-2021-39929: Wireshark Bluetooth DHT DoS Vulnerability

CVE-2021-39929 is a denial of service vulnerability in Wireshark's Bluetooth DHT dissector caused by uncontrolled recursion. Attackers can exploit it via packet injection or crafted files to crash the application.

Published: February 25, 2026

CVE-2021-39929 Overview

CVE-2021-39929 is an Uncontrolled Recursion vulnerability affecting the Bluetooth DHT dissector in Wireshark versions 3.4.0 to 3.4.9 and 3.2.0 to 3.2.17. This vulnerability allows attackers to cause a denial of service condition through packet injection or by using a crafted capture file. When exploited, the recursive function calls in the Bluetooth DHT dissector can exhaust stack resources, causing Wireshark to crash and become unresponsive.

Critical Impact

Attackers can remotely crash Wireshark installations by sending malicious packets or tricking users into opening crafted capture files, disrupting network analysis operations and security monitoring capabilities.

Affected Products

  • Wireshark versions 3.4.0 to 3.4.9
  • Wireshark versions 3.2.0 to 3.2.17
  • Fedora 34 and 35 (with vulnerable Wireshark packages)
  • Debian Linux 9.0, 10.0, and 11.0 (with vulnerable Wireshark packages)

Discovery Timeline

  • 2021-11-19 - CVE-2021-39929 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-39929

Vulnerability Analysis

This vulnerability stems from improper handling of recursive operations within the Bluetooth DHT (Distributed Hash Table) dissector component of Wireshark. The dissector is responsible for parsing and analyzing Bluetooth DHT protocol traffic captured during network analysis sessions. When processing specially crafted packets or capture files, the dissector enters an uncontrolled recursive state that continues until system resources are exhausted.

The vulnerability is classified under CWE-674 (Uncontrolled Recursion), which describes situations where a function calls itself without properly limiting the recursion depth. In this case, the Bluetooth DHT dissector fails to implement adequate safeguards against deeply nested or circular data structures that trigger excessive recursive calls.

Root Cause

The root cause of CVE-2021-39929 lies in the Bluetooth DHT dissector's failure to implement proper recursion depth limits when parsing protocol data. When encountering malformed or specially crafted Bluetooth DHT packets, the dissector's parsing logic enters a recursive loop without appropriate termination conditions. This design flaw allows attackers to construct payloads that trigger unbounded recursion, ultimately leading to stack exhaustion and application crash.

Attack Vector

The attack can be executed through two primary vectors:

  1. Packet Injection: An attacker on the same network segment can inject malicious Bluetooth DHT packets that, when captured and analyzed by Wireshark, trigger the uncontrolled recursion.

  2. Crafted Capture File: An attacker can distribute a malicious pcap/pcapng capture file containing the crafted packets. When a user opens this file in Wireshark for analysis, the vulnerability is triggered.

The network-based attack vector requires no authentication or user interaction beyond normal network traffic capture operations. The crafted file vector requires social engineering to convince users to open the malicious file.

Detection Methods for CVE-2021-39929

Indicators of Compromise

  • Unexpected Wireshark crashes during Bluetooth DHT traffic analysis
  • High CPU usage followed by application termination when processing specific capture files
  • Stack overflow error messages in system logs correlating with Wireshark execution
  • Anomalous Bluetooth DHT protocol traffic patterns on monitored network segments

Detection Strategies

  • Monitor for Wireshark process crashes and correlate with network capture activities
  • Implement file integrity monitoring on capture files before analysis
  • Deploy endpoint detection solutions that identify recursive crash patterns
  • Analyze system logs for repeated Wireshark termination events

Monitoring Recommendations

  • Enable crash reporting and logging for Wireshark installations
  • Monitor network traffic for unusual Bluetooth DHT packet structures
  • Track Wireshark version inventory across the organization to identify vulnerable installations
  • Implement alerting for rapid succession of Wireshark process restarts

How to Mitigate CVE-2021-39929

Immediate Actions Required

  • Upgrade Wireshark to version 3.4.10 or later (for 3.4.x branch) or version 3.2.18 or later (for 3.2.x branch)
  • Avoid opening untrusted capture files until patched
  • Consider disabling the Bluetooth DHT dissector if not required for analysis operations
  • Apply operating system-level security updates from Fedora, Debian, or other distributions

Patch Information

Wireshark has released patched versions addressing this vulnerability. Users should upgrade to Wireshark 3.4.10 or later, or 3.2.18 or later, depending on their installed version branch. Additional security advisories and patch information are available through the Wireshark Security Advisory and the Wireshark Issue Tracker.

Distribution-specific updates are available:

  • Debian users should consult the Debian Security Advisory DSA-5019
  • Fedora users should apply updates per the Fedora Package Announcements
  • Gentoo users should reference the Gentoo GLSA Advisory

Workarounds

  • Disable the Bluetooth DHT dissector via Wireshark preferences: Analyze > Enabled Protocols and uncheck BT-DHT
  • Avoid capturing or analyzing Bluetooth DHT traffic from untrusted sources
  • Use network segmentation to limit exposure to potentially malicious Bluetooth traffic
  • Implement strict file handling policies for pcap files from external sources
bash
# Disable Bluetooth DHT dissector via command line
# Run Wireshark with the dissector disabled using the -d option
wireshark -o "bt-dht.enabled:FALSE"

# Alternative: Edit the Wireshark preferences file
# Add or modify the following line in ~/.config/wireshark/preferences
# bt-dht.enabled: FALSE

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWireshark

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.15%

  • 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-674
  • Technical References
  • GitLab CVE JSON Report

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA Advisory

  • Debian Security Advisory
  • Vendor Resources
  • Wireshark Issue Tracker

  • Wireshark Security Advisory
  • Related CVEs
  • CVE-2026-3201: Wireshark USB HID DOS Vulnerability

  • CVE-2026-3202: Wireshark NTS-KE Dissector DoS Vulnerability

  • CVE-2026-3203: Wireshark DOS Vulnerability

  • CVE-2026-0960: Wireshark HTTP3 Dissector DoS 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