CVE-2025-13499
7.8Wireshark Foundation · Wireshark
A flaw in the Wireshark Kafka dissector allows for a denial of service through the access of an uninitialized pointer when processing malicious traffic.
Executive summary
The Wireshark Kafka dissector contains a memory safety vulnerability that can be exploited by an attacker to trigger a crash, leading to a denial of service.
Vulnerability
This issue is a CWE-824 vulnerability involving the access of an uninitialized pointer within the Kafka dissector. An attacker can trigger this condition by providing a specially crafted capture file, requiring user interaction to process the file.
Business impact
The exploitation of this vulnerability results in a denial of service, which can disrupt network analysis operations and security monitoring workflows. Given the CVSS score of 7.8, the impact on availability is significant, potentially hindering incident response capabilities during critical network events. Organizations relying on Wireshark for continuous traffic monitoring face temporary operational downtime if an attacker successfully triggers the crash.
Remediation
Immediate Action: Upgrade to Wireshark version 4.6.1, 4.4.11, or later to incorporate the necessary memory safety fixes.
Proactive Monitoring: Review security logs for evidence of unusual traffic capture activity or unexpected application terminations.
Compensating Controls: Restrict the ability to open or process untrusted packet capture files from unknown or external sources until the software has been updated.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a high risk to availability for teams that frequently perform deep packet inspection on potentially adversarial traffic. System administrators should prioritize the deployment of the patched versions, 4.6.1 or 4.4.11, to ensure the stability and security of their network analysis environment.
Sources
- wireshark.org
- GitLab Issue #20823 Issue tracker