LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2609: NULL Pointer Dereference in vim/vim

NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.1531.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Vim versions before 9.0.1531 contain a NULL pointer dereference issue. The risk is mainly to systems where users open untrusted content in Vim. The source bundle rates it high, but active exploitation is not shown by KEV or the provided references.

Executive priority

Treat as a standard high-priority patching item, especially for developer and administrator environments. There is no cited evidence of active exploitation, but Vim is common and often present on sensitive systems.

Technical view

CVE-2023-2609 is CWE-476 in vim/vim before 9.0.1531. The CVSS 3.0 vector is local, low complexity, no privileges, user interaction required, unchanged scope, and high C/I/A impact. The upstream commit is cited as the fix reference; Fedora and Apple advisories are listed as downstream references.

Likely exposure

Exposure is most likely on developer workstations, administrator shells, servers, or managed endpoints running Vim before 9.0.1531. Business risk depends on whether users or automated workflows open untrusted files with vulnerable Vim builds.

Exploitation context

The provided evidence does not show active exploitation. The CVSS vector indicates local attack conditions and required user interaction, so exploitation would require a vulnerable Vim instance and a user action. No weaponized exploit details are included in the source bundle.

Researcher notes

The source bundle identifies the weakness class and fixed upstream threshold but does not include exact vulnerable version ranges by distribution, trigger details, or proof of exploitation. Validate package backports through vendor advisories rather than relying only on upstream version strings.

Mitigation direction

  • Upgrade Vim to 9.0.1531 or later where directly managed.
  • Apply vendor OS updates for packaged Vim builds.
  • Review Fedora and Apple advisories for distribution-specific fixes.
  • Check vendor guidance if package versions do not map clearly to upstream Vim.
  • Reduce use of vulnerable Vim builds for untrusted files until patched.

Validation and detection

  • Inventory Vim versions across endpoints, servers, and base images.
  • Confirm packaged builds include the upstream fix commit or later release.
  • Check OS advisory status for Fedora and Apple-managed systems.
  • Review vulnerability scanner findings for CVE-2023-2609 coverage.
  • Prioritize systems where users edit externally supplied files.
Prepared
Confidence
medium
Sources
7

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-476: 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-2609 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
High
CVSS
7.8 (3.0)
Known Exploited
No
Published

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

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
3Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

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
7.8CVSS 3.0HighCVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9@huntr_ai

Vulnerability scoring details

Base CVSS 3.0 score

7.8High
CVSS 3.0 vector shape for CVE-2023-2609Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE publishedCVE Program

    The CVE record was published.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
vimvim/vimunspecifiedListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.