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

exploitDog

rocky логотип

RLSA-2026:11389

Опубликовано: 01 мая 2026
Источник: rocky
Оценка: Important

Описание

Important: vim security update

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

Security Fix(es):

  • vim: arbitrary command execution via modeline sandbox bypass (CVE-2026-34982)

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 10

НаименованиеАрхитектураРелизRPM
vim-filesystemnoarch6.el10_1.4vim-filesystem-9.1.083-6.el10_1.4.noarch.rpm
vim-datanoarch6.el10_1.4vim-data-9.1.083-6.el10_1.4.noarch.rpm
vim-minimalaarch646.el10_1.4vim-minimal-9.1.083-6.el10_1.4.aarch64.rpm
vim-minimalx86_646.el10_1.4vim-minimal-9.1.083-6.el10_1.4.x86_64.rpm

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

Связанные CVE

Исправления

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

CVSS3: 8.2
ubuntu
4 месяца назад

Vim is an open source, command line text editor. Prior to version 9.2.0276, a modeline sandbox bypass in Vim allows arbitrary OS command execution when a user opens a crafted file. The `complete`, `guitabtooltip` and `printheader` options are missing the `P_MLE` flag, allowing a modeline to be executed. Additionally, the `mapset()` function lacks a `check_secure()` call, allowing it to be abused from sandboxed expressions. Commit 9.2.0276 fixes the issue.

CVSS3: 8.2
redhat
4 месяца назад

Vim is an open source, command line text editor. Prior to version 9.2.0276, a modeline sandbox bypass in Vim allows arbitrary OS command execution when a user opens a crafted file. The `complete`, `guitabtooltip` and `printheader` options are missing the `P_MLE` flag, allowing a modeline to be executed. Additionally, the `mapset()` function lacks a `check_secure()` call, allowing it to be abused from sandboxed expressions. Commit 9.2.0276 fixes the issue.

CVSS3: 8.2
nvd
4 месяца назад

Vim is an open source, command line text editor. Prior to version 9.2.0276, a modeline sandbox bypass in Vim allows arbitrary OS command execution when a user opens a crafted file. The `complete`, `guitabtooltip` and `printheader` options are missing the `P_MLE` flag, allowing a modeline to be executed. Additionally, the `mapset()` function lacks a `check_secure()` call, allowing it to be abused from sandboxed expressions. Commit 9.2.0276 fixes the issue.

CVSS3: 8.2
msrc
4 месяца назад

Vim modeline bypass via various options affects Vim < 9.2.0276

CVSS3: 8.2
debian
4 месяца назад

Vim is an open source, command line text editor. Prior to version 9.2. ...