GLSA 201701-29: Vim, gVim: Remote execution of arbitrary code

Опасность:средняя
Заголовок:Vim, gVim: Remote execution of arbitrary code
Дата:11.01.2017
Ошибки: #600650
ID:201701-29

Сводка

A vulnerability has been found in Vim and gVim concerning how certain modeline options are treated.

Назначение

Vim is an efficient, highly configurable improved version of the classic ‘vi’ text editor. gVim is the GUI version of Vim.

Уязвимые пакеты

Пакет Уязвимый Нетронутый Архитектура(ы)
app-editors/vim < 8.0.0106 >= 8.0.0106 All supported architectures
app-editors/gvim < 8.0.0106 >= 8.0.0106 All supported architectures

Описание

Vim and gVim do not properly validate values for the ‘filetype’, ‘syntax’, and ‘keymap’ options.

Воздействие

A remote attacker could entice a user to open a specially crafted file using Vim/gVim with certain modeline options enabled possibly resulting in execution of arbitrary code with the privileges of the process.

Обход

Disabling modeline support in .vimrc by adding “set nomodeline” will prevent exploitation of this flaw. By default, modeline is enabled for ordinary users but disabled for root.

Решение

All Vim users should upgrade to the latest version:

      # emerge --sync
      # emerge --ask --oneshot --verbose ">=app-editors/vim-8.0.0106"
    

All gVim users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=app-editors/gvim-8.0.0106"

Ссылки

Наличие

Этот GLSA и любые обновления для нее доступны для просмотра на сайте Gentoo Security: http://security.gentoo.org/glsa/glsa-201701-29.xml

Опасения?

Безопасность является одной из главных задач Gentoo Linux и первостепенное значение обеспечить конфиденциальность и безопасность машин наших пользователей. Любые соображения безопасности должны быть адресованы security@gentoo.org или в качестве альтернативы, вы можете сообщить об ошибке на https://bugs.gentoo.org.

Лицензия

Copyright 2010 Gentoo Foundation, Inc; текст ссылки принадлежит его владельцу(ам). Содержание этого документа распространяется на условиях лицензии Creative Commons - Attribution / Share Alike.

Спасибо!