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

CVE-2026-6870: Wireshark GSM RP Protocol DoS Vulnerability

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

Published: April 30, 2026

CVE-2026-6870 Overview

CVE-2026-6870 is a denial of service vulnerability affecting the GSM RP protocol dissector in Wireshark. The flaw exists in Wireshark versions 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14, where specially crafted network traffic or capture files can trigger a crash in the GSM RP dissector, leading to application termination and denial of service.

Critical Impact

An attacker can crash Wireshark by providing a malformed GSM RP packet, disrupting network analysis operations and potentially causing loss of capture data.

Affected Products

  • Wireshark 4.6.0 to 4.6.4
  • Wireshark 4.4.0 to 4.4.14

Discovery Timeline

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

Technical Details for CVE-2026-6870

Vulnerability Analysis

This vulnerability is classified as CWE-824 (Access of Uninitialized Pointer), which occurs when the GSM RP protocol dissector attempts to access a pointer that has not been properly initialized. The GSM RP (Relay Protocol) dissector is responsible for parsing GSM SMS relay protocol messages captured in network traffic. When processing malformed or unexpected GSM RP packets, the dissector fails to validate pointer initialization before dereferencing, resulting in undefined behavior and application crash.

The local attack vector requires user interaction—specifically, a victim must open a malicious capture file or capture live traffic containing the crafted packets. While the vulnerability does not allow code execution or data exfiltration, it poses significant availability concerns for organizations relying on Wireshark for network forensics and troubleshooting.

Root Cause

The root cause is improper pointer initialization handling within the GSM RP protocol dissector code. When parsing certain GSM RP message structures, the dissector allocates pointer variables but fails to initialize them under specific parsing conditions. Subsequent code paths then attempt to dereference these uninitialized pointers, causing memory access violations and crashing the application. This represents a classic uninitialized pointer vulnerability where defensive programming practices were not consistently applied throughout the dissector's parsing logic.

Attack Vector

The vulnerability requires local access, meaning an attacker must either:

  1. Convince a user to open a malicious PCAP/PCAPNG capture file containing crafted GSM RP packets
  2. Inject malicious GSM RP traffic on a network segment being actively captured by the victim's Wireshark instance

The attack does not require authentication and can be triggered through normal user workflows such as opening shared capture files for analysis. While the attack requires user interaction, the barrier is low since network analysts routinely open capture files from various sources.

The vulnerability mechanism involves crafting GSM RP protocol messages with specific field combinations that cause the dissector to skip pointer initialization while still attempting to use those pointers later in the parsing flow. Technical details are available in the Wireshark Security Advisory WNPA-2026-43.

Detection Methods for CVE-2026-6870

Indicators of Compromise

  • Unexpected Wireshark process terminations when analyzing capture files containing GSM/mobile network traffic
  • Crash reports or core dumps from Wireshark indicating segmentation faults in dissector code
  • Presence of unusual PCAP files with GSM RP traffic from untrusted sources

Detection Strategies

  • Monitor for repeated Wireshark crashes across analysis workstations, particularly when processing files from external sources
  • Implement file integrity monitoring on shared capture file repositories to detect potentially malicious files
  • Deploy endpoint detection to alert on Wireshark process crashes with memory access violation signatures

Monitoring Recommendations

  • Track Wireshark version deployments across the organization to identify systems running vulnerable versions (4.6.0-4.6.4 and 4.4.0-4.4.14)
  • Review crash logs and Windows Event Logs for Wireshark application faults on analyst workstations
  • Monitor network traffic to capture servers for unusual GSM RP protocol activity that could indicate exploitation attempts

How to Mitigate CVE-2026-6870

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 or unverified sources until patched
  • Consider disabling the GSM RP dissector if not required for operational needs

Patch Information

Wireshark has released security updates addressing this vulnerability. Users should upgrade to the latest stable release in their respective version branches. Detailed patch information and the security advisory are available at Wireshark Security Advisory WNPA-2026-43. Additional technical details can be found in the GitLab Wireshark Work Item.

Workarounds

  • Disable the GSM RP protocol dissector by navigating to Analyze → Enabled Protocols and unchecking gsm_rp
  • Use TShark with protocol filters to exclude GSM RP parsing when analyzing potentially malicious captures
  • Implement network segmentation to prevent untrusted traffic from reaching capture interfaces
  • Run Wireshark in an isolated environment or sandbox when analyzing capture files from unknown sources
bash
# Disable GSM RP dissector via command line
tshark -o "gsm_rp.enabled:false" -r capture.pcap

# Alternative: Use decode_as to prevent GSM RP parsing
wireshark --disable-protocol gsm_rp

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

  • Wireshark Security Advisory WNPA-2026-43
  • Related CVEs
  • CVE-2026-6525: Wireshark IEEE 802.11 DOS Vulnerability

  • CVE-2026-5405: Wireshark RDP Dissector DoS Vulnerability

  • CVE-2026-5404: Wireshark DOS Vulnerability

  • CVE-2026-5403: Wireshark SBC Codec DOS Vulnerability
Default Legacy - Prefooter | 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