Vim 9.0.2130

CPE Details

Vim 9.0.2130
9.0.2130
2023-11-28
15h21 +00:00
2023-11-28
15h21 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:vim:vim:9.0.2130:*:*:*:*:*:*:*

Informations

Vendor

vim

Product

vim

Version

9.0.2130

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2024-41965 2024-08-01 21h44 +00:00 Vim is an open source command line text editor. double-free in dialog_changed() in Vim < v9.1.0648. When abandoning a buffer, Vim may ask the user what to do with the modified buffer. If the user wants the changed buffer to be saved, Vim may create a new Untitled file, if the buffer did not have a name yet. However, when setting the buffer name to Unnamed, Vim will falsely free a pointer twice, leading to a double-free and possibly later to a heap-use-after-free, which can lead to a crash. The issue has been fixed as of Vim patch v9.1.0648.
4.2
Medium
CVE-2024-41957 2024-08-01 21h41 +00:00 Vim is an open source command line text editor. Vim < v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags, but it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647
5.3
Medium
CVE-2024-22667 2024-02-04 23h00 +00:00 Vim before 9.0.2142 has a stack-based buffer overflow because did_set_langmap in map.c calls sprintf to write to the error buffer that is passed down to the option callback functions.
7.8
High