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 crashes when parsing certain packets, leading to a denial‑of‑service of the application. The flaw is flagged as CWE‑606 and CWE‑1286, reflecting inadequate input validation and loop termination. The available data indicates that a crash occurs after processing malformed input, but the precise internal failure mechanism is not described in the CVE description.

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 CVSS score is 5.5, indicating medium severity. The EPSS score is < 1%, which means a very low, although non‑zero chance of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the vulnerability requires supply of a crafted packet or capture file that contains malformed FMP/NOTIFY data to Wireshark. The likely attack vector is a local or remote file or network traffic manipulation that provides the attacker with the ability to provide such data. Attackers cannot gain elevated privileges or execute code; the impact is limited to the availability of the Wireshark application.

Generated by OpenCVE AI on August 3, 2026 at 04:42 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 input‑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 August 3, 2026 at 04:42 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

Status : Analyzed

Published: 2026-07-08T21:16:48.097

Modified: 2026-07-09T19:23:17.337

Link: CVE-2026-15172

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-15172 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T04:45:03Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-606

    Unchecked Input for Loop Condition