Description
Vim is an open source, command line text editor. Prior to 9.2.0663, a Vimscript code injection vulnerability exists in s:NetrwLocalRmFile() in the netrw plugin (runtime/pack/dist/opt/netrw/autoload/netrw.vim) when deleting a local file from the browser. A filename derived from the buffer's directory listing is interpolated into an Ex command line passed to :execute with only the backslash character escaped, allowing a crafted filename containing a bar (|) to terminate the intended command and execute arbitrary Vimscript, including shell commands via :call system() and :!. This vulnerability is fixed in 9.2.0663.
Published: 2026-06-25
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Vim includes a netrw plugin for browsing local files. In versions before 9.2.0663, the NetrwLocalRmFile() function builds an Ex command that incorporates the filename from the directory listing without properly escaping special characters. A crafted filename that contains a pipe character can terminate the intended delete command and cause Vim to execute arbitrary Vimscript, including system‑level shell commands via :call system() or :!. This flaw allows an attacker with local access to a running instance of Vim to execute arbitrary Vimscript and potentially shell commands, resulting in full compromise of the host system. The injected commands run with the privileges of the Vim process, so if a privileged user operates Vim, the attacker can gain elevated access.

Affected Systems

Vim, the open‑source command line text editor, is affected. All releases prior to version 9.2.0663 are vulnerable. The upstream Vim project has released a fix in v9.2.0663. Users of older Vim builds that still load the standard netrw plugin are susceptible.

Risk and Exploitability

The CVSS base score of 5.7 indicates a moderate risk. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires local interaction with the netrw file browser and the ability to supply a crafted filename that contains special characters. The attack vector is therefore limited to users who can invoke a vulnerable Vim instance. For unattended or insecure installations, the risk would be moderate to high, especially if privileged users run Vim.

Generated by OpenCVE AI on June 25, 2026 at 16:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vim to the fixed version 9.2.0663 or newer.
  • If upgrading is not feasible, disable the netrw plugin or prevent the NetrwLocalRmFile() function from executing.
  • Until the plugin is disabled or upgraded, avoid deleting files through the netrw file browser or use alternative methods for file removal.

Generated by OpenCVE AI on June 25, 2026 at 16:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8500-1 Vim vulnerabilities
History

Thu, 02 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}

threat_severity

Important


Fri, 26 Jun 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 25 Jun 2026 22:30:00 +0000

Type Values Removed Values Added
First Time appeared Vim
Vim vim
Vendors & Products Vim
Vim vim

Thu, 25 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Description Vim is an open source, command line text editor. Prior to 9.2.0663, a Vimscript code injection vulnerability exists in s:NetrwLocalRmFile() in the netrw plugin (runtime/pack/dist/opt/netrw/autoload/netrw.vim) when deleting a local file from the browser. A filename derived from the buffer's directory listing is interpolated into an Ex command line passed to :execute with only the backslash character escaped, allowing a crafted filename containing a bar (|) to terminate the intended command and execute arbitrary Vimscript, including shell commands via :call system() and :!. This vulnerability is fixed in 9.2.0663.
Title Vim: Vimscript Code Injection in netrw NetrwLocalRmFile() via crafted filename
Weaknesses CWE-78
CWE-94
References
Metrics cvssV4_0

{'score': 5.7, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-26T03:55:57.340Z

Reserved: 2026-06-17T16:59:42.760Z

Link: CVE-2026-55895

cve-icon Vulnrichment

Updated: 2026-06-26T02:02:11.775Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-25T15:31:29Z

Links: CVE-2026-55895 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T22:15:04Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')