Lucene search

K

Vim Security Vulnerabilities

cve
cve

CVE-2024-22667

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...

7.8CVSS

7.7AI Score

0.0004EPSS

2024-02-05 08:15 AM
83
cve
cve

CVE-2023-48706

Vim is a UNIX editor that, prior to version 9.0.2121, has a heap-use-after-free vulnerability. When executing a :s command for the very first time and using a sub-replace-special atom inside the substitution part, it is possible that the recursive :s call causes free-ing of memory which may later.....

4.7CVSS

5.3AI Score

0.0005EPSS

2023-11-22 10:15 PM
55
cve
cve

CVE-2023-48237

Vim is an open source command line text editor. In affected versions when shifting lines in operator pending mode and using a very large value, it may be possible to overflow the size of integer. Impact is low, user interaction is required and a crash may not even happen in all situations. This...

4.3CVSS

5.1AI Score

0.001EPSS

2023-11-16 11:15 PM
64
cve
cve

CVE-2023-48235

Vim is an open source command line text editor. When parsing relative ex addresses one may unintentionally cause an overflow. Ironically this happens in the existing overflow check, because the line number becomes negative and LONG_MAX - lnum will cause the overflow. Impact is low, user...

4.3CVSS

5.1AI Score

0.002EPSS

2023-11-16 11:15 PM
48
cve
cve

CVE-2023-48234

Vim is an open source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 58f9befca1 which has...

4.3CVSS

5.1AI Score

0.001EPSS

2023-11-16 11:15 PM
62
cve
cve

CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAX_INT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which.....

4.3CVSS

5.1AI Score

0.001EPSS

2023-11-16 11:15 PM
51
cve
cve

CVE-2023-48231

Vim is an open source command line text editor. When closing a window, vim may try to access already freed window structure. Exploitation beyond crashing the application has not been shown to be viable. This issue has been addressed in commit 25aabc2b which has been included in release version...

4.3CVSS

5AI Score

0.001EPSS

2023-11-16 11:15 PM
64
cve
cve

CVE-2023-48233

Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a (signed) long variable, abort with e_value_too_large. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in...

4.3CVSS

4.9AI Score

0.001EPSS

2023-11-16 11:15 PM
57
cve
cve

CVE-2023-48232

Vim is an open source command line text editor. A floating point exception may occur when calculating the line offset for overlong lines and smooth scrolling is enabled and the cpo-settings include the 'n' flag. This may happen when a window border is present and when the wrapped line continues on....

4.3CVSS

4.5AI Score

0.001EPSS

2023-11-16 11:15 PM
57
cve
cve

CVE-2023-46246

Vim is an improved version of the good old UNIX editor Vi. Heap-use-after-free in memory allocated in the function ga_grow_inner in in the file src/alloc.c at line 748, which is freed in the file src/ex_docmd.c in the function do_cmdline at line 1010 and then used again in src/cmdhist.c at line...

5.5CVSS

6.2AI Score

0.0004EPSS

2023-10-27 07:15 PM
49
cve
cve

CVE-2023-5535

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-10-11 08:15 PM
98
cve
cve

CVE-2023-5441

NULL Pointer Dereference in GitHub repository vim/vim prior to...

5.5CVSS

6.2AI Score

0.0004EPSS

2023-10-05 09:15 PM
55
cve
cve

CVE-2023-5344

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.5CVSS

5.7AI Score

0.002EPSS

2023-10-02 08:15 PM
108
cve
cve

CVE-2023-4781

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-05 07:15 PM
115
cve
cve

CVE-2023-4752

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-04 02:15 PM
121
cve
cve

CVE-2023-4750

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-04 02:15 PM
51
cve
cve

CVE-2023-4733

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

7.3AI Score

0.001EPSS

2023-09-04 02:15 PM
341
cve
cve

CVE-2023-4751

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-03 07:15 PM
59
cve
cve

CVE-2023-4738

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-02 08:15 PM
351
cve
cve

CVE-2023-4736

Untrusted Search Path in GitHub repository vim/vim prior to...

7.8CVSS

7.5AI Score

0.001EPSS

2023-09-02 07:15 PM
44
cve
cve

CVE-2023-4735

Out-of-bounds Write in GitHub repository vim/vim prior to...

7.8CVSS

6AI Score

0.001EPSS

2023-09-02 06:15 PM
324
cve
cve

CVE-2023-4734

Integer Overflow or Wraparound in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-09-02 06:15 PM
355
cve
cve

CVE-2021-3236

vim 8.2.2348 is affected by null pointer dereference, allows local attackers to cause a denial of service (DoS) via the ex_buffer_all...

5.5CVSS

5.2AI Score

0.0004EPSS

2023-08-11 02:15 PM
20
cve
cve

CVE-2023-3896

Divide By Zero in vim/vim from 9.0.1367-1...

7.8CVSS

