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-2022-3190

CVE-2022-3190: Wireshark DOS Vulnerability

CVE-2022-3190 is a denial of service flaw in Wireshark caused by an infinite loop in the F5 Ethernet Trailer dissector. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-3190 Overview

CVE-2022-3190 is a denial of service vulnerability affecting Wireshark, the widely-used network protocol analyzer. The vulnerability exists in the F5 Ethernet Trailer protocol dissector, where an infinite loop condition can be triggered when processing specially crafted network packets or capture files. This allows attackers to cause a denial of service through packet injection on monitored networks or by convincing users to open malicious capture files.

Critical Impact

Attackers can crash or hang Wireshark installations by sending crafted packets to monitored network segments or distributing malicious PCAP files, disrupting network analysis operations and potentially impacting security monitoring capabilities.

Affected Products

  • Wireshark versions 3.6.0 to 3.6.7
  • Wireshark versions 3.4.0 to 3.4.15
  • Fedora 36 and Fedora 37 (via bundled Wireshark packages)

Discovery Timeline

  • 2022-09-13 - CVE-2022-3190 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-3190

Vulnerability Analysis

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop. The F5 Ethernet Trailer protocol dissector in Wireshark fails to properly handle certain malformed packet structures, resulting in a loop condition that never terminates. When Wireshark processes a crafted packet containing the trigger condition, the application becomes unresponsive and consumes CPU resources indefinitely.

The attack requires local access, meaning an attacker must either inject packets into a network being monitored by Wireshark or convince a user to open a malicious capture file. User interaction is required, as the victim must actively be capturing traffic or open a file for the vulnerability to be triggered. The impact is limited to availability—there is no confidentiality or integrity impact, but the application will become completely unresponsive.

Root Cause

The root cause lies in improper loop termination logic within the F5 Ethernet Trailer protocol dissector. The dissector code fails to properly validate packet field values that control loop iteration, allowing an attacker to craft packets that cause the loop counter or exit condition to never be satisfied. This results in the dissector function never returning, effectively hanging the Wireshark process.

Attack Vector

The attack can be executed through two primary vectors:

  1. Packet Injection: An attacker with the ability to inject packets into a network segment being monitored by Wireshark can send crafted F5 Ethernet Trailer packets that trigger the infinite loop when dissected.

  2. Malicious Capture File: An attacker can distribute a crafted PCAP or PCAPNG file containing the malicious packet. When a user opens this file in Wireshark, the infinite loop is triggered during packet dissection.

The vulnerability is triggered during the dissection phase when Wireshark parses the F5 Ethernet Trailer protocol fields. The malformed structure causes the dissector to enter an infinite loop, consuming 100% of a CPU core and rendering the application unresponsive. Users must force-close the application to recover.

Detection Methods for CVE-2022-3190

Indicators of Compromise

  • Wireshark processes consuming 100% CPU for extended periods without progress
  • Wireshark application becoming unresponsive when opening specific capture files
  • Network capture files with unusual F5 Ethernet Trailer protocol structures
  • Unresponsive Wireshark sessions coinciding with specific traffic patterns on monitored networks

Detection Strategies

  • Monitor for Wireshark processes with abnormally high CPU utilization that persists beyond normal analysis operations
  • Implement file integrity monitoring on capture files received from external sources before opening in Wireshark
  • Deploy endpoint detection to identify hung Wireshark processes as potential exploitation indicators
  • Audit network traffic for unusual F5 Ethernet Trailer protocol packets that may indicate injection attempts

Monitoring Recommendations

  • Enable process monitoring to detect Wireshark instances that exceed CPU usage thresholds for extended durations
  • Implement centralized logging for security analysis tools to identify patterns of unexpected crashes or hangs
  • Monitor file downloads and email attachments for PCAP/PCAPNG files from untrusted sources

How to Mitigate CVE-2022-3190

Immediate Actions Required

  • Upgrade Wireshark to version 3.6.8 or later (for 3.6.x branch) or version 3.4.16 or later (for 3.4.x branch)
  • Avoid opening capture files from untrusted or unknown sources until patched
  • Consider disabling the F5 Ethernet Trailer protocol dissector if not required for your analysis work
  • Update Fedora systems using the official package updates for Fedora 36 and 37

Patch Information

The Wireshark development team has addressed this vulnerability in subsequent releases. Security advisory details are available in the Wireshark Security Advisory 2022-06. Technical details about the bug fix can be found in the GitLab Wireshark Issue #18307.

Linux distribution users should apply updates through their package managers:

  • Fedora: Updates are available via the Fedora Package Announcement
  • Debian: Security updates are documented in the Debian LTS Announcement September 2024

Workarounds

  • Disable the F5 Ethernet Trailer dissector via Analyze → Enabled Protocols menu in Wireshark
  • Use TShark with protocol filters to exclude F5 Ethernet Trailer processing when analyzing untrusted captures
  • Run Wireshark in a sandboxed environment or virtual machine when analyzing capture files from untrusted sources
  • Implement network segmentation to prevent attackers from injecting packets into monitored network segments
bash
# Disable F5 Ethernet Trailer dissector via command line
wireshark -o "f5ethtrailer.enable:FALSE" capture_file.pcap

# Alternative: Use editcap to filter out F5 trailer frames before analysis
editcap -T ether input.pcap output.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 Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-835
  • Technical References
  • GitLab CVE-2022-3190 Report

  • GitLab Wireshark Issue #18307

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Wireshark Security Advisory 2022-06

  • Debian LTS Announcement September 2024
  • 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