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-2024-11596

CVE-2024-11596: Wireshark ECMP Dissector DoS Vulnerability

CVE-2024-11596 is a denial of service flaw in Wireshark's ECMP dissector that causes crashes through packet injection or crafted capture files. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-11596 Overview

CVE-2024-11596 is a denial of service vulnerability affecting Wireshark's ECMP (Equal-Cost Multi-Path) protocol dissector. The vulnerability allows attackers to crash Wireshark through packet injection or by enticing a user to open a specially crafted capture file. This issue affects Wireshark versions 4.4.0 to 4.4.1 and 4.2.0 to 4.2.8, making it a significant concern for network administrators and security professionals who rely on Wireshark for network traffic analysis.

Critical Impact

Successful exploitation causes Wireshark to crash, disrupting network analysis operations and potentially masking malicious network activity during the denial of service window.

Affected Products

  • Wireshark versions 4.4.0 to 4.4.1
  • Wireshark versions 4.2.0 to 4.2.8

Discovery Timeline

  • 2024-11-21 - CVE-2024-11596 published to NVD
  • 2025-05-07 - Last updated in NVD database

Technical Details for CVE-2024-11596

Vulnerability Analysis

This vulnerability is classified under CWE-126 (Buffer Over-read) and CWE-125 (Out-of-Bounds Read), indicating that the ECMP dissector fails to properly validate buffer boundaries when processing protocol data. The flaw resides in how Wireshark's ECMP dissector handles malformed or crafted network packets, leading to memory access violations that trigger application crashes.

The vulnerability requires local access and user interaction to exploit. An attacker must either inject malicious packets into a network segment being captured by the victim or convince a user to open a malicious capture file (pcap/pcapng). While this limits the attack surface compared to remotely exploitable vulnerabilities, it remains a significant concern in environments where Wireshark is used to analyze untrusted network traffic or capture files from external sources.

Root Cause

The root cause stems from improper bounds checking in the ECMP protocol dissector code. When the dissector processes specially crafted ECMP protocol data, it attempts to read beyond the allocated buffer boundaries. This out-of-bounds read operation causes the application to crash, resulting in a denial of service condition. The vulnerability specifically affects the memory read operations within the dissector's parsing logic.

Attack Vector

The attack can be executed through two primary vectors:

  1. Packet Injection: An attacker on the same network segment can inject malformed ECMP packets that, when captured and processed by Wireshark, trigger the crash condition.

  2. Malicious Capture File: An attacker can craft a capture file containing the malicious ECMP protocol data and distribute it to victims through email, file sharing, or other means. When the victim opens the file in Wireshark, the application crashes.

The vulnerability mechanism involves crafting ECMP protocol data that causes the dissector to perform out-of-bounds memory reads. When Wireshark's ECMP dissector encounters this malformed data, it fails to properly validate the data length before attempting to read memory, resulting in an application crash. For detailed technical information, see the Wireshark Security Advisory WNPA-SEC-2024-15 and the GitLab Wireshark Issue 20214.

Detection Methods for CVE-2024-11596

Indicators of Compromise

  • Unexpected Wireshark crashes during capture or when opening capture files
  • Wireshark crash logs indicating segmentation faults or access violations in ECMP dissector components
  • Capture files containing unusually structured ECMP protocol data

Detection Strategies

  • Monitor for repeated Wireshark process terminations that may indicate exploitation attempts
  • Implement file integrity monitoring on capture files before analysis in Wireshark
  • Review system logs for Wireshark crash events correlated with specific capture file access

Monitoring Recommendations

  • Enable crash reporting in Wireshark to capture details of unexpected terminations
  • Implement network traffic analysis to detect potentially malicious ECMP packets before capture
  • Establish baseline Wireshark stability metrics to identify anomalous crash patterns

How to Mitigate CVE-2024-11596

Immediate Actions Required

  • Upgrade Wireshark to version 4.4.2 or later for the 4.4.x branch
  • Upgrade Wireshark to version 4.2.9 or later for the 4.2.x branch
  • Avoid opening capture files from untrusted sources until patched
  • Consider using capture-only tools like dumpcap or tcpdump for untrusted network segments, then analyze with an updated Wireshark instance

Patch Information

Wireshark has released security updates to address this vulnerability. Users should upgrade to Wireshark 4.4.2 or 4.2.9 or later versions, which contain the fix for the ECMP dissector crash. Detailed patch information is available in the Wireshark Security Advisory WNPA-SEC-2024-15.

Workarounds

  • Disable the ECMP protocol dissector if ECMP analysis is not required
  • Use capture filters to exclude ECMP traffic when possible
  • Analyze potentially malicious captures in an isolated environment
bash
# Disable ECMP dissector via Wireshark preferences
# Navigate to: Edit -> Preferences -> Protocols -> ECMP
# Uncheck "Enable ECMP dissector"

# Alternative: Use command line to disable the dissector
wireshark --disable-protocol ecmp -r capture_file.pcapng

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

  • EPSS Probability0.02%

  • 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-126

  • CWE-125
  • Technical References
  • GitLab Wireshark Issue 20214
  • Vendor Resources
  • Wireshark Security Advisory WNPA-SEC-2024-15
  • 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
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