CVE-2023-48706
- EPSS 0.1%
- Published 22.11.2023 22:15:08
- Last modified 21.11.2024 08:32:17
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 ...
CVE-2023-48234
- EPSS 0.06%
- Published 16.11.2023 23:15:09
- Last modified 21.11.2024 08:31:16
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 ...
CVE-2023-48235
- EPSS 0.07%
- Published 16.11.2023 23:15:09
- Last modified 21.11.2024 08:31:16
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 ca...
CVE-2023-48236
- EPSS 0.06%
- Published 16.11.2023 23:15:09
- Last modified 21.11.2024 08:31:16
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 vulnerabil...
CVE-2023-48237
- EPSS 0.05%
- Published 16.11.2023 23:15:09
- Last modified 21.11.2024 08:31:16
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 cras...
CVE-2023-48231
- EPSS 0.05%
- Published 16.11.2023 23:15:08
- Last modified 21.11.2024 08:31:15
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 `25aabc...
CVE-2023-48232
- EPSS 0.05%
- Published 16.11.2023 23:15:08
- Last modified 21.11.2024 08:31:15
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 i...
CVE-2023-48233
- EPSS 0.08%
- Published 16.11.2023 23:15:08
- Last modified 21.11.2024 08:31:16
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...
CVE-2023-46246
- EPSS 0.01%
- Published 27.10.2023 19:15:41
- Last modified 13.02.2025 18:15:34
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 l...
CVE-2023-5535
- EPSS 0.02%
- Published 11.10.2023 20:15:10
- Last modified 21.11.2024 08:41:57
Use After Free in GitHub repository vim/vim prior to v9.0.2010.