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

CVE-2026-6526: Wireshark RTSP Dissector DoS Vulnerability

CVE-2026-6526 is a denial of service vulnerability in Wireshark's RTSP protocol dissector affecting versions 4.6.0 to 4.6.4. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 30, 2026

CVE-2026-6526 Overview

CVE-2026-6526 is a Null Pointer Dereference vulnerability affecting the RTSP (Real Time Streaming Protocol) dissector in Wireshark versions 4.6.0 through 4.6.4. This vulnerability allows an attacker to cause the application to crash when processing specially crafted RTSP traffic, resulting in a denial of service condition.

The vulnerability is classified as CWE-476 (NULL Pointer Dereference), which occurs when the application attempts to use a pointer that is expected to be valid but is NULL. In the context of Wireshark's protocol dissector, this can be triggered when parsing malformed RTSP packets.

Critical Impact

Processing malicious RTSP traffic can cause Wireshark to crash, disrupting network analysis operations and potentially leading to data loss in active capture sessions.

Affected Products

  • Wireshark 4.6.0
  • Wireshark 4.6.1
  • Wireshark 4.6.2
  • Wireshark 4.6.3
  • Wireshark 4.6.4

Discovery Timeline

  • 2026-04-30 - CVE-2026-6526 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2026-6526

Vulnerability Analysis

The RTSP protocol dissector in Wireshark contains a null pointer dereference vulnerability that can be exploited when the dissector processes certain malformed RTSP packets. When Wireshark encounters these specially crafted packets during live capture or when opening a capture file, the dissector fails to properly validate pointer references before use, leading to an application crash.

This vulnerability requires user interaction to exploit, as the victim must either capture network traffic containing the malicious packets or open a crafted capture file. The attack vector is local, meaning an attacker would need to deliver the malicious capture file to the target system or have the ability to inject packets on a network segment being monitored by the victim.

The impact is limited to availability (denial of service), with no effect on confidentiality or integrity of the system. However, an unexpected crash during active network analysis could result in loss of captured data and disruption of security monitoring operations.

Root Cause

The vulnerability stems from inadequate null pointer validation in the RTSP dissector code. When parsing RTSP protocol data, the dissector may encounter unexpected or malformed input that results in a NULL pointer being dereferenced. This is a common class of software vulnerability where defensive coding practices such as null checks were not applied before pointer operations.

The issue is tracked under CWE-476 (NULL Pointer Dereference), which is characterized by the application's failure to validate that a pointer is non-null before performing operations on the referenced memory location.

Attack Vector

The attack requires local access and user interaction to exploit. An attacker can deliver a malicious pcap or pcapng capture file containing crafted RTSP traffic to a victim. When the victim opens this file in Wireshark, or if Wireshark captures traffic containing the malicious packets during live analysis, the application crashes.

Attack scenarios include:

  • Sending a crafted capture file via email or file sharing with social engineering to convince the target to analyze it
  • Injecting malicious RTSP packets on a network segment being monitored by the target analyst
  • Hosting a malicious capture file on a website and tricking the victim into downloading and opening it

For additional technical details, refer to the Wireshark Security Advisory WNPA-SEC-2026-35 and the GitLab Wireshark Work Item.

Detection Methods for CVE-2026-6526

Indicators of Compromise

  • Unexpected Wireshark application crashes when analyzing RTSP traffic
  • Crash dump files showing null pointer exceptions in the RTSP dissector module
  • Unusual or malformed RTSP packets in capture files that trigger application instability

Detection Strategies

  • Monitor for Wireshark crash events correlated with RTSP protocol analysis
  • Implement endpoint detection to alert on repeated Wireshark crashes
  • Review capture files for anomalous RTSP packet structures before analysis
  • Use application crash monitoring to detect exploitation attempts

Monitoring Recommendations

  • Enable crash reporting and logging for Wireshark instances
  • Monitor network traffic for malformed RTSP packets that could indicate exploitation attempts
  • Review system event logs for Wireshark application faults
  • Implement file integrity monitoring on capture file directories

How to Mitigate CVE-2026-6526

Immediate Actions Required

  • Update Wireshark to a patched version beyond 4.6.4 when available
  • Exercise caution when opening capture files from untrusted sources
  • Disable the RTSP dissector if RTSP analysis is not required for your use case
  • Run Wireshark in an isolated environment when analyzing untrusted capture files

Patch Information

Wireshark has acknowledged this vulnerability in Security Advisory WNPA-SEC-2026-35. Users should update to the latest available version of Wireshark that addresses this issue. Monitor the official Wireshark website and the GitLab issue tracker for patch availability and additional guidance.

Workarounds

  • Disable the RTSP protocol dissector using the Analyze > Enabled Protocols menu option
  • Use display or capture filters to exclude RTSP traffic when not needed
  • Analyze untrusted capture files in isolated virtual machines
  • Consider using alternative packet analysis tools for RTSP traffic until a patch is applied
bash
# Disable RTSP dissector via Wireshark preferences
# Edit ~/.config/wireshark/disabled_protos with:
rtsp

# Alternatively, use a capture filter to exclude RTSP traffic
# when capturing on networks with potentially malicious traffic:
wireshark -f "not port 554"

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

  • Wireshark Security Advisory WNPA-SEC-2026-35
  • Related CVEs
  • CVE-2026-9759: Wireshark ROHC Dissector DoS Vulnerability

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