Lucene search
+L

9503 matches found

OSV
OSV
•added 2026/08/15 5:41 a.m.•12 views

MAL-2026-14096 Malicious code in svelte-goal-vim (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6ad94557dcf8609bd1dbec00633fa3850e30f977d894850f983cf127bb05c1ca The package was found to contain malicious code or consuming dependency that contains malicious code Source: ghsa-malware...

5.6AI score
SaveExploits0References2
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:53 a.m.•17 views

Vim: Stack Buffer Overflow in the Vim Socket Server

...

6.8CVSS5.2AI score0.00186EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:52 a.m.•14 views

Vim: Arbitrary Command Execution via Malicious `.VimballRecord` Entry Replay in `vimball.vim`

...

8.4CVSS5.2AI score0.00131EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:51 a.m.•14 views

Vim: Arbitrary Code Execution via Shell Keyword Lookup

...

8.4CVSS5.2AI score0.0014EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:51 a.m.•21 views

Vim: Heap Buffer Overflow when Loading a Spell File

...

8.5CVSS5.2AI score0.00125EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:50 a.m.•18 views

Vim: Heap Buffer Overflow in Text Property Handling

...

7.1CVSS5.2AI score0.00147EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/08/15 1:49 a.m.•29 views

Vim: Arbitrary Code Execution via Netrw Menu Construction

...

8.6CVSS5.2AI score0.00336EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2026/08/14 7:10 a.m.•17 views

CVE-2026-73070

A flaw was found in Vim. The socket server backend accepts an unbounded number of client connections, causing file descriptors to overflow internal data structures. A local process able to connect to the server socket can exploit this to corrupt stack memory or terminate the Vim server. This can...

6.8CVSS5.4AI score0.00186EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2026/08/14 7:09 a.m.•10 views

CVE-2026-73074

An integer overflow in Vim's propaddone function allows a local attacker to cause a denial of service or potentially execute arbitrary code by adding an excessive number of text properties to a single line. Mitigation Do not run untrusted Vim scripts or plugins that call propadd in an unbounded...

7.1CVSS5.9AI score0.00147EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
•added 2026/08/14 6:47 a.m.•11 views

CVE-2026-73076

A vulnerability in Vim allows remote attackers to execute arbitrary commands by crafting a malicious .VimballRecord file that injects OS commands executed when processed by the vimballRmVimball function. Mitigation Avoid installing or removing vimballs from untrusted sources. This vulnerability...

8.4CVSS6.1AI score0.00131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/08/14 12:53 a.m.•13 views

SUSE CVE-2026-73070

Vim is an open source, command line text editor. Prior to 9.2.0842, the socket server backend in src/socketserver.c accepts unbounded client connections in socketserveraccept, causing descriptors to overflow fdset structures in src/channel.c and fixed-size struct pollfd arrays in src/osunix.c,...

6.1CVSS5.4AI score0.00186EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:53 a.m.•11 views

SUSE CVE-2026-73071

Vim is an open source, command line text editor. From 9.2.0511 until 9.2.0844, jsondecodeitem in src/json.c can retain a stale pointer after jsondecodestring invokes channelfill to refill and free the current buffer, causing the error path to read freed memory instead of reader-jsbuf +...

3.3CVSS5.3AI score0.00156EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:53 a.m.•16 views

SUSE CVE-2026-73072

Vim is an open source, command line text editor. Prior to 9.2.0846, setsofo in src/spellfile.c reuses slsalfirst without resetting values left by setsalfirst, so a crafted spell file containing an SNSAL section before an SNSOFO section causes under-counted mapping lists and attacker-influenced...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:52 a.m.•16 views

SUSE CVE-2026-73074

Vim is an open source, command line text editor. Prior to 9.2.0841, propaddone in src/textprop.c uses the proplen value from gettextprops to increment a uint16t property count beyond 0xffff, wrapping the count to zero and copying existing text-property records into a heap allocation sized for non...

7.8CVSS5.3AI score0.00147EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:52 a.m.•10 views

SUSE CVE-2026-73075

Vim is an open source, command line text editor. From 9.2.0469 until 9.2.0843, popupmarkopacityzindex in src/popupwin.c can use a negative wwinrow for a text-property-anchored popup with clipwindow and opacity, indexing before the screen array instead of accounting for wpopuptopoff and causing an...

4.4CVSS5.3AI score0.00168EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:52 a.m.•12 views

SUSE CVE-2026-73076

Vim is an open source, command line text editor. Prior to 9.2.0847, runtime/autoload/vimball.vim allows a crafted vimball member named .VimballRecord to overwrite the installation record with attacker-chosen commands. When vimballRmVimball later processes the matching record entry, the stored Ex...

7.8CVSS5.4AI score0.00131EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:52 a.m.•11 views

SUSE CVE-2026-73077

Vim is an open source, command line text editor. Prior to 9.2.0839, the runtime/ftplugin/sh.vim, runtime/ftplugin/zsh.vim, and runtime/ftplugin/ps1.vim filetype plugins pass attacker-controlled Visual-mode selections from K through keywordprg commands without safely separating shell arguments...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/08/14 12:52 a.m.•11 views

SUSE CVE-2026-73078

Vim is an open source, command line text editor. Prior to 9.2.0840, runtime/plugin/netrwPlugin.vim loads netrw and runtime/pack/dist/opt/netrw/autoload/netrw.vim constructs Bookmarks, History, and Targets menu entries by interpolating attacker-controlled directory paths into executed :menu...

7.8CVSS5.8AI score0.00336EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
•added 2026/08/13 7:07 a.m.•12 views

CVE-2026-73077

A vulnerability in Vim's shell script plugins sh.vim, zsh.vim, ps1.vim allows arbitrary code execution if a user selects maliciously crafted text in Visual mode and triggers a keyword lookup, due to improperly escaped shell metacharacters. Mitigation To mitigate this vulnerability, users can...

8.4CVSS6.3AI score0.0014EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
•added 2026/08/13 7:07 a.m.•10 views

CVE-2026-73078

A flaw in Vim's netrw plugin fails to sanitize special characters in directory paths when creating GUI menu entries. Browsing or bookmarking a maliciously crafted path in GUI Vim allows attackers to execute arbitrary OS commands as the running user. Mitigation To mitigate this issue, avoid browsi...

8.8CVSS5.7AI score0.00336EPSS
SaveExploits0References5
Rows per page
Query Builder