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

CVE-2026-5405: Wireshark RDP Dissector DoS Vulnerability

CVE-2026-5405 is a denial of service flaw in Wireshark's RDP protocol dissector that may allow code execution. This article covers technical details, affected versions 4.6.0-4.6.4 and 4.4.0-4.4.14, and mitigation.

Published: May 7, 2026

CVE-2026-5405 Overview

CVE-2026-5405 is a memory corruption vulnerability in the Remote Desktop Protocol (RDP) dissector of Wireshark. The flaw affects Wireshark versions 4.6.0 through 4.6.4 and 4.4.0 through 4.4.14. An attacker can trigger the dissector crash by getting a user to open a crafted capture file or by injecting malformed packets into a live capture session. Exploitation results in denial of service and may allow code execution within the Wireshark process. The Wireshark Foundation tracks this issue under advisory wnpa-sec-2026-17 and CWE classifications [CWE-122] (Heap-based Buffer Overflow) and [CWE-787] (Out-of-bounds Write).

Critical Impact

A crafted RDP packet stream or capture file can crash Wireshark and potentially execute arbitrary code in the analyst's user context.

Affected Products

  • Wireshark 4.6.0 through 4.6.4
  • Wireshark 4.4.0 through 4.4.14
  • Installations using the bundled RDP protocol dissector

Discovery Timeline

  • 2026-05-01 - CVE-2026-5405 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-5405

Vulnerability Analysis

The vulnerability resides in the RDP protocol dissector that Wireshark uses to parse captured Remote Desktop Protocol traffic. When the dissector processes malformed RDP fields, it performs a heap operation that writes outside the bounds of an allocated buffer. The combined CWE classifications, [CWE-122] and [CWE-787], indicate a heap-based buffer overflow with an out-of-bounds write primitive.

Wireshark dissectors run in the same process as the analyst's UI or tshark command-line tool. A successful corruption therefore impacts the user account performing the analysis. The vendor confirms denial of service and lists code execution as a possible outcome.

Root Cause

The defect stems from insufficient bounds validation when the RDP dissector copies attacker-controlled length or offset fields from packet data into a heap buffer. Field length values supplied by the protocol are trusted without sufficient sanity checks, allowing an out-of-bounds write to occur during dissection. The epan dissection engine in epan/dissectors/packet-rdp.c is the relevant code path referenced in the Wireshark issue tracker.

Attack Vector

Exploitation requires local user interaction. The CVSS vector reflects a local attack with required user interaction. An attacker delivers a crafted .pcap or .pcapng file to a target analyst, who opens it in Wireshark or tshark. Alternatively, an attacker on the same network segment can inject malformed RDP frames while the analyst runs a live capture with the RDP dissector enabled. No authentication is required to craft the malicious traffic or capture file. See the Wireshark Security Advisory and the GitLab Wireshark Issue for the technical reproduction steps.

No public proof-of-concept exploit code is available in the cited references, and no synthetic exploitation code is reproduced here.

Detection Methods for CVE-2026-5405

Indicators of Compromise

  • Unexpected crashes of Wireshark.exe, wireshark, or tshark processes when opening capture files containing RDP traffic
  • Capture files of unknown provenance containing TCP port 3389 streams with malformed RDP PDUs
  • Wireshark process termination accompanied by heap corruption error reports in operating system crash logs

Detection Strategies

  • Inventory endpoints to identify Wireshark installations within the affected version ranges (4.6.0–4.6.4 and 4.4.0–4.4.14)
  • Hunt for capture files arriving via email, chat, or file shares that originate outside expected sources
  • Correlate Wireshark process crashes with recent file-open events or active live captures on engineering and SOC workstations

Monitoring Recommendations

  • Monitor process creation and termination events for wireshark and tshark binaries on analyst endpoints
  • Alert on Windows Error Reporting or Linux core dumps generated by Wireshark binaries
  • Track file downloads with .pcap and .pcapng extensions from untrusted sources

How to Mitigate CVE-2026-5405

Immediate Actions Required

  • Upgrade Wireshark to a fixed release as identified in advisory wnpa-sec-2026-17
  • Restrict opening capture files received from untrusted or unverified sources until upgrades are complete
  • Communicate the risk to network engineering, incident response, and threat hunting teams that routinely handle external .pcap files

Patch Information

The Wireshark Foundation has published advisory wnpa-sec-2026-17, which lists the fixed versions for the 4.6.x and 4.4.x branches. Administrators should consult the advisory and the GitLab Wireshark Issue for the corresponding commit and apply vendor-provided builds across all analyst workstations and servers running tshark in pipelines.

Workarounds

  • Disable the RDP dissector in Wireshark via Analyze > Enabled Protocols and uncheck RDP until patches are applied
  • Avoid live captures on networks carrying untrusted RDP traffic when an unpatched Wireshark instance is in use
  • Use sandboxed or isolated virtual machines to triage capture files of uncertain origin
bash
# Disable the RDP dissector from the command line for tshark
tshark --disable-protocol rdp -r suspicious_capture.pcapng

# Verify installed Wireshark version on Linux
wireshark --version | head -n 1

# Verify installed Wireshark version on Windows (PowerShell)
(Get-Item 'C:\Program Files\Wireshark\Wireshark.exe').VersionInfo.FileVersion

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWireshark

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122

  • CWE-787
  • Technical References
  • GitLab Wireshark Issue
  • Vendor Resources
  • Wireshark Security Advisory
  • Related CVEs
  • CVE-2026-6525: Wireshark IEEE 802.11 DOS Vulnerability

  • CVE-2026-5404: Wireshark DOS Vulnerability

  • CVE-2026-5403: Wireshark SBC Codec DOS Vulnerability

  • CVE-2026-6870: Wireshark GSM RP Protocol 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