CyberRota Analysis
AI-GeneratedA 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.
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.