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
References
Link | Resource |
---|---|
https://github.com/vim/vim/commit/c9a1e257f1630a0866447e53a564f7ff96a80ead | Patch |
https://github.com/vim/vim/security/advisories/GHSA-5rgf-26wj-48v8 | Vendor Advisory |
http://www.openwall.com/lists/oss-security/2025/01/11/1 | Mailing List Third Party Advisory |
https://security.netapp.com/advisory/ntap-20250314-0004/ | Third Party Advisory |
Configurations
History
14 Aug 2025, 17:43
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:* cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:* cpe:2.3:o:netapp:bootstrap_os:-:*:*:*:*:*:*:* |
|
First Time |
Vim vim
Vim Netapp bootstrap Os Netapp hci Compute Node Netapp |
|
References | () https://github.com/vim/vim/commit/c9a1e257f1630a0866447e53a564f7ff96a80ead - Patch | |
References | () https://github.com/vim/vim/security/advisories/GHSA-5rgf-26wj-48v8 - Vendor Advisory | |
References | () http://www.openwall.com/lists/oss-security/2025/01/11/1 - Mailing List, Third Party Advisory | |
References | () https://security.netapp.com/advisory/ntap-20250314-0004/ - Third Party Advisory |
14 Mar 2025, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Summary |
|
13 Jan 2025, 21:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-13 21:15
Updated : 2025-08-14 17:43
NVD link : CVE-2025-22134
Mitre link : CVE-2025-22134
CVE.ORG link : CVE-2025-22134
JSON object : View
Products Affected
netapp
- hci_compute_node
- bootstrap_os
vim
- vim
CWE
CWE-122
Heap-based Buffer Overflow