CVE-2025-22134

MEDIUM EPSS 28.6%
Published Jan 13, 20251y ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Jan 13, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

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

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
28.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-122

Affected Products 4

VendorProductVersionRange
neovimneovim* ≤0.10.4
vimvim* ≤9.1.1003
netappbootstrap_os*any
netapphci_compute_node*any

References 4

  • openwall.com http://www.openwall.com/lists/oss-security/2025/01/11/1
    Mailing ListThird Party Advisory
  • github.com https://github.com/vim/vim/commit/c9a1e257f1630a0866447e53a564f7ff96a80ead
    Patch
  • github.com https://github.com/vim/vim/security/advisories/GHSA-5rgf-26wj-48v8
    Vendor Advisory
  • security.netapp.com https://security.netapp.com/advisory/ntap-20250314-0004/
    Third Party Advisory

Remediation

  • github.com https://github.com/vim/vim/commit/c9a1e257f1630a0866447e53a564f7ff96a80ead
    Patch