Security readout for executives and security teams
Plain-English summary
CVE-2026-5402 is a high-severity Wireshark flaw in the TLS protocol dissector. A crafted TLS input can crash Wireshark and may allow code execution. The main business risk is analyst workstation compromise or disruption when inspecting malicious network traffic or captures.
Executive priority
Treat this as a near-term workstation risk for teams that analyze network evidence. It is not KEV-listed in the provided bundle, but the code execution possibility and security-tool context justify prompt patch validation.
Technical view
The CVE describes a heap-based buffer overflow, CWE-122, affecting Wireshark 4.6.0 through 4.6.4 in the TLS dissector. CVSS 3.1 is 8.8 with network attack vector, low complexity, no privileges, and required user interaction. Impacts are rated high for confidentiality, integrity, and availability.
Likely exposure
Exposure is most likely on systems running Wireshark 4.6.0 through 4.6.4, especially security analyst, SOC, malware analysis, support, and network engineering workstations that inspect TLS traffic or packet captures.
Exploitation context
The bundle marks CISA KEV as false and provides no cited evidence of active exploitation. The CVSS vector indicates exploitation needs user interaction, but not privileges. Public details support denial of service and possible code execution, without enough evidence here to describe real-world exploitation.
Researcher notes
The source bundle names only Wireshark and the TLS dissector, with affected versions stated as 4.6.0 through 4.6.4. It does not provide exploit indicators, proof-of-concept status, or a fixed version. Avoid broad product assumptions beyond Wireshark packaging guidance.
Mitigation direction
Identify Wireshark 4.6.0 through 4.6.4 installations.
Apply the Wireshark vendor fix or follow WNPA-SEC-2026-14 guidance.
Limit use of vulnerable Wireshark versions on untrusted captures.
Prioritize analyst and SOC workstations for remediation.
Check Red Hat guidance for packaged Wireshark exposure.
Validation and detection
Inventory installed Wireshark versions across endpoints and jump hosts.
Confirm whether any host runs Wireshark 4.6.0 through 4.6.4.
Review vendor advisory WNPA-SEC-2026-14 for fixed-version status.
Check Red Hat CVE and VEX entries for affected package status.
Verify remediation by recording the upgraded Wireshark version.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.