AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-73076

HIGH · CVSS 8.4 EPSS 0.13% Public Exploit

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

CyberRota Analysis

AI-Generated

A vulnerability in Vim prior to version 9.2.0847 allows crafted vimball files to overwrite the installation record with attacker-defined commands, which can be executed with the privileges of the user running Vim. This could lead to unauthorized command execution and potential system compromise. Users and organizations utilizing Vim, especially in environments with elevated privileges, should prioritize updating to the patched version to mitigate this risk.

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-73076
Severity
HIGH
CVSS
8.4
EPSS
0.13%

Original NVD Description

Vim is an open source, command line text editor. Prior to 9.2.0847, runtime/autoload/vimball.vim allows a crafted vimball member named .VimballRecord to overwrite the installation record with attacker-chosen commands. When vimball#RmVimball() later processes the matching record entry, the stored Ex commands, including operating-system commands invoked through :!, execute with the privileges of the user running Vim. This issue is fixed in version 9.2.0847.