Lucene search
+L

8487 matches found

Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.12 views

Vim: Out-of-bounds Read with Text Properties

...

6.8CVSS5.8AI score0.00119EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.12 views

Vim: PowerShell Command Injection via Unescaped Filename in zip.vim Extraction

...

7.3CVSS5.8AI score0.00137EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.10 views

Vim: Out-of-bounds Read in Text Property Count

...

6.1CVSS5.8AI score0.00113EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.18 views

Vim: Out-of-bounds Write in Spell File Prefix Dump

...

5.5CVSS5.8AI score0.00122EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.12 views

Vim: Arbitrary Code Execution via Python Omni-Completion Docstrings

...

8.4CVSS5.8AI score0.00144EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.9 views

Vim: Out-of-bounds Write in Spell File Word Count

...

8.4CVSS5.8AI score0.00126EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.10 views

Vim: Vimscript Code Injection in netrw NetrwLocalRmFile() via crafted filename

...

8.4CVSS5.8AI score0.00154EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:17 a.m.11 views

Vim: Stack out-of-bounds write in `spell_soundfold_sofo()` via an over-length `soundfold()` argument

...

7.8CVSS5.8AI score0.0012EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:17 a.m.20 views

Vim: Out-of-bounds Read with libsodium-encrypted Files

...

5.5CVSS5.8AI score0.0012EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/06/26 5:20 p.m.15 views

CVE-2026-57454

A flaw was found in Vim, an open source command-line text editor. A local attacker could exploit this vulnerability by providing a specially crafted undo or swap file. When Vim processes this file, an out-of-bounds read occurs, which can lead to the disclosure of sensitive information from memory...

6.8CVSS5.7AI score0.00119EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2026/06/26 9:46 a.m.3 views

vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()

A memory corruption flaw in Vim allows an attacker to cause a Denial of Service DoS. When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spellsoundfoldsofo function, causing the editor to crash...

7.8CVSS6.1AI score0.0012EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2026/06/26 9:46 a.m.4 views

vim: Vim: Out-of-bounds Write in Spell File Word Count

Vim is an open source, command line text editor. Prior to 9.2.0653, the treecountwords function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked...

8.4CVSS6.1AI score0.00126EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2026/06/26 9:46 a.m.3 views

vim: Vim: Out-of-bounds Read with libsodium-encrypted Files

A flaw was found in Vim, an open source command-line text editor. When opening a specially crafted encrypted file using the VimCrypt04! or VimCrypt05! methods, an attacker could trigger an unsigned length calculation error. This issue leads to an out-of-bounds read, causing Vim to crash and...

5.5CVSS6AI score0.0012EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2026/06/26 9:46 a.m.8 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: vim: vim-X11-9.2.725-1.hum1 aarch64, x8664 vim-common-9.2.725-1.hum1 aarch64, x8664 vim-data-9.2.725-1.hum1 noarch vim-default-editor-9.2.725-1.hum1 noarch vim-enhanced-9.2.725-1.hum1 aarch64,...

8.4CVSS5.8AI score0.00126EPSS
Exploits0References5
NVD
NVD
added 2026/06/25 4:16 p.m.8 views

CVE-2026-57452

Vim is an open source, command line text editor. Prior to 9.2.0671, when Vim opens a file encrypted with the VimCrypt04! or VimCrypt05! method xchacha20poly1305, requires the +sodium feature whose body is shorter than a single libsodium secretstream header, an unsigned length calculation underflo...

5.5CVSS0.0012EPSS
Exploits0References3
NVD
NVD
added 2026/06/25 4:16 p.m.11 views

CVE-2026-57453

Vim is an open source, command line text editor. From 9.1.1784 until 9.2.0678, when the bundled zip plugin autoload/zip.vim falls back to PowerShell to browse, read, extract, update or delete entries in a zip archive, it builds the PowerShell command by inserting archive entry names that are quot...

7.3CVSS0.00137EPSS
Exploits0References3
NVD
NVD
added 2026/06/25 4:16 p.m.10 views

CVE-2026-57454

Vim is an open source, command line text editor. From 9.2.0320 until 9.2.0679, a crafted undo or swap file can store a virtual-text property whose offset and length point outside the line's property data. When Vim restores or displays such a line it converts the offset into a pointer and reads th...

6.8CVSS0.00119EPSS
Exploits0References3
NVD
NVD
added 2026/06/25 4:16 p.m.9 views

CVE-2026-57451

Vim is an open source, command line text editor. Prior to 9.2.0670, gettextprops in src/textprop.c reads a uint16 property count stored inline after a line's text and returns it as the number of 32-byte textpropT entries that follow. The only check is a floor that guarantees room for a single...

6.1CVSS0.00113EPSS
Exploits0References3
NVD
NVD
added 2026/06/25 4:16 p.m.19 views

CVE-2026-57455

Vim is an open source, command line text editor. Prior to 9.2.0698, the single-byte branch of spellsoundfoldsofo in src/spell.c translates a word through a spell file's SOFO sound-folding byte map into a caller-owned result buffer. Its copy loop advances the output index ri with no upper bound an...

7.8CVSS0.0012EPSS
Exploits0References3
NVD
NVD
added 2026/06/25 4:16 p.m.10 views

CVE-2026-57456

Vim is an open source, command line text editor. Prior to 9.2.0699, Vim's Python omni-completion runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim executes reconstructed function and class definitions from the current buffer with exec as part of populating the completion...

8.4CVSS0.00144EPSS
Exploits0References3
Rows per page
Query Builder