CVE-2026-15170
Analyzed Analyzed - Analysis Complete

Z39.50 Protocol Dissector DoS in Wireshark

Vulnerability report for CVE-2026-15170, 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

Z39.50 protocol dissector crash in Wireshark 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 allows denial of service

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-15
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-14
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-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a crash in the Z39.50 protocol dissector component of Wireshark versions 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16. It allows an attacker to cause a denial of service by triggering the crash.

Impact Analysis

The impact of this vulnerability is a denial of service condition. An attacker can cause Wireshark to crash, potentially disrupting network analysis or monitoring activities.

Compliance Impact

The provided information does not specify any direct impact of the CVE-2026-15170 vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

The vulnerability can be triggered by a single Z39.50 response on TCP port 210 or by opening a crafted capture file in Wireshark or tshark.

To detect this vulnerability on your system, you can monitor network traffic on TCP port 210 for suspicious or malformed Z39.50 protocol packets.

Additionally, opening suspicious packet capture files in Wireshark or tshark versions 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 may trigger the crash, indicating the presence of the vulnerability.

Specific commands are not provided in the resources, but you can use tshark or tcpdump to capture traffic on port 210, for example:

  • tcpdump -i <interface> tcp port 210 -w capture.pcap
  • tshark -r capture.pcap -d tcp.port==210,z39.50

Opening the capture file in a vulnerable Wireshark or tshark version may reproduce the crash if malicious packets are present.

Mitigation Strategies

The immediate mitigation step is to upgrade Wireshark to version 4.6.7, 4.4.17, or later, where the vulnerability has been fixed.

Avoid opening untrusted or suspicious packet capture files that may contain malformed Z39.50 protocol data.

If monitoring network traffic, consider filtering or blocking suspicious Z39.50 traffic on TCP port 210 to reduce exposure.

Chat Assistant

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

EPSS Chart