A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9759

CVE-2026-9759: Wireshark ROHC Dissector DoS Vulnerability

CVE-2026-9759 is a denial of service flaw in Wireshark's ROHC protocol dissector affecting versions 4.6.0-4.6.5 and 4.4.0-4.4.15. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-9759 Overview

CVE-2026-9759 is a denial of service vulnerability in the Robust Header Compression (ROHC) protocol dissector in Wireshark. The flaw affects Wireshark versions 4.6.0 through 4.6.5 and 4.4.0 through 4.4.15. An attacker can trigger a crash by causing a user to open a crafted capture file or by injecting malformed packets onto a network that Wireshark is actively capturing. The issue is tracked under [CWE-476] (NULL Pointer Dereference) and documented in Wireshark Security Advisory wnpa-sec-2026-51.

Critical Impact

Successful exploitation causes Wireshark to crash, disrupting packet analysis workflows and incident response activities that depend on the tool.

Affected Products

  • Wireshark 4.6.0 through 4.6.5
  • Wireshark 4.4.0 through 4.4.15
  • ROHC protocol dissector component

Discovery Timeline

  • 2026-05-27 - CVE-2026-9759 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-9759

Vulnerability Analysis

The vulnerability resides in the ROHC protocol dissector within Wireshark. ROHC compresses IP, UDP, RTP, and TCP headers to reduce overhead on bandwidth-constrained links. The dissector parses ROHC-encoded packets to present them in human-readable form. A malformed ROHC packet triggers a NULL pointer dereference [CWE-476], terminating the Wireshark process.

The attack vector is local and requires user interaction. An analyst typically triggers the condition by opening a crafted .pcap or .pcapng capture file. The same crash can occur during live capture when malformed ROHC traffic traverses a monitored interface. Confidentiality and integrity are not affected, but availability of the analysis tool is lost.

For incident responders and network operations teams, the impact extends beyond a single crash. Repeated exposure to malicious capture files distributed through phishing or shared sample repositories can disrupt forensic investigations. Refer to GitLab Work Item #21243 for the upstream tracking record.

Root Cause

The root cause is a missing pointer validation in the ROHC dissector code path. When the dissector encounters unexpected field values or truncated structures, it dereferences a pointer that was never assigned a valid address. The runtime fault terminates the process immediately.

Attack Vector

An attacker crafts a packet capture file or live network frames containing malformed ROHC structures. Delivery occurs through email attachments, malware analysis sample sharing, or direct transmission on a monitored link. Opening the file or capturing the frame triggers the crash without further interaction.

No verified exploit code has been published. The vulnerability mechanism is described in the official Wireshark advisory linked above.

Detection Methods for CVE-2026-9759

Indicators of Compromise

  • Unexpected termination of wireshark or tshark processes during capture file analysis
  • Operating system crash logs referencing the Wireshark binary and a segmentation fault or access violation
  • Capture files originating from untrusted sources that contain ROHC protocol frames

Detection Strategies

  • Monitor endpoint telemetry for abnormal exit codes from Wireshark and tshark processes on analyst workstations
  • Inspect shared capture file repositories for .pcap and .pcapng files containing ROHC traffic from untrusted contributors
  • Correlate analyst workstation crashes with recent file downloads or email attachments

Monitoring Recommendations

  • Track installed Wireshark versions across analyst endpoints and flag systems running 4.6.0–4.6.5 or 4.4.0–4.4.15
  • Audit access patterns to network capture sample repositories used by SOC and DFIR teams
  • Log process crash events centrally to identify repeated targeting of Wireshark users

How to Mitigate CVE-2026-9759

Immediate Actions Required

  • Upgrade Wireshark to a version released after 4.6.5 or 4.4.15 that contains the fix for wnpa-sec-2026-51
  • Restrict analysis of untrusted capture files to isolated, non-production workstations or virtual machines
  • Communicate the issue to SOC and DFIR teams that routinely process third-party packet captures

Patch Information

The Wireshark project addressed the ROHC dissector crash in updates referenced by Wireshark Security Advisory wnpa-sec-2026-51. Apply the latest stable release from the 4.6 or 4.4 branch on all systems where Wireshark is installed.

Workarounds

  • Disable the ROHC dissector through Analyze → Enabled Protocols in the Wireshark UI when patching is not immediately possible
  • Use tshark with --disable-protocol rohc to prevent the dissector from executing on capture files
  • Avoid opening capture files received from untrusted parties until the upgrade is applied
bash
# Disable the ROHC dissector at the command line
tshark --disable-protocol rohc -r suspicious_capture.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

  • 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-476
  • Technical References
  • GitLab Work Item #21243

  • Wireshark Security Advisory 2026-51
  • 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