Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
File-open trigger requires local access and user action; high complexity for uninitialized-memory exploitation; no privileges needed on the system; confidentiality-only, limited-scope impact.
Primary rating from Vendor (gitlab).
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
BLF file parser in Wireshark 4.6.0 to 4.6.6 and 4.4.0 to 4.4.16 allows possible information disclosure
AnalysisAI
Information disclosure in Wireshark's BLF file parser affects versions 4.6.0-4.6.6 and 4.4.0-4.4.16, stemming from use of an uninitialized variable (CWE-457) that may expose portions of process memory when parsing a crafted BLF file. Exploitation is constrained by a local attack vector, high attack complexity, and mandatory user interaction - a victim must actively open a malicious file. With a CVSS score of 2.5, no CISA KEV listing, and no public exploit identified at time of analysis, this is a low-priority finding with a narrow, socially-engineered attack surface.
Technical ContextAI
BLF (Binary Logging Format) is a proprietary file format developed by Vector Informatik, widely used in automotive diagnostics for logging CAN bus and other vehicular network traffic. Wireshark supports offline parsing of BLF capture files, making it useful to automotive and embedded systems analysts. CWE-457 (Use of Uninitialized Variable) indicates the parser reads from a variable or buffer that has not been explicitly initialized before use, meaning its contents reflect residual heap or stack memory. When processing a specially crafted BLF file, an attacker can potentially shape those residual contents to leak sensitive in-process data - such as fragments of previously processed captures, keys, or other memory artifacts - into Wireshark's parsed output. The flaw spans both the 4.4.x long-term stable branch and the newer 4.6.x branch, confirmed by the Wireshark project's own security bulletin (wnpa-sec-2026-60.html) and associated GitLab work item.
RemediationAI
Users should upgrade to the next patched release beyond the affected ranges - consult the Wireshark security advisory at https://www.wireshark.org/security/wnpa-sec-2026-60.html for the exact fixed versions, as they were not explicitly stated in the provided references and cannot be independently confirmed from available data. As a fully effective workaround, avoid opening BLF files from untrusted sources in Wireshark; because exploitation requires user interaction to open the file, this eliminates the attack vector entirely with no operational side effects for analysts who do not routinely process externally-supplied BLF captures. Organizations that do process third-party BLF files should prioritize patching over relying on this behavioral control.
Buffer overflow in the mpeg_read function in wiretap/mpeg.c in the MPEG parser in Wireshark 1.8.x before 1.8.13 and 1.10
The dissect_capwap_data function in epan/dissectors/packet-capwap.c in the CAPWAP dissector in Wireshark 1.6.x before 1.
The netmonrec_comment_destroy function in wiretap/netmon.c in Wireshark through 2.4.4 performs a free operation on an un
wiretap/libpcap.c in the libpcap file parser in Wireshark 1.10.x before 1.10.4 allows remote attackers to execute arbitr
In Wireshark 2.2.0 to 2.2.6, the IPv6 dissector could crash. Rated high severity (CVSS 7.5), this vulnerability is remot
In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the CIP Safety dissector could crash. Rated high severity (CVSS 7.5), t
In Wireshark 2.2.0 to 2.2.6, the ROS dissector could crash with a NULL pointer dereference. Rated high severity (CVSS 7.
A denial of service vulnerability in Column handling crashes in Wireshark 4.4.0 to 4.4.6 and 4.2.0 to 4.2.12 (CVSS 7.8)
BT SDP dissector memory leak in Wireshark 4.0.0 to 4.0.7 and 3.6.0 to 3.6.15 allows denial of service via packet injecti
CBOR dissector crash in Wireshark 4.0.0 to 4.0.6 allows denial of service via packet injection or crafted capture file.
GDSDB infinite loop in Wireshark 4.0.0 to 4.0.5 and 3.6.0 to 3.6.13 allows denial of service via packet injection or cra
RPCoRDMA dissector crash in Wireshark 4.0.0 to 4.0.4 and 3.6.0 to 3.6.12 allows denial of service via packet injection o
Same weakness CWE-457 – Use of Uninitialized Variable
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42446
GHSA-24h4-9r9x-fc93