
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-15171 is a denial-of-service vulnerability in Wireshark's SSH protocol dissector that causes an application crash when processing malformed SSH traffic. It affects Wireshark versions 4.6.0 through 4.6.6 and 4.4.0 through 4.4.16. The vulnerability was published on July 8, 2026, with patches available in versions 4.4.17 and 4.6.7. It carries a CVSS v3.1 base score of 5.5 (Medium) (GitHub Advisory, Wireshark Advisory).
The root cause is a NULL Pointer Dereference (CWE-476) combined with Improper Validation of Syntactic Correctness of Input (CWE-1286) in Wireshark's SSH protocol dissector. An attacker can trigger the crash by supplying a specially crafted SSH packet or a malicious pcapng file containing a malformed SSH Decryption Secrets Block, causing the dissector to dereference a NULL pointer. Exploitation requires local access and user interaction — specifically, a user must open or analyze the crafted capture file or packet stream. A proof-of-concept is publicly available on the Wireshark GitLab issue tracker, including a Python script to generate the malicious payload and a Docker-based reproduction environment (Wireshark GitLab, GitHub Advisory).
Successful exploitation results in a crash of the Wireshark application, causing a denial of service with high availability impact. There is no impact to confidentiality or data integrity, and the scope is limited to the Wireshark process itself. A local, unprivileged user can trigger the crash without requiring any special privileges, simply by inducing a target user to open a crafted capture file (GitHub Advisory, Red Hat Bugzilla).
python3 - <<'PY' import base64 open("poc","wb").write(base64.b64decode("OWFiY2QgADAxMjNMNTY3YWIAAABkMDE1NjcAIyBTcwAjIAAjIG9zCg==")) PY).wireshark -r wireshark-ssh-keylog-null-deref.pcapng)..pcapng files with malformed SSH Decryption Secrets Block content in user download or temp directories./var/crash/, Windows Event Log application errors referencing wireshark.exe).wireshark or tshark process with a segmentation fault or access violation signal, particularly when processing SSH capture files.Users should upgrade Wireshark to version 4.4.17 or later (for the 4.4.x branch) or version 4.6.7 or later (for the 4.6.x branch), which contain the fix for this vulnerability. As a temporary workaround until patching is complete, avoid opening untrusted or unknown SSH capture files and restrict access to Wireshark on shared systems. Fedora and other Linux distributions have begun releasing updated packages incorporating the fix (Wireshark Advisory, GitHub Advisory).
Red Hat tracked the issue via Bugzilla (Bug 2498296) and classified it as medium severity, with the Red Hat Product Security team monitoring for downstream impact. Fedora issued updated Wireshark packages addressing this and related vulnerabilities. Security scanner vendors including Tenable (Nessus) and Qualys added detection plugins shortly after disclosure. Coverage was also noted on Linux security news outlets and the Kaspersky threat intelligence portal (Red Hat Bugzilla, Wireshark Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."