Vim

Vim

212 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 20.01.2025 23:15:07
  • Zuletzt bearbeitet 14.08.2025 01:40:54

Vim is an open source, command line text editor. A segmentation fault was found in Vim before 9.1.1043. In silent Ex mode (-s -e), Vim typically doesn't show a screen and just operates silently in batch mode. However, it is still possible to trigger ...

  • EPSS 0.02%
  • Veröffentlicht 13.01.2025 21:15:14
  • Zuletzt bearbeitet 14.08.2025 17:43:55

When switching to other buffers using the :all command and visual mode still being active, this may cause a heap-buffer overflow, because Vim does not properly end visual mode and therefore may try to access beyond the end of a line in a buffer. In P...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2024 22:15:03
  • Zuletzt bearbeitet 18.08.2025 17:08:13

Vim is an open source, command line text editor. A use-after-free was found in Vim < 9.1.0764. When closing a buffer (visible in a window) a BufWinLeave auto command can cause an use-after-free if this auto command happens to re-open the same buffer ...

  • EPSS 0.1%
  • Veröffentlicht 02.09.2024 18:15:36
  • Zuletzt bearbeitet 21.11.2024 09:37:39

Vim is an open source, command line text editor. Patch v9.1.0038 optimized how the cursor position is calculated and removed a loop, that verified that the cursor position always points inside a line and does not become invalid by pointing beyond the...

  • EPSS 0.06%
  • Veröffentlicht 26.08.2024 19:15:07
  • Zuletzt bearbeitet 21.11.2024 09:35:53

Vim is an improved version of the unix vi text editor. When flushing the typeahead buffer, Vim moves the current position in the typeahead buffer but does not check whether there is enough space left in the buffer to handle the next characters. So t...

  • EPSS 0.06%
  • Veröffentlicht 22.08.2024 22:15:05
  • Zuletzt bearbeitet 18.08.2025 17:08:16

Vim is an open source command line text editor. When performing a search and displaying the search-count message is disabled (:set shm+=S), the search pattern is displayed at the bottom of the screen in a buffer (msgbuf). When right-left mode (:set r...

  • EPSS 0.07%
  • Veröffentlicht 16.08.2024 02:15:17
  • Zuletzt bearbeitet 25.08.2025 13:51:58

The UNIX editor Vim prior to version 9.1.0678 has a use-after-free error in argument list handling. When adding a new file to the argument list, this triggers `Buf*` autocommands. If in such an autocommand the buffer that was just opened is closed (i...

  • EPSS 0.06%
  • Veröffentlicht 01.08.2024 22:15:29
  • Zuletzt bearbeitet 29.11.2024 12:15:07

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

  • EPSS 0.07%
  • Veröffentlicht 01.08.2024 22:15:29
  • Zuletzt bearbeitet 21.11.2024 09:33:21

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

Medienbericht Exploit
  • EPSS 0.18%
  • Veröffentlicht 05.02.2024 08:15:44
  • Zuletzt bearbeitet 15.05.2025 20:15:43

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.