A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-5408

CVE-2026-5408: Wireshark BT-DHT Protocol DoS Vulnerability

CVE-2026-5408 is a denial of service vulnerability in Wireshark's BT-DHT protocol dissector affecting versions 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14. This article covers the technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-5408 Overview

CVE-2026-5408 is a denial of service vulnerability affecting the BT-DHT protocol dissector in Wireshark versions 4.6.0 through 4.6.4 and 4.4.0 through 4.4.14. The vulnerability stems from improper handling of uncontrolled recursion (CWE-674), which can cause Wireshark to crash when processing specially crafted network traffic or capture files containing malicious BT-DHT protocol packets.

Critical Impact

An attacker can cause Wireshark to crash by sending malformed BT-DHT protocol data, resulting in denial of service for network administrators and security analysts relying on the tool for traffic analysis.

Affected Products

  • Wireshark 4.6.0 to 4.6.4
  • Wireshark 4.4.0 to 4.4.14

Discovery Timeline

  • 2026-04-30 - CVE-2026-5408 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2026-5408

Vulnerability Analysis

This vulnerability resides in the BT-DHT (BitTorrent Distributed Hash Table) protocol dissector component of Wireshark. The BT-DHT dissector is responsible for parsing and displaying DHT protocol messages used in BitTorrent peer-to-peer networks for distributed peer discovery.

The root cause is classified as CWE-674 (Uncontrolled Recursion), indicating that the dissector fails to properly limit recursive processing when handling nested or specially structured BT-DHT protocol data. When the dissector encounters maliciously crafted input, it can enter an uncontrolled recursive state that exhausts stack memory, leading to application crash.

This is a local attack vector vulnerability, meaning exploitation requires the victim to open a malicious packet capture file or capture live traffic containing the exploit payload. Network security analysts who routinely analyze untrusted capture files are particularly at risk.

Root Cause

The vulnerability is caused by uncontrolled recursion (CWE-674) in the BT-DHT protocol dissector. The dissector lacks adequate bounds checking or recursion depth limits when processing BT-DHT protocol messages that contain deeply nested or self-referential data structures. This allows an attacker to craft packets that trigger excessive recursive function calls, eventually causing a stack overflow and application crash.

Attack Vector

Exploitation requires local access, typically through one of the following scenarios:

  1. Malicious capture file: An attacker distributes a crafted .pcap or .pcapng file containing malicious BT-DHT packets. When a victim opens this file in Wireshark, the application crashes.

  2. Live traffic capture: An attacker on the same network sends specially crafted BT-DHT packets while the victim is capturing traffic. The dissector crashes when processing the malicious packets.

  3. Network forensics scenario: Security analysts investigating network incidents may encounter malicious capture files designed to prevent analysis by crashing their tools.

The vulnerability mechanism involves crafting BT-DHT protocol messages with structures that cause the dissector to recursively process data without proper termination conditions. For technical details regarding the specific implementation flaw, refer to the GitLab Issue Report and the Wireshark Security Advisory.

Detection Methods for CVE-2026-5408

Indicators of Compromise

  • Wireshark application crashes when opening specific capture files or during live capture sessions
  • Stack overflow errors or segmentation faults in Wireshark logs related to the BT-DHT dissector
  • Capture files containing abnormally nested BT-DHT protocol structures
  • Repeated Wireshark crashes when analyzing BitTorrent-related network traffic

Detection Strategies

  • Monitor for Wireshark crashes associated with BT-DHT protocol dissection in application logs
  • Implement file integrity monitoring for capture files in shared analysis environments
  • Use automated scanning tools to identify capture files with suspicious BT-DHT message structures before opening in Wireshark
  • Configure endpoint detection solutions to alert on repeated Wireshark application crashes

Monitoring Recommendations

  • Track Wireshark version deployments across the organization to identify systems running vulnerable versions
  • Establish baseline crash rates for analysis tools to detect anomalous crash patterns
  • Monitor for distribution of untrusted capture files within the organization

How to Mitigate CVE-2026-5408

Immediate Actions Required

  • Upgrade Wireshark to version 4.6.5 or later (for 4.6.x branch) or 4.4.15 or later (for 4.4.x branch)
  • Avoid opening capture files from untrusted sources until patched
  • Consider using alternative analysis tools for untrusted captures until the update is applied
  • Review and validate capture files before analysis in production environments

Patch Information

The Wireshark development team has addressed this vulnerability in subsequent releases. Users should update to the latest stable version that includes the fix for the BT-DHT dissector recursion issue. For detailed patch information and download links, refer to the Wireshark Security Advisory.

Workarounds

  • Disable the BT-DHT protocol dissector if BT-DHT analysis is not required: Navigate to Analyze → Enabled Protocols and disable bt-dht
  • Use TShark with -d options to exclude BT-DHT dissection when processing untrusted captures
  • Implement sandboxing for Wireshark when analyzing untrusted network captures
  • Process suspicious capture files in isolated virtual environments to contain potential crashes
bash
# Disable BT-DHT dissector via command line
tshark -r suspicious.pcap --disable-protocol bt-dht

# Alternative: Use editcap to filter out UDP port 6881 (common DHT port) before analysis
editcap -r suspicious.pcap filtered.pcap '!(udp.port == 6881)'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWireshark

  • SeverityMEDIUM

  • CVSS Score5.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-674
  • Technical References
  • GitLab Issue Report

  • Wireshark Security Advisory
  • Related CVEs
  • CVE-2026-6525: Wireshark IEEE 802.11 DOS Vulnerability

  • CVE-2026-5405: Wireshark RDP Dissector DoS Vulnerability

  • CVE-2026-6527: Wireshark ASN.1 PER DOS Vulnerability

  • CVE-2026-6523: Wireshark 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