AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-73078

HIGH · CVSS 8.6 EPSS 0.34% 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.0840 are vulnerable to command injection through the netrw plugin, allowing attackers to execute arbitrary Ex and operating-system commands by manipulating directory paths. This vulnerability poses a high risk, particularly for users who utilize the GUI version of Vim and interact with potentially malicious bookmarks or paths. Organizations and individuals using affected versions should prioritize upgrading to the patched version to mitigate the risk of 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-73078
Severity
HIGH
CVSS
8.6
EPSS
0.34%

Original NVD Description

Vim is an open source, command line text editor. Prior to 9.2.0840, runtime/plugin/netrwPlugin.vim loads netrw and runtime/pack/dist/opt/netrw/autoload/netrw.vim constructs Bookmarks, History, and Targets menu entries by interpolating attacker-controlled directory paths into executed :menu commands. s:NetrwBookmarkMenu(), s:NetrwTgtMenu(), g:netrw_menu_escape, EX_TRLBAR, and netrw#MakeTgt() fail to neutralize the | command separator or single quotes at five construction sites, allowing a crafted path browsed or bookmarked in GUI Vim to execute arbitrary Ex and operating-system commands. This issue is fixed in version 9.2.0840.