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-2025-9817

CVE-2025-9817: Wireshark SSH Dissector DOS Vulnerability

CVE-2025-9817 is a denial of service vulnerability in Wireshark's SSH dissector affecting versions 4.4.0 to 4.4.8. This flaw allows attackers to crash the application. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-9817 Overview

CVE-2025-9817 is a Null Pointer Dereference vulnerability affecting the SSH dissector in Wireshark versions 4.4.0 through 4.4.8. This vulnerability allows remote attackers to cause a denial of service condition by sending specially crafted SSH traffic that triggers a crash in the dissector component. The attack can be executed remotely without requiring any authentication or user interaction, making it a significant concern for organizations using Wireshark for network traffic analysis in production environments.

Critical Impact

Successful exploitation causes Wireshark to crash, disrupting network analysis operations and potentially allowing attackers to evade detection during active network monitoring sessions.

Affected Products

  • Wireshark 4.4.0 through 4.4.8
  • Wireshark 4.4.9-rc0 (release candidate)

Discovery Timeline

  • 2025-09-03 - CVE-2025-9817 published to NVD
  • 2025-12-05 - Last updated in NVD database

Technical Details for CVE-2025-9817

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when the SSH dissector attempts to dereference a null pointer during packet processing. The SSH protocol dissector in Wireshark is responsible for parsing and displaying SSH traffic for network analysis purposes. When the dissector encounters malformed or specially crafted SSH packets, it fails to properly validate pointer references before use, resulting in an application crash.

The network-based attack vector with low complexity means that an attacker can trigger this vulnerability by simply transmitting malicious SSH packets to a network segment being monitored by a vulnerable Wireshark instance. No special privileges or user interaction are required to exploit this flaw. While the vulnerability does not result in confidentiality or integrity impacts, the availability impact is significant as it causes complete disruption of the Wireshark application.

Root Cause

The root cause of CVE-2025-9817 lies in insufficient null pointer validation within the SSH dissector code path. When parsing certain SSH protocol elements, the dissector fails to check whether a pointer is null before attempting to access the memory location it references. This programming error allows attackers to craft SSH packets that cause the vulnerable code path to be executed with a null pointer, resulting in a crash when the dereference operation is attempted.

Attack Vector

The attack exploits Wireshark's network packet capture and analysis functionality. An attacker can trigger the vulnerability through the following methods:

  1. Live Capture Attack: Transmitting malicious SSH packets across a network segment where a vulnerable Wireshark instance is performing live packet capture
  2. PCAP File Attack: Providing a maliciously crafted PCAP file containing SSH packets designed to trigger the null pointer dereference when opened for analysis
  3. Remote Stream Analysis: If Wireshark is configured to analyze remote packet streams, attackers can inject malicious SSH traffic into the analyzed stream

The attack requires no authentication and can be executed by any network entity capable of sending packets to the monitored network segment. For detailed technical information, refer to the GitLab Wireshark Issue #20642 and the Wireshark Security Advisory 2025-03.

Detection Methods for CVE-2025-9817

Indicators of Compromise

  • Unexpected Wireshark application crashes during network capture sessions, particularly when SSH traffic is present
  • Core dump files or crash reports indicating null pointer dereference in SSH dissector functions
  • Repeated Wireshark process terminations correlating with specific SSH traffic patterns on the network
  • Log entries indicating abnormal termination of wireshark or tshark processes

Detection Strategies

  • Monitor system logs and application crash reports for Wireshark null pointer dereference exceptions
  • Implement automated restart monitoring for Wireshark processes to detect repeated crashes
  • Use process monitoring tools to track Wireshark stability during active capture sessions
  • Correlate Wireshark crashes with presence of unusual or malformed SSH packets in network traffic

Monitoring Recommendations

  • Enable crash reporting and core dump generation for Wireshark installations to facilitate forensic analysis
  • Implement application performance monitoring to detect sudden Wireshark process terminations
  • Set up alerting for repeated Wireshark restarts within short time intervals
  • Monitor network traffic for anomalous SSH packets that may indicate exploitation attempts

How to Mitigate CVE-2025-9817

Immediate Actions Required

  • Upgrade all Wireshark installations to version 4.4.9 or later immediately
  • If immediate patching is not possible, consider temporarily disabling the SSH dissector using Wireshark preferences
  • Review network capture configurations and limit exposure to untrusted network segments
  • Implement process monitoring to quickly detect and respond to Wireshark crashes

Patch Information

Wireshark has addressed this vulnerability in version 4.4.9. Organizations should upgrade to this version or later to remediate CVE-2025-9817. The security fix ensures proper null pointer validation in the SSH dissector code path before memory dereference operations.

For official patch details and download links, refer to the Wireshark Security Advisory 2025-03.

Workarounds

  • Disable the SSH protocol dissector in Wireshark preferences if SSH analysis is not required
  • Use alternative network analysis tools for environments with high SSH traffic until patching is complete
  • Avoid opening untrusted PCAP files that may contain malicious SSH packets
  • Limit network capture to trusted network segments where attacker-controlled traffic is unlikely
bash
# Disable SSH dissector via Wireshark preferences
# Edit preferences file or use command line
wireshark -o "ssh.enable_dissector:FALSE"

# Or for tshark command-line captures
tshark --disable-protocol ssh -i eth0

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitLab Wireshark Issue #20642

  • Wireshark Security Advisory 2025-03
  • 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