CVE-2026-73072

Summary

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.

Affected Software

VendorProductVersion RangeStatus
vimvim< 9.2.0846affected

Weaknesses

  • CWE-122: CWE-122: Heap-based Buffer Overflow
  • CWE-787: CWE-787: Out-of-bounds Write

References