CVE-2026-0961
📋 TL;DR
A vulnerability in Wireshark's BLF file parser causes a crash when processing malicious files, leading to denial of service. This affects users running vulnerable versions of Wireshark who open untrusted BLF files. The impact is limited to application crashes without remote code execution.
💻 Affected Systems
- Wireshark
📦 What is this software?
Wireshark by Wireshark
Wireshark by Wireshark
⚠️ Risk & Real-World Impact
Worst Case
Wireshark crashes repeatedly when processing malicious BLF files, disrupting network analysis operations and potentially causing data loss of unsaved captures.
Likely Case
Application crash when opening specially crafted BLF files, requiring restart of Wireshark and loss of any unsaved work.
If Mitigated
No impact if users avoid opening untrusted BLF files or have patched versions.
🎯 Exploit Status
Exploitation requires user interaction to open malicious BLF file. No authentication required for local exploitation.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Wireshark 4.6.3 and 4.4.13
Vendor Advisory: https://www.wireshark.org/security/wnpa-sec-2026-01.html
Restart Required: Yes
Instructions:
1. Download latest version from wireshark.org/download.html
2. Run installer (Windows) or compile from source (Linux/Unix)
3. Restart Wireshark after installation
🔧 Temporary Workarounds
Avoid untrusted BLF files
allDo not open BLF files from untrusted sources
Disable BLF file parsing
allRemove or restrict BLF file association in system
# Linux: Remove .blf file association
rm ~/.local/share/mime/packages/wireshark-blf.xml
# Windows: Remove file association via Registry Editor or Settings
🧯 If You Can't Patch
- Restrict user permissions to only open BLF files from trusted sources
- Implement application whitelisting to prevent execution of vulnerable Wireshark versions
🔍 How to Verify
Check if Vulnerable:
Check Wireshark version via Help → About Wireshark or command line
Check Version:
wireshark --version
Verify Fix Applied:
Verify version is 4.6.3 or higher, or 4.4.13 or higher
📡 Detection & Monitoring
Log Indicators:
- Wireshark crash logs
- Application error events in system logs
Network Indicators:
- Unusual BLF file transfers to analyst workstations
SIEM Query:
EventID=1000 OR EventID=1001 AND ProcessName="wireshark.exe"