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

CVE-2026-5657: Wireshark iLBC Codec DoS Vulnerability

CVE-2026-5657 is a denial of service flaw in Wireshark's iLBC codec affecting versions 4.6.0-4.6.4 and 4.4.0-4.4.14. Attackers can crash the application through codec exploitation. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-5657 Overview

CVE-2026-5657 is a Double Free vulnerability (CWE-415) affecting Wireshark, the widely-used network protocol analyzer. The vulnerability exists in the iLBC (internet Low Bitrate Codec) dissector, which can crash when processing malformed packets, leading to a denial of service condition. This flaw impacts Wireshark versions 4.6.0 through 4.6.4 and 4.4.0 through 4.4.14.

Critical Impact

Successful exploitation of this vulnerability allows an attacker to cause Wireshark to crash by crafting malicious network capture data containing specially crafted iLBC codec packets, resulting in denial of service for security analysts and network administrators relying on packet analysis.

Affected Products

  • Wireshark 4.6.0 to 4.6.4
  • Wireshark 4.4.0 to 4.4.14

Discovery Timeline

  • 2026-04-30 - CVE-2026-5657 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2026-5657

Vulnerability Analysis

This vulnerability is classified as a Double Free (CWE-415), a memory corruption issue that occurs when memory is freed twice. In the context of Wireshark's iLBC codec dissector, improper memory management during packet parsing leads to the same memory region being deallocated multiple times.

The iLBC codec is used for encoding/decoding voice communications and is commonly found in VoIP traffic. When Wireshark attempts to dissect malformed iLBC packets, the vulnerability triggers an application crash, terminating the packet capture and analysis session.

The local attack vector requires user interaction—specifically, a victim must open a malicious capture file or apply a live capture filter that processes attacker-controlled traffic containing the malformed iLBC packets. While the vulnerability does not allow for code execution or information disclosure, the availability impact is significant for organizations relying on continuous network monitoring.

Root Cause

The root cause is improper memory management within the iLBC codec dissector. A Double Free condition arises when code paths allow the same memory allocation to be freed more than once. This typically occurs due to:

  • Missing or incorrect tracking of memory ownership
  • Error handling paths that free memory already released by normal execution flow
  • Race conditions in cleanup routines

When the same memory address is passed to free() or equivalent deallocation functions twice, it corrupts the memory allocator's internal data structures, typically causing an immediate crash or potentially exploitable heap corruption.

Attack Vector

The attack vector for CVE-2026-5657 requires local access and user interaction. An attacker can exploit this vulnerability through the following methods:

  1. Malicious Capture Files: Crafting a .pcap or .pcapng file containing malformed iLBC codec packets and convincing a user to open it in Wireshark
  2. Network-Based Attack: Injecting malicious packets into network traffic being captured by a Wireshark instance with live capture active
  3. Shared Capture Repositories: Uploading malicious capture files to shared analysis platforms or repositories

The attack does not grant the attacker any escalated privileges or access to sensitive data; it is limited to causing denial of service by crashing the Wireshark application.

For detailed technical information about this vulnerability, refer to the Wireshark Security Advisory and the GitLab Wireshark Issue.

Detection Methods for CVE-2026-5657

Indicators of Compromise

  • Unexpected Wireshark application crashes during packet analysis sessions
  • Crash dumps referencing the iLBC dissector or related memory allocation functions
  • Core dumps with double-free signatures in heap management routines
  • User reports of Wireshark termination when opening specific capture files

Detection Strategies

  • Monitor for repeated Wireshark crashes correlating with specific capture file analysis
  • Implement file integrity monitoring on capture file directories for unexpected modifications
  • Deploy application crash monitoring to track Wireshark process terminations
  • Review Wireshark crash logs for references to iLBC codec components

Monitoring Recommendations

  • Configure endpoint detection and response (EDR) solutions to alert on Wireshark crash patterns
  • Enable application crash reporting to centralize visibility into affected systems
  • Monitor network shares and collaboration platforms for potentially malicious capture files
  • Track Wireshark version inventory across the organization to identify vulnerable installations

How to Mitigate CVE-2026-5657

Immediate Actions Required

  • Update Wireshark to version 4.6.5 or later for the 4.6.x branch
  • Update Wireshark to version 4.4.15 or later for the 4.4.x branch
  • Avoid opening capture files from untrusted sources until patched
  • Disable the iLBC dissector if not required for analysis workflows

Patch Information

Wireshark has released security updates addressing this vulnerability. Organizations should upgrade to the following versions:

  • Wireshark 4.6.x branch: Update to version 4.6.5 or later
  • Wireshark 4.4.x branch: Update to version 4.4.15 or later

For complete details on the security fix, refer to the official Wireshark Security Advisory wnpa-sec-2026-20.

Workarounds

  • Disable the iLBC protocol dissector via Edit → Preferences → Protocols → iLBC if VoIP analysis is not required
  • Use capture filters to exclude iLBC traffic before processing: not udp port 5060
  • Process untrusted capture files in isolated environments or virtual machines
  • Implement strict file handling policies for capture files received from external sources
bash
# Disable iLBC dissector via command line
wireshark -o "ilbc.enabled:FALSE" capture.pcap

# Alternative: Use tshark with dissector disabled
tshark -o "ilbc.enabled:FALSE" -r capture.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

  • 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-415
  • Technical References
  • GitLab Wireshark Issue

  • Wireshark Security Advisory

  • GitLab Wireshark Work Item
  • 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