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-2026-0961

CVE-2026-0961: Wireshark BLF Parser DoS Vulnerability

CVE-2026-0961 is a denial of service vulnerability in Wireshark's BLF file parser affecting versions 4.6.0-4.6.2 and 4.4.0-4.4.12. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2026-0961 Overview

CVE-2026-0961 is an out-of-bounds write vulnerability (CWE-787) affecting the BLF file parser in Wireshark, a widely-used network protocol analyzer. This vulnerability allows attackers to cause a denial of service condition by providing a specially crafted BLF (Binary Log File) file that triggers a crash in the parser component.

Critical Impact

Exploitation of this vulnerability can lead to application crashes and denial of service, potentially disrupting network analysis operations and security monitoring activities that rely on Wireshark.

Affected Products

  • Wireshark versions 4.6.0 to 4.6.2
  • Wireshark versions 4.4.0 to 4.4.12

Discovery Timeline

  • 2026-01-14 - CVE-2026-0961 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-0961

Vulnerability Analysis

The vulnerability resides in the BLF file parser component of Wireshark. BLF (Binary Log File) is a file format commonly used for storing CAN (Controller Area Network) bus data, often used in automotive and industrial applications. When Wireshark attempts to parse a malformed BLF file, an out-of-bounds write condition occurs, leading to memory corruption and subsequent application crash.

The attack requires user interaction—specifically, a victim must open a malicious BLF file or apply it as a capture filter. This could occur through various social engineering scenarios, such as receiving a seemingly legitimate capture file for analysis. The vulnerability affects the application's availability without compromising confidentiality or integrity of data.

Root Cause

The root cause is an out-of-bounds write (CWE-787) in the BLF file parser. This type of vulnerability occurs when the software writes data past the boundaries of allocated memory buffers. In this case, insufficient bounds checking when processing BLF file structures allows malformed input to trigger memory writes outside intended buffer limits, corrupting memory and causing the application to crash.

Attack Vector

The attack vector is network-based, requiring user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious BLF file with specially constructed data that triggers the out-of-bounds write
  2. Distributing the malicious file to potential victims via email attachments, file sharing, or malicious websites
  3. When the victim opens the file in Wireshark, the parser crashes, causing denial of service

The vulnerability mechanism involves malformed data structures within the BLF file format that bypass boundary validation. When parsed, these structures cause the application to write beyond allocated buffer limits.

For technical details on the specific crash condition, refer to the GitLab Wireshark Issue #20880 and the Wireshark Security Advisory WNPA-SEC-2026-01.

Detection Methods for CVE-2026-0961

Indicators of Compromise

  • Unexpected Wireshark crashes when opening BLF files from untrusted sources
  • Core dumps or crash reports indicating memory corruption in the BLF dissector component
  • Presence of unusually structured or malformed .blf files in user download directories

Detection Strategies

  • Monitor for Wireshark application crashes, particularly when associated with BLF file operations
  • Implement file integrity monitoring to detect suspicious .blf files arriving from external sources
  • Review endpoint telemetry for repeated crash events in wireshark or tshark processes

Monitoring Recommendations

  • Enable application crash logging and forward Wireshark crash events to SIEM systems
  • Implement email gateway scanning to quarantine suspicious BLF file attachments
  • Monitor network shares and collaboration platforms for distribution of malformed capture files

How to Mitigate CVE-2026-0961

Immediate Actions Required

  • Upgrade Wireshark to version 4.6.3 or later (for 4.6.x branch) or 4.4.13 or later (for 4.4.x branch)
  • Avoid opening BLF files from untrusted or unknown sources until patched
  • Consider temporarily disabling or removing the BLF file parser if not required for operations

Patch Information

Wireshark has released security updates addressing this vulnerability. Users should update to the latest stable release from the official Wireshark website or through their system package manager. Detailed patch information is available in the Wireshark Security Advisory WNPA-SEC-2026-01.

Workarounds

  • Disable the BLF file type association to prevent accidental opening of malicious files
  • Use file analysis tools to inspect BLF files before opening them in Wireshark
  • Implement network security controls to block or quarantine BLF files at email gateways and web proxies
bash
# Example: Update Wireshark on Debian/Ubuntu systems
sudo apt update
sudo apt install --only-upgrade wireshark

# Example: Update Wireshark on RHEL/CentOS systems
sudo dnf upgrade wireshark

# Verify installed version after update
wireshark --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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • 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-787
  • Vendor Resources
  • GitLab Wireshark Issue #20880

  • Wireshark Security Advisory WNPA-SEC-2026-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
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