Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-5371

CVE-2023-5371: Wireshark RTPS Dissector DOS Vulnerability

CVE-2023-5371 is a memory leak flaw in Wireshark's RTPS dissector affecting versions 4.0.0 to 4.0.8 and 3.6.0 to 3.6.16. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-5371 Overview

CVE-2023-5371 is a memory leak vulnerability in the RTPS (Real-Time Publish-Subscribe) protocol dissector within Wireshark, the widely-used network protocol analyzer. The vulnerability affects Wireshark versions 4.0.0 to 4.0.8 and 3.6.0 to 3.6.16, allowing attackers to cause denial of service conditions through packet injection or crafted capture files.

Critical Impact

An attacker can exhaust system memory by sending specially crafted RTPS packets or tricking users into opening malicious capture files, resulting in denial of service and potential system instability.

Affected Products

  • Wireshark versions 4.0.0 through 4.0.8
  • Wireshark versions 3.6.0 through 3.6.16

Discovery Timeline

  • 2023-10-04 - CVE-2023-5371 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-5371

Vulnerability Analysis

The vulnerability resides in Wireshark's RTPS dissector, a component responsible for parsing Real-Time Publish-Subscribe protocol traffic commonly used in DDS (Data Distribution Service) implementations. The flaw is classified under CWE-789 (Memory Allocation with Excessive Size Value) and CWE-770 (Allocation of Resources Without Limits or Throttling).

When processing RTPS protocol data, the dissector fails to properly manage memory allocations, resulting in a memory leak. Each time malicious packets are processed, memory is allocated but never freed, causing progressive memory exhaustion. This vulnerability requires user interaction, as the victim must either capture network traffic containing malicious packets or open a crafted capture file.

The attack is network-based and requires no authentication or special privileges. The impact is limited to availability—there is no compromise of confidentiality or integrity. However, the denial of service can be significant, particularly in environments where Wireshark is used for continuous network monitoring or security analysis.

Root Cause

The root cause of CVE-2023-5371 is improper memory management within the RTPS dissector code. The dissector allocates memory during packet parsing operations but fails to implement proper cleanup routines, causing allocated memory blocks to persist indefinitely. This represents a classic resource exhaustion vulnerability where unbounded memory allocation eventually depletes available system resources.

Attack Vector

The vulnerability can be exploited through two primary attack vectors:

  1. Packet Injection: An attacker on the same network segment can inject specially crafted RTPS packets that trigger the memory leak when Wireshark captures and dissects them.

  2. Malicious Capture Files: An attacker can distribute crafted .pcap or .pcapng capture files containing malicious RTPS packets. When a user opens these files in Wireshark for analysis, the memory leak is triggered.

The attack complexity is low, but exploitation requires user interaction—either active network capture or manual file opening. Sustained exploitation leads to memory exhaustion, causing Wireshark to become unresponsive or crash, and potentially affecting overall system stability.

Detection Methods for CVE-2023-5371

Indicators of Compromise

  • Unusual memory consumption growth in Wireshark processes during RTPS traffic analysis
  • Wireshark crashes or hangs when processing capture files containing RTPS protocol data
  • System memory exhaustion events correlated with network capture activities
  • Abnormally large or malformed RTPS packets in network traffic

Detection Strategies

  • Monitor Wireshark process memory usage for anomalous growth patterns during packet capture sessions
  • Implement file integrity monitoring on capture files before analysis in sensitive environments
  • Deploy network intrusion detection signatures for malformed RTPS protocol packets
  • Use sandboxed environments when analyzing untrusted capture files

Monitoring Recommendations

  • Configure system-level memory monitoring alerts for Wireshark processes exceeding normal thresholds
  • Review network traffic logs for unusual RTPS protocol activity from untrusted sources
  • Maintain audit logs of capture file sources and analysis sessions
  • Implement endpoint monitoring for application crashes related to Wireshark

How to Mitigate CVE-2023-5371

Immediate Actions Required

  • Upgrade Wireshark to version 4.0.9 or later for the 4.x branch
  • Upgrade Wireshark to version 3.6.17 or later for the 3.6.x branch
  • Avoid analyzing capture files from untrusted sources until patched
  • Consider disabling the RTPS dissector if RTPS protocol analysis is not required

Patch Information

Wireshark has released security patches addressing this vulnerability. The fix is included in Wireshark 4.0.9 and 3.6.17. Users should upgrade to these versions or later to remediate the vulnerability. Additional details are available in the Wireshark Security Advisory wnpa-sec-2023-27 and the GitLab Issue Report.

Linux distribution users should also check for patched packages through their respective package managers. Fedora and Gentoo have released security updates addressing this vulnerability.

Workarounds

  • Disable the RTPS dissector by navigating to Analyze → Enabled Protocols and unchecking RTPS
  • Run Wireshark in isolated environments with memory limits configured
  • Use capture filters to exclude RTPS traffic if not required for analysis
  • Process untrusted capture files in sandboxed virtual machines
bash
# Disable RTPS dissector via command line
wireshark -o "rtps.enabled:FALSE" capture_file.pcap

# Alternative: Use tshark with disabled dissector for batch processing
tshark -o "rtps.enabled:FALSE" -r untrusted_capture.pcap

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 Score6.5

  • EPSS Probability0.05%

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

  • CWE-770
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202402-09
  • Vendor Resources
  • GitLab Issue Report

  • Wireshark Security Advisory
  • 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-0960: Wireshark HTTP3 Dissector 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