7.5AI Score

0.001EPSS

2023-08-07 01:15 PM
119
cve
cve

CVE-2020-20703

Buffer Overflow vulnerability in VIM v.8.1.2135 allows a remote attacker to execute arbitrary code via the operand...

9.8CVSS

9.5AI Score

0.004EPSS

2023-06-20 03:15 PM
39
cve
cve

CVE-2023-2610

Integer Overflow or Wraparound in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2023-05-09 10:15 PM
281
cve
cve

CVE-2023-2609

NULL Pointer Dereference in GitHub repository vim/vim prior to...

5.5CVSS

6.2AI Score

0.001EPSS

2023-05-09 06:15 PM
252
cve
cve

CVE-2023-2426

Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to...

5.5CVSS

6.3AI Score

0.0004EPSS

2023-04-29 10:15 PM
242
cve
cve

CVE-2023-1355

NULL Pointer Dereference in GitHub repository vim/vim prior to...

5.5CVSS

6.2AI Score

0.0005EPSS

2023-03-11 10:15 PM
186
cve
cve

CVE-2023-1264

NULL Pointer Dereference in GitHub repository vim/vim prior to...

5.5CVSS

5.9AI Score

0.001EPSS

2023-03-07 10:15 PM
183
cve
cve

CVE-2023-1175

Incorrect Calculation of Buffer Size in GitHub repository vim/vim prior to...

6.6CVSS

6.6AI Score

0.001EPSS

2023-03-04 04:15 PM
205
cve
cve

CVE-2023-1170

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

6.6CVSS

6.5AI Score

0.001EPSS

2023-03-03 11:15 PM
82
cve
cve

CVE-2023-1127

Divide By Zero in GitHub repository vim/vim prior to...

7.8CVSS

7.2AI Score

0.001EPSS

2023-03-01 07:15 PM
195
cve
cve

CVE-2023-0512

Divide By Zero in GitHub repository vim/vim prior to...

7.8CVSS

7AI Score

0.001EPSS

2023-01-30 04:15 PM
104
2
cve
cve

CVE-2023-0433

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.5AI Score

0.001EPSS

2023-01-21 03:15 PM
139
cve
cve

CVE-2022-47024

A null pointer dereference issue was discovered in function gui_x11_create_blank_mouse in gui_x11.c in vim 8.1.2269 thru 9.0.0339 allows attackers to cause denial of service or other unspecified...

7.8CVSS

7.2AI Score

0.0004EPSS

2023-01-20 07:15 PM
70
cve
cve

CVE-2023-0288

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.1AI Score

0.001EPSS

2023-01-13 04:15 PM
117
cve
cve

CVE-2023-0054

Out-of-bounds Write in GitHub repository vim/vim prior to...

7.8CVSS

7AI Score

0.001EPSS

2023-01-04 07:15 PM
132
cve
cve

CVE-2023-0051

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.1AI Score

0.001EPSS

2023-01-04 06:15 PM
109
cve
cve

CVE-2023-0049

Out-of-bounds Read in GitHub repository vim/vim prior to...

7.8CVSS

7.1AI Score

0.001EPSS

2023-01-04 04:15 PM
132
cve
cve

CVE-2022-4292

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

8.6AI Score

0.001EPSS

2022-12-05 07:15 PM
121
cve
cve

CVE-2022-4293

Floating Point Comparison with Incorrect Operator in GitHub repository vim/vim prior to...

5.5CVSS

7.1AI Score

0.001EPSS

2022-12-05 07:15 PM
92
cve
cve

CVE-2022-3491

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

8.5AI Score

0.001EPSS

2022-12-03 01:15 PM
106
cve
cve

CVE-2022-3520

Heap-based Buffer Overflow in GitHub repository vim/vim prior to...

9.8CVSS

9.3AI Score

0.002EPSS

2022-12-02 07:15 PM
129
cve
cve

CVE-2022-3591

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

8.5AI Score

0.001EPSS

2022-12-02 05:15 PM
117
cve
cve

CVE-2022-4141

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...

7.8CVSS

8.7AI Score

0.001EPSS

2022-11-25 02:15 PM
144
17
cve
cve

CVE-2022-3705

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...

7.5CVSS

7.9AI Score

0.005EPSS

2022-10-26 08:15 PM
137
6
cve
cve

CVE-2022-3352

Use After Free in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2022-09-29 12:15 PM
114
4
cve
cve

CVE-2022-1725

NULL Pointer Dereference in GitHub repository vim/vim prior to...

5.5CVSS

6.2AI Score

0.001EPSS

2022-09-29 03:15 AM
74
6
cve
cve

CVE-2022-3324

Stack-based Buffer Overflow in GitHub repository vim/vim prior to...

7.8CVSS

7.6AI Score

0.001EPSS

2022-09-27 11:15 PM
139
7
Total number of security vulnerabilities204