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

CVE-2024-8250: Wireshark NTLMSSP Dissector DOS Vulnerability

CVE-2024-8250 is a denial of service vulnerability in Wireshark's NTLMSSP dissector affecting versions 4.2.0 to 4.0.6 and 4.0.0 to 4.0.16. Attackers can crash the application via packet injection or crafted files.

Updated: January 22, 2026

CVE-2024-8250 Overview

CVE-2024-8250 is a denial of service vulnerability affecting the NTLMSSP (NT LAN Manager Security Support Provider) dissector in Wireshark. The vulnerability allows attackers to crash the application through packet injection or by having a user open a specially crafted capture file. This affects Wireshark versions 4.2.0 to 4.0.6 and 4.0.0 to 4.0.16, impacting security analysts and network administrators who rely on Wireshark for network traffic analysis.

Critical Impact

Attackers can cause Wireshark to crash via malicious network packets or capture files, disrupting network analysis operations and potentially masking malicious activity during incident response.

Affected Products

  • Wireshark versions 4.2.0 to 4.0.6
  • Wireshark versions 4.0.0 to 4.0.16
  • Systems running affected Wireshark versions on any supported operating system

Discovery Timeline

  • August 29, 2024 - CVE-2024-8250 published to NVD
  • November 03, 2025 - Last updated in NVD database

Technical Details for CVE-2024-8250

Vulnerability Analysis

This vulnerability stems from memory safety issues in the NTLMSSP dissector component of Wireshark. The vulnerability is classified under CWE-825 (Expired Pointer Dereference) and CWE-787 (Out-of-Bounds Write), indicating that the dissector improperly handles memory when parsing NTLMSSP protocol data. When processing malformed NTLMSSP authentication messages, the dissector may access memory that has already been freed or write data beyond allocated buffer boundaries, leading to application crash.

The attack requires local access, meaning an attacker must either inject packets on the same network segment being captured or convince a user to open a malicious capture file. While user interaction is required (opening a capture file or capturing traffic), no special privileges are needed to exploit this vulnerability. The impact is limited to availability—confidentiality and integrity are not affected.

Root Cause

The root cause lies in improper memory management within the NTLMSSP dissector. The dissector fails to properly validate and handle certain edge cases in NTLMSSP message structures, resulting in either an expired pointer dereference (CWE-825) where the code accesses memory through a pointer that is no longer valid, or an out-of-bounds write (CWE-787) where data is written beyond the boundaries of allocated memory. Both conditions can lead to memory corruption and subsequent application crash.

Attack Vector

The attack vector is local, requiring the attacker to either be on the same network segment to inject malicious packets during a live capture, or to deliver a crafted capture file (.pcap or .pcapng) to the victim. Attack scenarios include:

  1. Network-based injection: An attacker on the same network broadcasts or sends specially crafted NTLMSSP authentication packets that trigger the vulnerability when Wireshark captures and dissects them.

  2. File-based attack: An attacker distributes a malicious capture file via email, file share, or other means. When a security analyst opens the file in Wireshark for analysis, the application crashes.

The vulnerability requires user interaction—either actively capturing network traffic or opening a capture file. This limits the exploitability compared to fully remote attacks but remains a significant concern for security professionals who routinely analyze untrusted capture files.

Detection Methods for CVE-2024-8250

Indicators of Compromise

  • Unexpected Wireshark crashes when capturing network traffic containing NTLMSSP authentication
  • Application crashes when opening specific .pcap or .pcapng files
  • Crash dumps or error logs referencing the NTLMSSP dissector or related memory access violations
  • Repeated Wireshark crashes during incident response or forensic analysis activities

Detection Strategies

  • Monitor for Wireshark process crashes with memory access violation errors in system logs
  • Implement application crash monitoring and alerting for Wireshark processes in security operations environments
  • Use endpoint detection solutions to identify anomalous application terminations
  • Review Windows Event Logs or Linux syslog for application faults related to Wireshark

Monitoring Recommendations

  • Deploy endpoint monitoring to track Wireshark application stability across analyst workstations
  • Implement file integrity monitoring for capture files stored in shared analysis repositories
  • Configure crash reporting tools to alert on repeated Wireshark failures
  • Consider sandboxing or isolated analysis environments for examining untrusted capture files

How to Mitigate CVE-2024-8250

Immediate Actions Required

  • Update Wireshark to the latest patched version immediately
  • Avoid opening untrusted capture files until the patch is applied
  • Consider temporarily disabling the NTLMSSP dissector if immediate patching is not possible
  • Review capture file sources and implement access controls on shared analysis repositories

Patch Information

Wireshark has released security updates to address this vulnerability. Users should upgrade to the latest stable release that includes the fix. Detailed information is available in the Wireshark Security Advisory WNPA-SEC-2024-11. Additional technical details can be found in the GitLab Wireshark Issue tracker. Debian users should refer to the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Disable the NTLMSSP dissector using Wireshark's protocol preferences (Analyze > Enabled Protocols and uncheck NTLMSSP)
  • Use the command-line option -d ntlmssp to disable the dissector when running TShark
  • Analyze untrusted capture files in isolated virtual machines or sandboxed environments
  • Filter out NTLMSSP traffic before analysis using BPF filters when capturing
bash
# Disable NTLMSSP dissector via command line
wireshark --disable-protocol ntlmssp
# Or for TShark
tshark --disable-protocol ntlmssp -r capture.pcap

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.03%

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

  • CWE-787
  • Technical References
  • GitLab Wireshark Issue

  • Debian LTS Announcement
  • Vendor Resources
  • 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
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