Vim

Vim

212 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.1%
  • Veröffentlicht 22.11.2023 22:15:08
  • Zuletzt bearbeitet 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 ...

  • EPSS 0.06%
  • Veröffentlicht 16.11.2023 23:15:09
  • Zuletzt bearbeitet 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 ...

  • EPSS 0.07%
  • Veröffentlicht 16.11.2023 23:15:09
  • Zuletzt bearbeitet 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...

  • EPSS 0.06%
  • Veröffentlicht 16.11.2023 23:15:09
  • Zuletzt bearbeitet 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...

  • EPSS 0.05%
  • Veröffentlicht 16.11.2023 23:15:09
  • Zuletzt bearbeitet 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...

  • EPSS 0.05%
  • Veröffentlicht 16.11.2023 23:15:08
  • Zuletzt bearbeitet 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...

  • EPSS 0.05%
  • Veröffentlicht 16.11.2023 23:15:08
  • Zuletzt bearbeitet 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...

  • EPSS 0.08%
  • Veröffentlicht 16.11.2023 23:15:08
  • Zuletzt bearbeitet 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...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 27.10.2023 19:15:41
  • Zuletzt bearbeitet 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...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 11.10.2023 20:15:10
  • Zuletzt bearbeitet 21.11.2024 08:41:57

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