Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:28209

Опубликовано: 24 июн. 2026
Источник: rocky
Оценка: Moderate

Описание

Moderate: vim security update

Vim (Vi IMproved) is an updated and improved version of the vi editor.

Security Fix(es):

  • vim: Vim: Command injection allows arbitrary code execution via malicious tag files (CVE-2026-41411)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 9

НаименованиеАрхитектураРелизRPM
vim-filesystemnoarch26.el9_8.6vim-filesystem-8.2.2637-26.el9_8.6.noarch.rpm
vim-minimalx86_6426.el9_8.6vim-minimal-8.2.2637-26.el9_8.6.x86_64.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 6.6
ubuntu
3 месяца назад

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.

CVSS3: 7.3
redhat
3 месяца назад

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.

CVSS3: 6.6
nvd
3 месяца назад

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.

CVSS3: 6.6
msrc
3 месяца назад

Vim: Command injection via backtick expansion in tag filenames

CVSS3: 6.6
debian
3 месяца назад

Vim is an open source, command line text editor. Prior to 9.2.0357, A ...