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-2023-6175

CVE-2023-6175: Wireshark NetScreen Parser DoS Vulnerability

CVE-2023-6175 is a denial of service flaw in Wireshark's NetScreen file parser affecting versions 4.0.0 to 4.0.10 and 3.6.0 to 3.6.18. Attackers can crash the application using crafted capture files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-6175 Overview

CVE-2023-6175 is a buffer overflow vulnerability in Wireshark's NetScreen file parser that affects versions 4.0.0 to 4.0.10 and 3.6.0 to 3.6.18. The vulnerability allows an attacker to cause a denial of service condition by crafting a malicious capture file that triggers a crash when opened by Wireshark. This vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input), indicating improper bounds checking during buffer operations in the NetScreen file parsing functionality.

Critical Impact

Successful exploitation allows attackers to crash Wireshark through a crafted capture file, potentially disrupting network analysis operations and security investigations.

Affected Products

  • Wireshark versions 4.0.0 through 4.0.10
  • Wireshark versions 3.6.0 through 3.6.18
  • Systems running vulnerable Wireshark versions on Linux, Windows, and macOS

Discovery Timeline

  • 2024-03-26 - CVE-2023-6175 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-6175

Vulnerability Analysis

This vulnerability exists in the NetScreen file parser component of Wireshark, which is responsible for parsing network capture files in the NetScreen format. The parser fails to properly validate the size of input data before copying it into a fixed-size buffer, leading to a classic buffer overflow condition (CWE-120).

When a user opens a specially crafted NetScreen capture file, the parser processes malformed data without adequate bounds checking. This allows data to overflow the allocated buffer space, corrupting adjacent memory and ultimately causing the application to crash. The local attack vector requires user interaction—specifically, the victim must open a malicious capture file—but no special privileges are required on the target system.

The impact extends beyond simple denial of service; while the primary consequence is application termination, buffer overflows of this nature can potentially be leveraged for more severe attacks depending on memory layout and exploitation techniques.

Root Cause

The root cause is insufficient input validation in the NetScreen file parser. Specifically, the parser does not verify that incoming data fits within the bounds of the destination buffer before performing copy operations. This oversight allows oversized or malformed input to exceed buffer boundaries, triggering memory corruption and subsequent application instability.

Attack Vector

The attack requires local access and user interaction to be successful. An attacker must craft a malicious NetScreen capture file and convince a victim to open it with a vulnerable version of Wireshark. This could be accomplished through:

  • Sending the malicious file via email as an attachment
  • Hosting the file on a compromised or attacker-controlled website
  • Placing the file on shared network storage
  • Including it in a compressed archive with legitimate capture files

Once the victim opens the crafted file, Wireshark's NetScreen parser processes the malformed content, triggering the buffer overflow and causing the application to crash. This disrupts any ongoing network analysis work and could be used to prevent security analysts from examining specific network traffic.

The vulnerability manifests during the parsing of NetScreen-formatted capture files. When the parser encounters specially crafted input data, it attempts to copy this data into a buffer without proper size validation, causing the overflow condition. For detailed technical information, refer to the Wireshark Security Advisory and the GitLab Issue Tracker.

Detection Methods for CVE-2023-6175

Indicators of Compromise

  • Unexpected Wireshark application crashes when opening specific capture files
  • Wireshark crash dumps or error logs indicating memory corruption in NetScreen parser
  • Users reporting inability to open certain .cap or NetScreen-formatted files
  • System logs showing Wireshark process termination with segmentation fault signals

Detection Strategies

  • Monitor for Wireshark application crashes and analyze crash dumps for NetScreen parser references
  • Implement file integrity monitoring on shared capture file repositories
  • Use endpoint detection to identify patterns of application instability following file access
  • Deploy SentinelOne Singularity to detect and alert on abnormal application termination patterns

Monitoring Recommendations

  • Enable application crash reporting and centralized log collection for analysis workstations
  • Monitor file access patterns for .cap files and other network capture formats from untrusted sources
  • Implement alerting for repeated Wireshark crashes on security analyst workstations
  • Track email attachments and downloads containing network capture file extensions

How to Mitigate CVE-2023-6175

Immediate Actions Required

  • Upgrade Wireshark to version 4.0.11 or later for the 4.0.x branch
  • Upgrade Wireshark to version 3.6.19 or later for the 3.6.x branch
  • Avoid opening capture files from untrusted or unknown sources until patched
  • Implement file source validation policies for network analysis teams

Patch Information

Wireshark has released patched versions that address this vulnerability. The fix involves adding proper bounds checking to the NetScreen file parser to prevent buffer overflow conditions. Security updates are available through the official Wireshark Security Advisory.

For Debian-based systems, security updates have been released as documented in the Debian LTS Announcements. Users should update through their distribution's package manager to receive the patched versions.

Workarounds

  • Do not open NetScreen-formatted capture files from untrusted sources until the patch is applied
  • Use network capture analysis in isolated virtual machines when handling suspicious files
  • Convert untrusted capture files to alternative formats using trusted tools before analysis
  • Implement administrative policies restricting capture file sources to verified origins
bash
# Check current Wireshark version
wireshark --version

# Update Wireshark on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade wireshark

# Update Wireshark on RHEL/CentOS systems
sudo yum update wireshark

# Verify updated version
wireshark --version | grep -i version

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

  • 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-120
  • Technical References
  • GitLab Issue Tracker

  • Debian LTS Announcement

  • Debian LTS Announcement
  • Vendor Resources
  • Wireshark Security Advisory
  • 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