Description
Crash in the Wireshark dissection engine in 4.6.0 to 4.6.7 and 4.4.0 to 4.4.18 allows denial of service
Published: 2026-08-19
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a heap-based buffer overflow in the Wireshark dissection engine. When Wireshark processes a malformed packet or capture file, it corrupts heap memory, causing Wireshark to crash and rendering the application unavailable. The weakness is identified as CWE-122, a classic heap-based buffer overflow, and also as CWE-120, a buffer copy without checking input size.

Affected Systems

Affects Wireshark Foundation’s Wireshark product versions 4.6.0 through 4.6.7 and 4.4.0 through 4.4.18. The impact is confined to the Wireshark instance that processes the input file or traffic.

Risk and Exploitability

The CVSS score of 3.1 indicates low severity with availability as the only affected asset. EPSS Score of 0.00174 indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector involves feeding a crafted capture file or network traffic to Wireshark, which triggers a crash. This does not provide code execution or privilege escalation; it only causes a denial of service. The overall risk remains low, though it could interrupt network analysis activities in environments that rely on continuous Wireshark availability.

Generated by OpenCVE AI on August 22, 2026 at 02:05 UTC.

Remediation

Vendor Solution

Upgrade to version 4.6.8 or above


OpenCVE Recommended Actions

  • Upgrade to Wireshark 4.6.8 or later to remediate the heap-based buffer overflow.
  • Configure Wireshark to process only trusted capture files or to operate behind a firewall that blocks untrusted traffic, reducing the chance of encountering malicious input.
  • Monitor for unexpected application crashes and, if possible, run Wireshark in an isolated environment such as a virtual machine or container to limit the impact of a denial of service.

Generated by OpenCVE AI on August 22, 2026 at 02:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6471-1 wireshark security update
History

Mon, 31 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:wireshark:wireshark:*:*:*:*:*:*:*:*

Sat, 22 Aug 2026 00:15:00 +0000

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

None

threat_severity

Low


Thu, 20 Aug 2026 00:00:00 +0000

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

Wed, 19 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description Crash in the Wireshark dissection engine in 4.6.0 to 4.6.7 and 4.4.0 to 4.4.18 allows denial of service
Title Heap-based Buffer Overflow in Wireshark
Weaknesses CWE-122
References
Metrics cvssV3_1

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


Subscriptions

Wireshark Wireshark
cve-icon MITRE

Status: PUBLISHED

Assigner: GitLab

Published:

Updated: 2026-08-20T15:04:35.223Z

Reserved: 2026-08-19T22:34:39.934Z

Link: CVE-2026-76887

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-08-19T23:16:19.677

Modified: 2026-08-31T19:15:38.533

Link: CVE-2026-76887

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-19T22:35:29Z

Links: CVE-2026-76887 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T02:15:03Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-122

    Heap-based Buffer Overflow