VYPR

rpm package

suse/vim&distro=SUSE Linux Enterprise Micro 5.1

pkg:rpm/suse/vim&distro=SUSE%20Linux%20Enterprise%20Micro%205.1

Vulnerabilities (150)

  • CVE-2025-55157Aug 11, 2025
    affected < 9.1.1629-150000.5.78.1fixed 9.1.1629-150000.5.78.1

    Vim is an open source, command line text editor. In versions from 9.1.1231 to before 9.1.1400, When processing nested tuples in Vim script, an error during evaluation can trigger a use-after-free in Vim’s internal tuple reference management. Specifically, the tuple_unref() functi

  • CVE-2025-55158Aug 11, 2025
    affected < 9.1.1629-150000.5.78.1fixed 9.1.1629-150000.5.78.1

    Vim is an open source, command line text editor. In versions from 9.1.1231 to before 9.1.1406, when processing nested tuples during Vim9 script import operations, an error during evaluation can trigger a double-free in Vim’s internal typed value (typval_T) management. Specificall

  • CVE-2025-53906MedJul 15, 2025
    affected < 9.1.1629-150000.5.78.1fixed 9.1.1629-150000.5.78.1

    Vim is an open source, command line text editor. Prior to version 9.1.1551, a path traversal issue in Vim’s zip.vim plugin can allow overwriting of arbitrary files when opening specially crafted zip archives. Impact is low because this exploit requires direct user interaction. Ho

  • CVE-2025-53905Jul 15, 2025
    affected < 9.1.1629-150000.5.78.1fixed 9.1.1629-150000.5.78.1

    Vim is an open source, command line text editor. Prior to version 9.1.1552, a path traversal issue in Vim’s tar.vim plugin can allow overwriting of arbitrary files when opening specially crafted tar archives. Impact is low because this exploit requires direct user interaction. Ho

  • CVE-2025-29768Mar 13, 2025
    affected < 9.1.1406-150000.5.75.1fixed 9.1.1406-150000.5.75.1

    Vim, a text editor, is vulnerable to potential data loss with zip.vim and special crafted zip files in versions prior to 9.1.1198. The impact is medium because a user must be made to view such an archive with Vim and then press 'x' on such a strange filename. The issue has been f

  • CVE-2025-1215Feb 12, 2025
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    A vulnerability classified as problematic was found in vim up to 9.1.1096. This vulnerability affects unknown code of the file src/main.c. The manipulation of the argument --log leads to memory corruption. It is possible to launch the attack on the local host. Upgrading to versio

  • CVE-2025-24014Jan 20, 2025
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    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 the function that handles the

  • CVE-2025-22134Jan 13, 2025
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    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 Patch 9.1.1003 Vim will correct

  • CVE-2024-45306Sep 2, 2024
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    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 end of a line. Back then we a

  • CVE-2024-43802MedAug 26, 2024
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    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 this may lead to the tb_off pos

  • CVE-2024-43790Aug 22, 2024
    affected < 9.1.1101-150000.5.69.1fixed 9.1.1101-150000.5.69.1

    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 rl) is enabled, the search patt

  • CVE-2024-41965Aug 1, 2024
    affected < 9.1.1406-150000.5.75.1fixed 9.1.1406-150000.5.75.1

    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 new Untitled file, if the buf

  • CVE-2024-22667Feb 5, 2024
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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.

  • CVE-2023-48706Nov 22, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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 m

  • CVE-2023-48231Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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

  • CVE-2023-48232Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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

  • CVE-2023-48233Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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 be

  • CVE-2023-48234Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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 `58f9

  • CVE-2023-48235Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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 lo

  • CVE-2023-48236Nov 16, 2023
    affected < 9.1.0111-150000.5.60.1fixed 9.1.0111-150000.5.60.1

    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 comm

Page 1 of 8