AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-73072

HIGH · CVSS 8.5 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Vim versions prior to 9.2.0846 are vulnerable to a heap overflow due to improper handling of spell files, which can lead to under-counted mapping lists and allow attackers to influence memory writes. This vulnerability poses a high risk as it can be exploited to execute arbitrary code or crash the application. Organizations using affected versions of Vim, especially those in environments where untrusted spell files may be processed, should prioritize upgrading to the patched version to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73072
Severity
HIGH
CVSS
8.5
EPSS
0.13%

Original NVD Description

Vim is an open source, command line text editor. Prior to 9.2.0846, set_sofo() in src/spellfile.c reuses sl_sal_first[] without resetting values left by set_sal_first(), so a crafted spell file containing an SN_SAL section before an SN_SOFO section causes under-counted mapping lists and attacker-influenced writes beyond a heap allocation. This issue is fixed in version 9.2.0846.