摘要:
vim security update
安全等级: Medium
公告ID: KylinSec-SA-2025-1637
发布日期: 2025年3月18日
关联CVE: CVE-2025-22134
Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.
Security Fix(es):
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(CVE-2025-22134)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2025-22134 | KY3.4-5A | vim | Fixed |
CVE-2025-22134 | V6 | vim | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
vim-filesystem | noarch | 9.0-31.kb1.ky3_4 |
vim-X11 | x86_64 | 9.0-31.kb1.ky3_4 |
vim-common | x86_64 | 9.0-31.kb1.ky3_4 |
vim-enhanced | x86_64 | 9.0-31.kb1.ky3_4 |
vim-minimal | x86_64 | 9.0-31.kb1.ky3_4 |
vim-X11 | aarch64 | 9.0-31.kb1.ky3_4 |
vim-common | aarch64 | 9.0-31.kb1.ky3_4 |
vim-enhanced | aarch64 | 9.0-31.kb1.ky3_4 |
vim-minimal | aarch64 | 9.0-31.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
vim-filesystem | noarch | 9.0.2092-17.ks6 |
vim-X11 | x86_64 | 9.0.2092-16.ks6 |
vim-common | x86_64 | 9.0.2092-16.ks6 |
vim-enhanced | x86_64 | 9.0.2092-16.ks6 |
vim-minimal | x86_64 | 9.0.2092-16.ks6 |
vim-X11 | aarch64 | 9.0.2092-17.ks6 |
vim-common | aarch64 | 9.0.2092-17.ks6 |
vim-enhanced | aarch64 | 9.0.2092-17.ks6 |
vim-minimal | aarch64 | 9.0.2092-17.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名