Описание
ELSA-2026-48650: vim security update (IMPORTANT)
[9.1.083-9.0.1.el10_2.12]
- Remove upstream references [Orabug: 31197557]
[2:9.1.083-9.12]
- RHEL-201113 CVE-2026-59856 vim: potential command execution in PHP omni-completion
[2:9.1.083-9.11]
- RHEL-203857 CVE-2026-59858 vim: arbitrary Ex command execution during C omni-completion
[2:9.1.083-9.10]
- RHEL-194059 CVE-2026-55693 vim: out-of-bounds write in tree_count_words()
[2:9.1.083-9.9]
- RHEL-191359 CVE-2026-57455 vim: Out-of-bounds write with soundfold()
[2:9.1.083-9.8]
- RHEL-192105 CVE-2026-57456 vim: possible code execution with python complete
[2:9.1.083-9.7]
- RHEL-186660 CVE-2026-47162 vim: netrw code injection via NetrwBookHistSave()
- RHEL-186671 CVE-2026-52858 vim: possible code execution with python3complete
[2:9.1.083-9.6]
- RHEL-185867 CVE-2026-47167 vim: Code Injection in cucumber filetype plugin
[2:9.1.083-9.5]
- RHEL-178233 CVE-2026-46483 vim: command injection in tar plugin
[2:9.1.083-9.4]
- RHEL-171481 CVE-2026-41411 vim: Command injection via backticks in tag files
Обновленные пакеты
Oracle Linux 10
Oracle Linux aarch64
vim-X11
9.1.083-9.0.1.el10_2.12
vim-common
9.1.083-9.0.1.el10_2.12
vim-data
9.1.083-9.0.1.el10_2.12
vim-enhanced
9.1.083-9.0.1.el10_2.12
vim-filesystem
9.1.083-9.0.1.el10_2.12
vim-minimal
9.1.083-9.0.1.el10_2.12
xxd
9.1.083-9.0.1.el10_2.12
Oracle Linux x86_64
vim-X11
9.1.083-9.0.1.el10_2.12
vim-common
9.1.083-9.0.1.el10_2.12
vim-data
9.1.083-9.0.1.el10_2.12
vim-enhanced
9.1.083-9.0.1.el10_2.12
vim-filesystem
9.1.083-9.0.1.el10_2.12
vim-minimal
9.1.083-9.0.1.el10_2.12
xxd
9.1.083-9.0.1.el10_2.12
Ссылки на источники
Связанные уязвимости
Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.
Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.