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

CVE-2025-1492: Wireshark DoS Vulnerability

CVE-2025-1492 is a denial of service vulnerability in Wireshark caused by Bundle Protocol and CBOR dissector crashes. Attackers can trigger crashes via packet injection or crafted files. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-1492 Overview

CVE-2025-1492 is a denial of service vulnerability affecting the Bundle Protocol and CBOR (Concise Binary Object Representation) dissector components in Wireshark, the widely-used network protocol analyzer. The vulnerability allows attackers to crash Wireshark through packet injection or by tricking users into opening a specially crafted capture file, resulting in application termination and loss of ongoing capture or analysis sessions.

Critical Impact

Network security analysts and administrators using vulnerable Wireshark versions may experience unexpected application crashes during packet capture or analysis, disrupting critical network monitoring and forensic operations.

Affected Products

  • Wireshark versions 4.4.0 to 4.4.3
  • Wireshark versions 4.2.0 to 4.2.10
  • Systems performing live packet capture or analyzing PCAP files containing malicious Bundle Protocol or CBOR data

Discovery Timeline

  • 2025-02-20 - CVE-2025-1492 published to NVD
  • 2025-04-10 - Last updated in NVD database

Technical Details for CVE-2025-1492

Vulnerability Analysis

This vulnerability is classified under CWE-674 (Uncontrolled Recursion), indicating that the Bundle Protocol and CBOR dissector components fail to properly limit recursive operations when parsing malformed or maliciously crafted network packets. When Wireshark processes packets containing nested or deeply recursive structures within Bundle Protocol or CBOR data, the dissector enters an uncontrolled recursive state that exhausts stack resources, ultimately causing the application to crash.

The network-accessible nature of this vulnerability is particularly concerning for security professionals who routinely analyze untrusted network traffic. An attacker can exploit this flaw without requiring any authentication or user interaction beyond the victim opening a malicious capture file or capturing packets on a network segment where the attacker can inject traffic.

Root Cause

The root cause lies in the Bundle Protocol and CBOR dissector implementations within Wireshark's protocol parsing engine. These dissectors lack adequate safeguards against deeply nested or recursive data structures. CBOR, being a self-describing data format, allows for arbitrary nesting of maps and arrays, and without proper recursion depth limits, processing such structures leads to stack exhaustion.

The dissector code processes each nested element through recursive function calls without implementing a maximum depth counter or iterative parsing approach, making it susceptible to stack overflow conditions when encountering adversarial input.

Attack Vector

Exploitation of CVE-2025-1492 can occur through two primary attack vectors:

Packet Injection: An attacker on the same network segment as the victim can inject malicious packets containing crafted Bundle Protocol or CBOR data. When Wireshark captures and attempts to dissect these packets, the uncontrolled recursion is triggered, crashing the application.

Crafted Capture File: An attacker can distribute a malicious PCAP or PCAPNG capture file containing the exploit payload. When an analyst opens this file in a vulnerable Wireshark version, the dissector crash occurs during file parsing.

The attack requires no privileges on the target system and no user interaction beyond standard Wireshark usage patterns (capturing packets or opening capture files). For technical details, see the GitLab Issue #20373 and the Wireshark Security Advisory WNPA-SEC-2025-01.

Detection Methods for CVE-2025-1492

Indicators of Compromise

  • Unexpected Wireshark application crashes during packet capture or file analysis operations
  • System logs showing stack overflow or segmentation fault errors associated with Wireshark processes
  • Presence of PCAP/PCAPNG files with unusual deeply nested CBOR structures
  • Network traffic containing malformed Bundle Protocol packets with excessive nesting

Detection Strategies

  • Monitor Wireshark process stability and implement alerting on repeated crashes during analysis sessions
  • Deploy network intrusion detection rules to identify anomalous Bundle Protocol or CBOR traffic patterns
  • Implement file integrity monitoring to detect suspicious capture files introduced into analysis environments
  • Use application crash monitoring tools to correlate Wireshark crashes with specific capture files or network segments

Monitoring Recommendations

  • Establish baseline metrics for Wireshark process stability in your environment
  • Configure endpoint detection to alert on Wireshark processes terminating unexpectedly
  • Review system event logs for crash dump files associated with Wireshark to identify potential exploitation attempts
  • Monitor for users opening capture files from untrusted sources

How to Mitigate CVE-2025-1492

Immediate Actions Required

  • Upgrade Wireshark to version 4.4.4 or later for the 4.4.x branch
  • Upgrade Wireshark to version 4.2.11 or later for the 4.2.x branch
  • Audit systems to identify all Wireshark installations running vulnerable versions
  • Restrict access to untrusted capture files until patching is complete

Patch Information

Wireshark has released patched versions that address the uncontrolled recursion vulnerability in the Bundle Protocol and CBOR dissectors. Organizations should update to Wireshark 4.4.4 or 4.2.11 (or later) depending on their deployment branch. Detailed patch information and release notes are available in the Wireshark Security Advisory WNPA-SEC-2025-01.

The fix implements proper recursion depth limits in the affected dissectors to prevent stack exhaustion when processing malicious input.

Workarounds

  • Disable the Bundle Protocol and CBOR dissectors if not required for your analysis workflows: Navigate to Analyze → Enabled Protocols and uncheck the relevant dissectors
  • Avoid opening capture files from untrusted sources until systems are patched
  • Limit live capture operations on untrusted network segments when using vulnerable versions
  • Consider using Wireshark in isolated environments (VMs or containers) when analyzing potentially malicious captures
bash
# Disable vulnerable dissectors via command line
wireshark --disable-protocol bpsec --disable-protocol cbor

# Verify Wireshark version
wireshark --version

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

# Update Wireshark on RHEL/CentOS systems
sudo yum 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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • 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-674
  • Technical References
  • GitLab Issue #20373
  • Vendor Resources
  • Wireshark Security Advisory WNPA-SEC-2025-01
  • 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
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