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-0960

CVE-2026-0960: Wireshark HTTP3 Dissector DoS Vulnerability

CVE-2026-0960 is a denial of service flaw in Wireshark's HTTP3 protocol dissector affecting versions 4.6.0 to 4.6.2. An infinite loop condition enables attackers to crash the application. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 23, 2026

CVE-2026-0960 Overview

CVE-2026-0960 is a denial of service vulnerability in Wireshark versions 4.6.0 to 4.6.2 caused by an infinite loop in the HTTP3 protocol dissector. When processing specially crafted network traffic or capture files, the HTTP3 dissector can enter an unbounded loop, consuming CPU resources and causing the application to become unresponsive. This vulnerability allows local attackers to crash Wireshark through malicious packet captures, disrupting network analysis operations.

Critical Impact

Attackers can trigger a denial of service condition by providing a malicious capture file or network traffic containing crafted HTTP3 packets, causing Wireshark to hang indefinitely and requiring process termination.

Affected Products

  • Wireshark 4.6.0
  • Wireshark 4.6.1
  • Wireshark 4.6.2

Discovery Timeline

  • 2026-01-14 - CVE CVE-2026-0960 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-0960

Vulnerability Analysis

This vulnerability is classified as CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop vulnerability. The HTTP3 protocol dissector in Wireshark fails to properly handle certain malformed packet structures, causing the parsing logic to enter a loop without a valid termination condition.

HTTP3 is a relatively new protocol built on QUIC, and its complex frame structure requires careful bounds checking during dissection. The vulnerable code path is triggered when the dissector encounters specific malformed frame headers or length fields, causing it to repeatedly process the same data without advancing through the packet buffer.

The attack requires user interaction—a victim must open a malicious capture file or capture traffic from a network controlled by the attacker. This makes it a local attack vector rather than remotely exploitable over the network.

Root Cause

The root cause is improper loop termination logic in the HTTP3 protocol dissector. When parsing HTTP3 frames, the dissector fails to properly validate frame length fields or advance buffer pointers under certain conditions. This results in the dissector repeatedly attempting to parse the same malformed data, never reaching a valid exit condition.

Protocol dissectors in Wireshark must carefully track buffer positions and implement safeguards against malformed input that could cause infinite processing. The HTTP3 dissector lacked sufficient validation to prevent this specific class of loop vulnerability.

Attack Vector

The attack vector requires local access and user interaction. An attacker can exploit this vulnerability through:

  1. Malicious Capture Files: Creating a specially crafted .pcapng or .pcap file containing malformed HTTP3 traffic and distributing it to potential victims
  2. Network Traffic Injection: If the attacker can inject traffic on a network segment being captured, they can send malformed HTTP3 packets that trigger the vulnerability when processed
  3. Shared Capture Files: Uploading malicious captures to file-sharing platforms or attaching them to emails targeting security analysts

The vulnerability results in complete denial of service of the Wireshark application, requiring the user to forcefully terminate the process.

Detection Methods for CVE-2026-0960

Indicators of Compromise

  • Wireshark processes consuming 100% CPU without making progress on packet analysis
  • Unresponsive Wireshark GUI when opening capture files containing HTTP3 traffic
  • Application hang events logged by the operating system for Wireshark processes
  • Presence of suspicious .pcap or .pcapng files received from untrusted sources

Detection Strategies

  • Monitor for Wireshark processes with abnormally high CPU usage that persist beyond normal analysis timeframes
  • Implement endpoint detection rules for Wireshark application hangs or crashes
  • Use file integrity monitoring to track incoming capture files from external sources
  • Enable application crash reporting to identify recurring Wireshark terminations

Monitoring Recommendations

  • Deploy endpoint monitoring for CPU resource exhaustion by network analysis tools
  • Implement file scanning policies for capture files received via email or file transfer
  • Monitor for patterns of Wireshark process terminations that could indicate exploitation attempts
  • Consider sandboxing untrusted capture files before opening them in the primary analysis environment

How to Mitigate CVE-2026-0960

Immediate Actions Required

  • Update Wireshark to version 4.6.3 or later, which contains the fix for this vulnerability
  • Avoid opening capture files from untrusted or unknown sources until patched
  • Exercise caution when analyzing network traffic from potentially hostile networks
  • Consider using tshark with the HTTP3 dissector disabled for untrusted captures

Patch Information

Wireshark has addressed this vulnerability in their security advisory WNPA-SEC-2026-04. Users should upgrade to Wireshark version 4.6.3 or later to remediate this issue. The fix implements proper loop termination checks in the HTTP3 dissector to prevent infinite processing of malformed packets.

Additional technical details about the vulnerability can be found in the GitLab issue tracker.

Workarounds

  • Disable the HTTP3 protocol dissector by navigating to Analyze → Enabled Protocols and unchecking HTTP3
  • Use the command-line option --disable-protocol http3 when running tshark or wireshark
  • Process untrusted captures in an isolated virtual machine or container environment
  • Implement capture file sandboxing workflows for files received from external parties
bash
# Disable HTTP3 dissector via command line
tshark -o "http3.enable:FALSE" -r suspicious_capture.pcap

# Alternative: Disable protocol entirely
wireshark --disable-protocol http3

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

  • 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
  • Vendor Resources
  • GitLab Wireshark Issue #20944

  • Wireshark Security Advisory WNPA-SEC-2026-04
  • 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-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