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-2026-3201

CVE-2026-3201: Wireshark USB HID DOS Vulnerability

CVE-2026-3201 is a denial of service vulnerability in Wireshark caused by USB HID protocol dissector memory exhaustion. This article covers the technical details, affected versions 4.6.0-4.6.3 and 4.4.0-4.4.13, and mitigation.

Published: February 27, 2026

CVE-2026-3201 Overview

CVE-2026-3201 is a memory exhaustion vulnerability in Wireshark's USB HID protocol dissector that enables denial of service attacks. When parsing specially crafted USB HID protocol traffic, the dissector fails to properly constrain memory allocation, allowing an attacker to exhaust system memory and crash Wireshark or the entire host system.

Critical Impact

Attackers can remotely trigger denial of service by sending malicious network traffic to a system running vulnerable Wireshark versions, causing memory exhaustion and application crash.

Affected Products

  • Wireshark versions 4.6.0 to 4.6.3
  • Wireshark versions 4.4.0 to 4.4.13

Discovery Timeline

  • 2026-02-25 - CVE CVE-2026-3201 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-3201

Vulnerability Analysis

This vulnerability resides in Wireshark's USB HID (Human Interface Device) protocol dissector, which is responsible for parsing and analyzing USB HID traffic captured during network analysis sessions. The flaw is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and CWE-1325 (Improperly Controlled Sequential Memory Allocation), indicating a fundamental issue in how the dissector manages memory during packet processing.

The vulnerability allows an attacker to cause uncontrolled memory consumption by crafting malicious USB HID protocol data. When Wireshark attempts to dissect this traffic, the USB HID dissector allocates memory without proper bounds checking, leading to progressive memory exhaustion. This can render the application unresponsive and potentially crash the entire system if memory pressure becomes severe enough.

The attack can be executed remotely via network capture files (such as malicious .pcap or .pcapng files) or by injecting crafted packets into monitored network traffic.

Root Cause

The root cause stems from improper resource allocation controls within the USB HID protocol dissector. The dissector lacks adequate limits on memory allocation when processing USB HID descriptor fields and report data structures. This allows specially crafted packets to trigger unbounded sequential memory allocations, bypassing the normal memory management constraints that should prevent resource exhaustion.

Attack Vector

The vulnerability is exploitable over the network without authentication or user interaction required. An attacker can deliver the malicious payload through several vectors:

  1. Malicious capture files: Distributing a crafted .pcap or .pcapng file that triggers the vulnerability when opened in Wireshark
  2. Live traffic injection: Injecting malicious USB HID protocol packets into a network being actively monitored by a vulnerable Wireshark instance
  3. Remote capture sessions: Exploiting Wireshark instances performing remote packet capture

The exploitation mechanism involves sending USB HID protocol data with malformed structures that cause the dissector to allocate excessive memory during parsing operations. This results in denial of service through memory exhaustion.

For technical details on the vulnerability mechanism, see the GitLab Wireshark Issue #20972 and the Wireshark Security Advisory WNPA-SEC-2026-05.

Detection Methods for CVE-2026-3201

Indicators of Compromise

  • Unusual memory consumption spikes when Wireshark processes USB HID protocol traffic
  • Wireshark process crashes or hangs during packet capture or file analysis sessions
  • System memory warnings or out-of-memory errors coinciding with Wireshark usage
  • Presence of unusually large or malformed USB HID packets in capture files

Detection Strategies

  • Monitor Wireshark process memory usage for abnormal growth patterns during active capture sessions
  • Implement file integrity checks on capture files before opening in Wireshark
  • Use resource monitoring tools to detect sudden memory allocation increases in the wireshark or tshark processes
  • Deploy network segmentation to limit exposure of systems running vulnerable Wireshark versions

Monitoring Recommendations

  • Configure system alerts for memory threshold violations on workstations running Wireshark
  • Implement logging and auditing for Wireshark usage in enterprise environments
  • Monitor for unexpected Wireshark process terminations or restarts
  • Track versions of Wireshark deployed across the organization to identify vulnerable installations

How to Mitigate CVE-2026-3201

Immediate Actions Required

  • Upgrade Wireshark to a patched version beyond 4.6.3 or 4.4.13 as applicable
  • Avoid opening capture files from untrusted sources until patching is complete
  • Consider disabling the USB HID protocol dissector if not required for analysis tasks
  • Restrict network access to systems running Wireshark to trusted networks only

Patch Information

Wireshark has released security updates to address this vulnerability. Organizations should consult the Wireshark Security Advisory WNPA-SEC-2026-05 for official patch information and upgrade instructions.

Users of Wireshark 4.6.x should upgrade to a version newer than 4.6.3, while users of Wireshark 4.4.x should upgrade to a version newer than 4.4.13.

Workarounds

  • Disable the USB HID protocol dissector via Wireshark preferences: Navigate to Analyze > Enabled Protocols and disable the USB HID dissector
  • Use command-line filtering to exclude USB HID traffic from analysis when processing untrusted captures
  • Run Wireshark in a sandboxed or containerized environment with memory limits to contain potential resource exhaustion
  • Implement resource limits on Wireshark processes using operating system controls (e.g., ulimit on Linux)
bash
# Configuration example - Disable USB HID dissector via command line
tshark -o "usb-hid.enabled:FALSE" -r suspicious_capture.pcapng

# Apply memory limits when running tshark (Linux)
ulimit -v 4194304  # Limit virtual memory to 4GB
tshark -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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

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

  • CWE-770
  • Technical References
  • GitLab Wireshark Issue #20972
  • Vendor Resources
  • Wireshark Security Advisory WNPA-SEC-2026-05
  • Related CVEs
  • CVE-2026-3202: Wireshark NTS-KE Dissector DoS Vulnerability

  • CVE-2026-3203: Wireshark DOS Vulnerability

  • CVE-2026-0960: Wireshark HTTP3 Dissector DoS Vulnerability

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