CVE-2026-15163
Analyzed Analyzed - Analysis Complete

Protocol Dissector Infinite Loop in Wireshark

Vulnerability report for CVE-2026-15163, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-09

Assigner: GitLab Inc.

Description

Multiple protocol dissector infinite loops in Wireshark 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 allow denial of service

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-12
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-11
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wireshark wireshark From 4.4.0 (inc) to 4.4.17 (exc)
wireshark wireshark From 4.6.0 (inc) to 4.6.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-835 The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves multiple protocol dissectors in Wireshark versions 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 that can enter infinite loops.

These infinite loops occur during the processing of certain network protocols, which can cause the application to become unresponsive.

The issue allows an attacker to cause a denial of service by exploiting these infinite loops.

Impact Analysis

The primary impact of this vulnerability is denial of service.

An attacker could exploit the infinite loops in Wireshark's protocol dissectors to cause the application to hang or crash, disrupting network analysis activities.

Since the vulnerability requires local access (AV:L) and user interaction (UI:R), the risk is somewhat limited to users running the affected versions of Wireshark.

Mitigation Strategies

The primary immediate mitigation step is to upgrade Wireshark to a fixed version.

  • Upgrade affected Wireshark installations from versions 4.6.0 to 4.6.6 or 4.4.0 to 4.4.16 to versions 4.6.7 or 4.4.17 (or later).

Avoid opening untrusted or suspicious capture files that could contain malformed packets designed to trigger the vulnerability.

Monitor system resource usage when analyzing capture files and terminate Wireshark if excessive CPU consumption is detected.

Compliance Impact

The vulnerability in Wireshark (CVE-2026-15163) causes multiple protocol dissectors to enter infinite loops, leading to denial of service through excessive CPU consumption. However, there is no information in the provided context or resources indicating any direct impact on data confidentiality, integrity, or privacy that would affect compliance with standards such as GDPR or HIPAA.

Since the vulnerability primarily results in denial of service and does not involve unauthorized data access or leakage, it does not directly compromise compliance with regulations focused on data protection and privacy.

Organizations using affected Wireshark versions should upgrade to patched versions (4.6.7 or 4.4.17 and later) to mitigate denial of service risks, but no compliance-specific impacts are described.

Detection Guidance

This vulnerability involves multiple protocol dissectors in Wireshark entering infinite loops when processing malformed packets, which can cause denial of service by excessive CPU consumption.

Detection can be approached by monitoring for unusual CPU usage spikes when analyzing network capture files with affected Wireshark versions (4.6.0 to 4.6.6 and 4.4.0 to 4.4.16).

Fuzz testing with AddressSanitizer (ASan) builds has been used to identify these issues by processing crafted capture files that trigger dissector failures and infinite loops.

  • Use Wireshark with ASan enabled to run fuzz tests on suspicious capture files.
  • Monitor CPU usage during packet analysis for spikes indicating infinite loops.
  • Check logs or error messages related to dissector failures or warnings about invalid packet data (e.g., invalid nanosecond timestamps, truncated SDNV decoding).

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15163. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart