CVE-2026-41411

Updated on 24 Apr 2026

Severity

6.6 Medium severity

Details

CVSS score
6.6
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L

Overview

About vulnerability

Vim is an open source, command line text editor. Prior to 9.2.0357, A command injection vulnerability exists in Vim’s tag file processing. When resolving a tag, the filename field from the tags file is passed through wildcard expansion to resolve environment variables and wildcards. If the filename field contains backtick syntax (e.g., command), Vim executes the embedded command via the system shell with the full privileges of the running user.

Details

Affected packages:
vim @ 3:7.4.1689 (+8 more)
Vim is an open source, command line text editor. Prior to 9.2.0357, A command injection vulnerability exists in Vim’s tag file processing. When resolving a tag, the filename field from the tags file is passed through wildcard expansion to resolve environment variables and wildcards. If the filename field contains backtick syntax (e.g., command), Vim executes the embedded command via the system shell with the full privileges of the running user.

Fixes