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

CVE-2023-6174: Wireshark SSH Dissector DOS Vulnerability

CVE-2023-6174 is a denial of service flaw in Wireshark's SSH dissector affecting versions 4.0.0 to 4.0.10. Attackers can crash the application via packet injection or crafted capture files. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 4, 2026

CVE-2023-6174 Overview

CVE-2023-6174 is a denial of service vulnerability in Wireshark's SSH dissector that affects versions 4.0.0 through 4.0.10. The vulnerability allows attackers to crash Wireshark through packet injection or by providing a specially crafted capture file. This out-of-bounds read vulnerability (CWE-125) combined with injection issues (CWE-74) can disrupt network analysis operations and potentially be leveraged to interrupt security monitoring activities.

Critical Impact

Network security analysts and administrators using vulnerable Wireshark versions may experience application crashes when analyzing SSH traffic, potentially leading to gaps in network visibility and disrupted incident response activities.

Affected Products

  • Wireshark versions 4.0.0 to 4.0.10
  • Debian Linux 12.0
  • Various Linux distributions including Fedora and Gentoo

Discovery Timeline

  • 2023-11-16 - CVE-2023-6174 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-6174

Vulnerability Analysis

The vulnerability resides in Wireshark's SSH dissector component, which is responsible for parsing and analyzing SSH protocol traffic in packet captures. When processing malformed SSH packets, the dissector fails to properly validate input boundaries, resulting in an out-of-bounds read condition. This memory safety violation can trigger an application crash, causing a denial of service condition.

The attack requires user interaction in that an analyst must either capture malicious network traffic or open a crafted capture file. The vulnerability does not require authentication and can be exploited remotely through packet injection on a network being monitored by a vulnerable Wireshark instance.

Root Cause

The root cause of this vulnerability is improper input validation in the SSH dissector code (CWE-125: Out-of-bounds Read combined with CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component). The dissector does not adequately verify the bounds of data structures when parsing SSH protocol fields, allowing specially crafted packets to trigger memory access violations outside allocated buffer boundaries.

Attack Vector

The attack can be executed through two primary vectors:

  1. Packet Injection: An attacker on the same network segment can inject malicious SSH packets that will be captured and parsed by Wireshark, causing it to crash when the SSH dissector processes the crafted data.

  2. Crafted Capture File: An attacker can create a malicious pcap/pcapng file containing the crafted SSH packets and distribute it to targets. When an analyst opens this file in a vulnerable Wireshark version, the application crashes.

The vulnerability manifests when the SSH dissector encounters specially crafted packet data that causes it to read beyond allocated memory boundaries. For detailed technical information, refer to the GitLab Issue #19369 and the Wireshark Security Advisory.

Detection Methods for CVE-2023-6174

Indicators of Compromise

  • Unexpected Wireshark application crashes when analyzing SSH traffic or opening capture files
  • Crash reports indicating memory access violations in the SSH dissector module
  • Suspicious pcap/pcapng files with malformed SSH protocol data received from external sources
  • Network captures containing unusually structured SSH packets from unexpected sources

Detection Strategies

  • Monitor for Wireshark process crashes and analyze crash dumps for SSH dissector-related memory violations
  • Implement file integrity monitoring for capture files received from external parties
  • Review system logs for repeated Wireshark termination events correlating with network capture activities
  • Use SentinelOne's Singularity XDR to detect anomalous process termination patterns for network analysis tools

Monitoring Recommendations

  • Configure crash reporting mechanisms to alert security teams when Wireshark terminates unexpectedly
  • Establish baselines for normal Wireshark operation and alert on deviations
  • Monitor network traffic for SSH packets with anomalous field lengths or structures that could indicate exploitation attempts
  • Implement endpoint detection capabilities to identify potential denial of service attacks targeting analysis tools

How to Mitigate CVE-2023-6174

Immediate Actions Required

  • Upgrade Wireshark to version 4.0.11 or later immediately
  • Avoid opening capture files from untrusted sources until patched
  • Consider disabling the SSH dissector temporarily if upgrade is not immediately possible
  • Review and validate the source of any pcap files before analysis

Patch Information

Wireshark has released patches addressing this vulnerability. Users should upgrade to Wireshark version 4.0.11 or later to remediate this issue. Security advisories and patch information are available from the following sources:

  • Wireshark Security Advisory WNPA-SEC-2023-28
  • Debian Security Advisory DSA-5559
  • Gentoo GLSA 202402-09

Linux distribution users should apply available package updates through their respective package managers.

Workarounds

  • Disable the SSH dissector if SSH protocol analysis is not required: Use the -d ssh option or disable via Analyze → Enabled Protocols menu
  • Use network segmentation to isolate systems performing packet capture from potentially hostile networks
  • Run Wireshark in an isolated environment (sandbox or virtual machine) when analyzing untrusted capture files
  • Implement file scanning for capture files received from external sources before analysis
bash
# Disable SSH dissector when running Wireshark from command line
wireshark -d ssh

# Alternatively, use tshark with disabled SSH dissector for automated analysis
tshark -d ssh -r capture.pcap

# Update Wireshark on Debian-based systems
sudo apt update && sudo apt upgrade wireshark

# Update Wireshark on Fedora
sudo dnf update wireshark

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.12%

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

  • CWE-74
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202402-09

  • Debian Security Advisory DSA-5559
  • Vendor Resources
  • GitLab Issue #19369

  • 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