Description
FMP/NOTIFY protocol dissector crash in Wireshark 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 allows denial of service
Published: 2026-07-08
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Wireshark’s FMP/NOTIFY protocol dissector does not validate input that controls a loop condition; when a packet containing malformed data is parsed, the loop does not terminate correctly and the application crashes. The flaw is identified as CWE-606 and CWE-1286, reflecting improper input validation and unvalidated loop termination. The result is a denial‑of‑service effect because Wireshark becomes unavailable when the crash occurs, but no code execution or privilege escalation is achieved.

Affected Systems

All releases of Wireshark from version 4.4.0 through 4.4.16 and from 4.6.0 through 4.6.6 are affected. The vulnerability solely impacts the Wireshark application on the host that performs the dissection; network infrastructure or other system components remain unaffected.

Risk and Exploitability

The vulnerability receives a CVSS score of 5.5, indicating medium severity. Its EPSS score is 0.00122 (0.122%), indicating a low but non‑zero likelihood of exploitation, and it is not listed in the CISA KEV catalog. Attackers can trigger the issue by supplying a crafted packet or pcap file to Wireshark; this local exploit requires the attacker to have the ability to redirect traffic or provide files to the target machine. The attack does not grant elevated privileges or remote code execution, but it does compromise the availability of the network‑analysis tool.

Generated by OpenCVE AI on July 28, 2026 at 09:07 UTC.

Remediation

Vendor Solution

Upgrade to version 4.6.7 or above


OpenCVE Recommended Actions

  • Apply the vendor’s official patch by upgrading Wireshark to version 4.6.7 or later to fix the loop‑condition validation issue.
  • If an upgrade is not immediately possible, limit Wireshark usage to trusted capture files and disallow opening unverified network traffic that might contain malicious packets.
  • Run Wireshark under least privilege, ensuring it does not operate with elevated rights so that a crash cannot impact the broader system environment.

Generated by OpenCVE AI on July 28, 2026 at 09:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1286
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 08 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Wireshark
Wireshark wireshark
Vendors & Products Wireshark
Wireshark wireshark

Wed, 08 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description FMP/NOTIFY protocol dissector crash in Wireshark 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 allows denial of service
Title Unchecked Input for Loop Condition in Wireshark
Weaknesses CWE-606
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}


Subscriptions

Wireshark Wireshark
cve-icon MITRE

Status: PUBLISHED

Assigner: GitLab

Published:

Updated: 2026-07-09T13:42:52.886Z

Reserved: 2026-07-08T20:45:58.875Z

Link: CVE-2026-15172

cve-icon Vulnrichment

Updated: 2026-07-09T13:42:44.507Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T20:51:20Z

Links: CVE-2026-15172 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T09:15:06Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-606

    Unchecked Input for Loop Condition