CVE-2025-22134

Publication date 13 January 2025

Last updated 21 January 2025


Ubuntu priority

When switching to other buffers using the :all command and visual mode still being active, this may cause a heap-buffer overflow, because Vim does not properly end visual mode and therefore may try to access beyond the end of a line in a buffer. In Patch 9.1.1003 Vim will correctly reset the visual mode before opening other windows and buffers and therefore fix this bug. In addition it does verify that it won't try to access a position if the position is greater than the corresponding buffer line. Impact is medium since the user must have switched on visual mode when executing the :all ex command. The Vim project would like to thank github user gandalf4a for reporting this issue. The issue has been fixed as of Vim patch v9.1.1003

Read the notes from the security team

Status

Package Ubuntu Release Status
vim 24.10 oracular
Fixed 2:9.1.0496-1ubuntu6.3
24.04 LTS noble
Fixed 2:9.1.0016-1ubuntu7.6
22.04 LTS jammy
Fixed 2:8.2.3995-1ubuntu2.22
20.04 LTS focal
Fixed 2:8.1.2269-1ubuntu5.30
18.04 LTS bionic Ignored not feasible to fix
16.04 LTS xenial Ignored not feasible to fix

Notes


hlibk

On bionic and below, the patched files have changed too much which makes the backport difficult to apply without potentially introducing regressions.