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

CVE-2026-6534: Wireshark USB HID DoS Vulnerability

CVE-2026-6534 is a denial of service flaw in Wireshark's USB HID protocol dissector affecting versions 4.6.0-4.6.4 and 4.4.0-4.4.14. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 30, 2026

CVE-2026-6534 Overview

CVE-2026-6534 is an Infinite Loop vulnerability (CWE-835) affecting the USB HID protocol dissector in Wireshark network protocol analyzer. This vulnerability allows an attacker to cause a denial of service condition by providing specially crafted packet capture data that triggers an infinite loop in the dissector component, causing Wireshark to become unresponsive and consume excessive system resources.

Critical Impact

Network analysts and security teams using affected Wireshark versions may experience application crashes or system resource exhaustion when analyzing malicious or malformed USB HID traffic captures, potentially disrupting security monitoring and forensic analysis workflows.

Affected Products

  • Wireshark 4.6.0 to 4.6.4
  • Wireshark 4.4.0 to 4.4.14

Discovery Timeline

  • April 30, 2026 - CVE-2026-6534 published to NVD
  • April 30, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6534

Vulnerability Analysis

The vulnerability resides in the USB HID (Human Interface Device) protocol dissector within Wireshark. Protocol dissectors are responsible for parsing and interpreting network packet data for display and analysis. When processing USB HID protocol data, the affected dissector enters an infinite loop condition when encountering malformed or specially crafted input. This results in the application becoming unresponsive and consuming CPU resources indefinitely until forcibly terminated.

The attack requires local access and user interaction, meaning an attacker would need to either convince a user to open a malicious capture file or inject malicious packets into a live capture session being analyzed by Wireshark.

Root Cause

The root cause is classified as CWE-835 (Loop with Unreachable Exit Condition), indicating that the USB HID dissector contains loop logic that, under certain conditions with malformed input, fails to properly terminate. The dissector lacks adequate bounds checking or loop termination conditions when parsing specific USB HID protocol structures, allowing crafted input to create a condition where the exit criteria is never satisfied.

Attack Vector

The attack vector is local, requiring the attacker to deliver a malicious PCAP (packet capture) file to the victim or have the ability to inject packets into traffic being captured by Wireshark. Exploitation scenarios include:

  • Sending a malicious capture file via email or file sharing
  • Hosting a malicious capture file on a website for download
  • Injecting crafted USB HID packets into a network segment being monitored
  • Compromising a packet capture repository with poisoned files

The vulnerability impacts availability only, with no direct impact on confidentiality or integrity. However, causing Wireshark to crash or hang during critical security analysis could have secondary security implications.

Detection Methods for CVE-2026-6534

Indicators of Compromise

  • Wireshark processes consuming abnormally high CPU utilization (near 100%)
  • Wireshark application becoming unresponsive when opening specific capture files
  • System resource exhaustion events correlated with Wireshark usage
  • Capture files containing unusual or malformed USB HID protocol data

Detection Strategies

  • Monitor for Wireshark processes exhibiting CPU spikes or hanging states
  • Implement file integrity monitoring on packet capture repositories
  • Scan incoming PCAP files for anomalies before analysis
  • Use sandboxed environments for analyzing untrusted capture files

Monitoring Recommendations

  • Configure process monitoring to alert on Wireshark instances exceeding CPU thresholds
  • Implement timeouts for Wireshark analysis operations in automated workflows
  • Log and review sources of packet capture files being analyzed
  • Monitor for repeated Wireshark crashes or forced terminations

How to Mitigate CVE-2026-6534

Immediate Actions Required

  • Upgrade Wireshark to version 4.6.5 or later for the 4.6.x branch
  • Upgrade Wireshark to version 4.4.15 or later for the 4.4.x branch
  • Avoid opening capture files from untrusted sources until patched
  • Consider using isolated analysis environments for processing suspicious captures

Patch Information

Wireshark has released security updates to address this vulnerability. Users should upgrade to the latest available version in their respective release branch. Detailed information about the fix is available in the Wireshark Security Advisory and the GitLab Wireshark Issue tracker.

Workarounds

  • Disable the USB HID dissector if not required for analysis workflows
  • Process untrusted capture files in isolated virtual machines or containers
  • Implement resource limits (cgroups, ulimits) on Wireshark processes to prevent system-wide impact
  • Use alternative tools for preliminary analysis of untrusted capture files
bash
# Configuration example - Disable USB HID dissector via command line
wireshark -o "uat:disabled_protos:\"usbhid\""

# Or via tshark for command-line analysis
tshark -o "uat:disabled_protos:\"usbhid\"" -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

  • 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-835
  • Technical References
  • GitLab Wireshark Issue

  • Wireshark Security Advisory

  • GitLab Wireshark Work Item
  • 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