LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2610: Integer Overflow or Wraparound in vim/vim

Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.1532.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-2610 is a high-severity Vim flaw fixed before version 9.0.1532. It requires a local user action, such as opening crafted content, but the reported impact includes confidentiality, integrity, and availability compromise. It matters most on developer, admin, and server environments where Vim is used on files from untrusted sources.

Executive priority

Treat this as a high-priority routine patching issue, not an emergency internet-wide exposure. The impact rating is high, but exploitation requires local user interaction. Prioritize administrator and developer systems first because compromise there can have outsized operational consequences.

Technical view

The CVE describes a CWE-190 integer overflow or wraparound in vim/vim before 9.0.1532. The CVSS vector is local, low complexity, no privileges required, and user interaction required, with high impact across confidentiality, integrity, and availability. The public bundle cites an upstream commit and downstream Fedora, Debian, Apple, and NetApp advisories.

Likely exposure

Exposure is most likely on systems running Vim before 9.0.1532 or vendor packages that had not yet received the security update. Risk is user-interaction dependent and local, so prioritize workstations, jump hosts, developer systems, and servers where operators edit externally supplied or untrusted files.

Exploitation context

The supplied bundle does not show CISA KEV listing or cited evidence of active exploitation. The attack model is local with required user interaction. Public references include a bounty report and upstream fix, so defenders should assume vulnerability details are discoverable without treating exploitation as confirmed.

Researcher notes

Evidence supports Vim before 9.0.1532 as affected and points to an upstream commit. The bundle does not include full exploit mechanics, affected downstream version ranges, or confirmed exploitation. Validate fixes through vendor package metadata rather than assuming upstream version numbers map cleanly to every distribution.

Mitigation direction

  • Upgrade Vim to 9.0.1532 or a vendor-patched package.
  • Apply Fedora, Debian, Apple, or NetApp updates where relevant.
  • Limit use of vulnerable Vim on untrusted files until patched.
  • Track vendor advisories for bundled or appliance-provided Vim packages.

Validation and detection

  • Inventory installed Vim versions across endpoints, servers, and images.
  • Confirm versions are 9.0.1532 or vendor-fixed builds.
  • Check package advisories for Fedora, Debian, Apple, and NetApp environments.
  • Review workflows that open externally supplied files in Vim.
  • Re-run vulnerability scanning after patch deployment.
Prepared
Confidence
medium
Sources
10

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-190: 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-2610 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
9Source 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-2610Attack 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-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.