Filtered by vendor Vim
Subscriptions
Total
199 CVE
CVE | Vendors | Products | Updated | CVSS v3.1 |
---|---|---|---|---|
CVE-2022-3520 | 1 Vim | 1 Vim | 2025-04-23 | 9.8 Critical |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0765. | ||||
CVE-2022-3491 | 1 Vim | 1 Vim | 2025-04-23 | 7.8 High |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0742. | ||||
CVE-2022-3591 | 1 Vim | 1 Vim | 2025-04-23 | 7.8 High |
Use After Free in GitHub repository vim/vim prior to 9.0.0789. | ||||
CVE-2017-5953 | 1 Vim | 1 Vim | 2025-04-20 | N/A |
vim before patch 8.0.0322 does not properly validate values for tree length when handling a spell file, which may result in an integer overflow at a memory allocation site and a resultant buffer overflow. | ||||
CVE-2017-6350 | 1 Vim | 1 Vim | 2025-04-20 | N/A |
An integer overflow at an unserialize_uep memory allocation site would occur for vim before patch 8.0.0378, if it does not properly validate values for tree length when reading a corrupted undo file, which may lead to resultant buffer overflows. | ||||
CVE-2017-6349 | 1 Vim | 1 Vim | 2025-04-20 | N/A |
An integer overflow at a u_read_undo memory allocation site would occur for vim before patch 8.0.0377, if it does not properly validate values for tree length when reading a corrupted undo file, which may lead to resultant buffer overflows. | ||||
CVE-2017-1000382 | 1 Vim | 1 Vim | 2025-04-20 | N/A |
VIM version 8.0.1187 (and other versions most likely) ignores umask when creating a swap file ("[ORIGINAL_FILENAME].swp") resulting in files that may be world readable or otherwise accessible in ways not intended by the user running the vi binary. | ||||
CVE-2017-11109 | 1 Vim | 1 Vim | 2025-04-20 | N/A |
Vim 8.0 allows attackers to cause a denial of service (invalid free) or possibly have unspecified other impact via a crafted source (aka -S) file. NOTE: there might be a limited number of scenarios in which this has security relevance. | ||||
CVE-2017-17087 | 3 Canonical, Debian, Vim | 3 Ubuntu Linux, Debian Linux, Vim | 2025-04-20 | 5.5 Medium |
fileio.c in Vim prior to 8.0.1263 sets the group ownership of a .swp file to the editor's primary group (which may be different from the group ownership of the original file), which allows local users to obtain sensitive information by leveraging an applicable group membership, as demonstrated by /etc/shadow owned by root:shadow mode 0640, but /etc/.shadow.swp owned by root:users mode 0640, a different vulnerability than CVE-2017-1000382. | ||||
CVE-2022-3705 | 4 Debian, Fedoraproject, Netapp and 1 more | 4 Debian Linux, Fedora, Active Iq Unified Manager and 1 more | 2025-04-15 | 5 Medium |
A vulnerability was found in vim and classified as problematic. Affected by this issue is the function qf_update_buffer of the file quickfix.c of the component autocmd Handler. The manipulation leads to use after free. The attack may be launched remotely. Upgrading to version 9.0.0805 is able to address this issue. The name of the patch is d0fab10ed2a86698937e3c3fed2f10bd9bb5e731. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-212324. | ||||
CVE-2022-4293 | 1 Vim | 1 Vim | 2025-04-14 | 5.5 Medium |
Floating Point Comparison with Incorrect Operator in GitHub repository vim/vim prior to 9.0.0804. | ||||
CVE-2022-4292 | 2 Netapp, Vim | 2 Ontap Select Deploy Administration Utility, Vim | 2025-04-14 | 7.8 High |
Use After Free in GitHub repository vim/vim prior to 9.0.0882. | ||||
CVE-2022-4141 | 2 Fedoraproject, Vim | 2 Fedora, Vim | 2025-04-14 | 7.8 High |
Heap based buffer overflow in vim/vim 9.0.0946 and below by allowing an attacker to CTRL-W gf in the expression used in the RHS of the substitute command. | ||||
CVE-2016-1248 | 3 Debian, Redhat, Vim | 3 Debian Linux, Enterprise Linux, Vim | 2025-04-12 | N/A |
vim before patch 8.0.0056 does not properly validate values for the 'filetype', 'syntax' and 'keymap' options, which may result in the execution of arbitrary code if a file with a specially crafted modeline is opened. | ||||
CVE-2010-3914 | 1 Vim | 1 Gvim | 2025-04-11 | N/A |
Untrusted search path vulnerability in VIM Development Group GVim before 7.3.034, and possibly other versions before 7.3.46, allows local users, and possibly remote attackers, to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse User32.dll or other DLL that is located in the same folder as a .TXT file. NOTE: some of these details are obtained from third party information. | ||||
CVE-2023-0049 | 2 Fedoraproject, Vim | 2 Fedora, Vim | 2025-04-09 | 7.8 High |
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.1143. | ||||
CVE-2023-0051 | 1 Vim | 1 Vim | 2025-04-09 | 7.8 High |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1144. | ||||
CVE-2023-0054 | 1 Vim | 1 Vim | 2025-04-09 | 7.8 High |
Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.1145. | ||||
CVE-2008-4101 | 2 Redhat, Vim | 2 Enterprise Linux, Vim | 2025-04-09 | N/A |
Vim 3.0 through 7.x before 7.2.010 does not properly escape characters, which allows user-assisted attackers to (1) execute arbitrary shell commands by entering a K keystroke on a line that contains a ";" (semicolon) followed by a command, or execute arbitrary Ex commands by entering an argument after a (2) "Ctrl-]" (control close-square-bracket) or (3) "g]" (g close-square-bracket) keystroke sequence, a different issue than CVE-2008-2712. | ||||
CVE-2008-3432 | 2 Redhat, Vim | 2 Enterprise Linux, Vim | 2025-04-09 | N/A |
Heap-based buffer overflow in the mch_expand_wildcards function in os_unix.c in Vim 6.2 and 6.3 allows user-assisted attackers to execute arbitrary code via shell metacharacters in filenames, as demonstrated by the netrw.v3 test case. |