LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3649: Buffer Over-read in Wireshark

iSCSI dissector crash in Wireshark 4.0.0 to 4.0.6 allows denial of service via packet injection or crafted capture file

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability can make Wireshark crash when it analyzes malicious iSCSI traffic or a crafted capture file. The main business impact is disruption to analysts or monitoring workflows, not broad system compromise. Exposure is most relevant where Wireshark 4.0.0 through 4.0.6 is used to inspect untrusted packet captures or live traffic.

Executive priority

Treat this as a moderate operational risk for security and network teams. Prioritize updates on analyst workstations and monitoring systems, especially where untrusted captures are handled. It is not presented as a remotely exploitable enterprise takeover issue in the provided sources.

Technical view

CVE-2023-3649 is a CWE-126 buffer over-read in Wireshark's iSCSI dissector. The source bundle describes a denial-of-service condition affecting Wireshark 4.0.0 to 4.0.6, triggered through packet injection or crafted capture files. The CVSS 3.1 score is 5.3 with local attack vector and required user interaction.

Likely exposure

Exposure is likely limited to workstations, jump boxes, or analysis systems running affected Wireshark versions and processing untrusted captures or iSCSI traffic. General servers are not exposed unless Wireshark or related packet analysis workflows are present.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The described attack context is causing Wireshark to crash through crafted packet data or capture files, which requires access to analyzed traffic or convincing a user to open a malicious capture.

Researcher notes

Evidence supports an iSCSI dissector buffer over-read causing crash conditions. The supplied CVSS vector includes confidentiality, integrity, and availability impacts as low, but the narrative evidence mainly supports denial of service. No exploit status beyond packet injection or crafted capture file is provided.

Mitigation direction

  • Upgrade Wireshark according to Wireshark advisory WNPA-SEC-2023-22 or distribution guidance.
  • Review Debian LTS guidance if using Debian-packaged Wireshark components.
  • Avoid opening untrusted capture files on affected Wireshark versions.
  • Use isolated analysis environments for packet captures from unknown sources.

Validation and detection

  • Inventory systems running Wireshark 4.0.0 through 4.0.6.
  • Check whether analysts process iSCSI traffic or untrusted capture files.
  • Confirm installed packages match vendor or distribution fixed versions.
  • Review crash reports for Wireshark activity involving iSCSI dissection.
Prepared
Confidence
high
Sources
5

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-126: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-3649 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2023-3649Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Wireshark FoundationWireshark4.0.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-126 · source CWE mapping

Buffer Over-read

Buffer Over-read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.