All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-73075
MEDIUMpublished 2026-08-11 16:17 UTC · 1 day ago · modified 2026-08-11 19:18 UTC
4.6
CVSS / 10
// description
Vim is an open source, command line text editor. From 9.2.0469 until 9.2.0843, popup_mark_opacity_zindex() in src/popupwin.c can use a negative w_winrow for a text-property-anchored popup with clipwindow and opacity, indexing before the screen array instead of accounting for w_popup_topoff and causing an out-of-bounds read and conditional write. This issue is fixed in version 9.2.0843.
// weaknesses (CWE)
- CWE-124
- CWE-125