Security readout for executives and security teams
Plain-English summary
A crafted Wireshark profile import can escape its intended directory. If a user imports a malicious profile on an affected Wireshark version, the result can be denial of service and possibly code execution. This is high risk because no privileges are required, but user interaction and local handling are required.
Executive priority
Treat as a near-term workstation and analyst-tool remediation item. It is not internet-wormable from the provided evidence, but possible code execution through a common security tool makes patching and user guidance important.
Technical view
CVE-2026-5656 is a CWE-22 path traversal in Wireshark profile import affecting 4.6.0 through 4.6.4 and 4.4.0 through 4.4.14. CVSS 3.1 is 7.8 with AV:L/AC:L/PR:N/UI:R and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely on analyst, engineering, SOC, forensic, and administrator systems where Wireshark is installed and users import shared or untrusted profiles. The provided sources identify Wireshark only; no other affected products are established in the bundle.
Exploitation context
The CVE is not listed as KEV in the source bundle. The attack requires user interaction with profile import on an affected local installation. Public sources state denial of service and possible code execution, but the bundle does not provide confirmed active exploitation evidence.
Researcher notes
The strongest evidence is the CVE record and Wireshark advisory reference. The source bundle does not include exploit details, confirmed in-the-wild exploitation, or a complete mitigation text. Validation should focus on affected version discovery and vendor-advisory alignment.
Mitigation direction
Inventory Wireshark installations and identify affected 4.6.x and 4.4.x versions.
Apply Wireshark or operating-system vendor updates referenced by official advisories.
Avoid importing profiles from untrusted or unauthenticated sources.
Use vendor guidance if a supported update is not yet available.
Restrict profile-sharing workflows to trusted internal repositories.
Validation and detection
Check installed Wireshark versions against the affected version ranges.
Confirm updated packages align with Wireshark or OS vendor advisories.
Review endpoint telemetry for recent imports of externally sourced Wireshark profiles.
Verify user guidance blocks untrusted profile imports until remediation is complete.
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 · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. 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
8Source 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-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.