Total CVEs

140,167

Critical Severity

3,700

High Severity

13,319

Last 7 Days

1,712
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 441 - 460 of 36,572 CVEs
CVE-2026-57453 HIGH - 7.3

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

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-57452 MEDIUM - 5.5

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

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-57451 MEDIUM - 6.1

Vim is an open source, command line text editor. Prior to 9.2.0670, get_text_props() 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 textprop_T entries that follow. The only check is a floor that guarantees room for a sin...

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-57438 MEDIUM - 6.6

Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, XInclude substitution performed by Nokogiri::XML::Node#do_xinclude replaced each <xi:include> in place, freeing the include node along with its children (such as <xi:fallback> and its desc...

Vendor: nokogiri
Product: nokogiri
Published: Jun 25, 2026
Source: NVD
CVE-2026-55895 HIGH - 7.8

Vim is an open source, command line text editor. Prior to 9.2.0663, a Vimscript code injection vulnerability exists in s:NetrwLocalRmFile() in the netrw plugin (runtime/pack/dist/opt/netrw/autoload/netrw.vim) when deleting a local file from the browser. A filename derived from the buffer's dire...

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-55892 MEDIUM - 5.5

Vim is an open source, command line text editor. Prior to 9.2.0662, the dump_prefixes() function in src/spell.c walks a spell-file prefix trie iteratively with a depth counter while dumping the prefixes that apply to a word. The counter is bounded only by the trie structure itself; it is never check...

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-55693 HIGH - 7.8

Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() 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 checke...

Vendor: vim
Product: vim
Published: Jun 25, 2026
Source: NVD
CVE-2026-55477 HIGH - 7.2

3X-UI is a web control panel for managing Xray-core servers. Prior to 3.3.1, an authenticated administrator can abuse the database import functionality to achieve arbitrary file write on the host by modifying Xray configuration values stored in the database. This can be leveraged to obtain code exec...

Vendor: MHSanaei
Product: 3x-ui
Published: Jun 25, 2026
Source: NVD
CVE-2026-54036 MEDIUM - 5.3

LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, the GET /api/auth/2fa/enable endpoint can be called by an authenticated user (or attacker with a stolen session) even when 2FA is already fully enabled on the account. This endpoint overwrites the existin...

Vendor: danny-avila
Product: LibreChat
Published: Jun 25, 2026
Source: NVD

Missing authentication for critical function vulnerability in HYPR Passwordless on Windows allows Credentials Interception. This issue affects HYPR Passwordless: before 11.1.1.

Published: Jun 25, 2026
Source: NVD
CVE-2026-48946 MEDIUM - 6.3

The K2 frontend article-attachment upload path accepts files whose extension is `.php`, and Apache's standard mod_php matches `\.php$` and executes them under the K2 web user. A K2 Author can upload a `shell.php`, then fetch `/media/k2/attachments/shell.php` and execute arbitrary PHP code in th...

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-48945 MEDIUM - 5.3

The K2 article gallery upload path accepts a zip/tar archive, extracts it under `/media/k2/galleries/<id>/`, and only renames image files (gif/jpg/jpeg/png/webp) to safe names โ€” non-image files (including `.php`) are extracted as-is and remain executable via direct HTTP access.

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-48944 MEDIUM - 6.5

The K2 frontend article-save handler accepts an `attachment[N][existing]` POST field that is concatenated with `JPATH_SITE/` and passed to `JFile::copy()`. `JPath::clean` does NOT strip `..`, and there is no allow-list of source paths. An Author can therefore copy `configuration.php` (or any other f...

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-48943 MEDIUM - 6.5

K2 โ‰ค 2.24 contains a mass-assignment defect in the K2 system user plugin `plg_user_k2`. A Registered Joomla user, by including the field `K2UserForm=1` in a standard `com_users` `profile.save` POST, can write arbitrary values into the `notes`, `image`, and `plugins` columns of their own row in the `...

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-48942 MEDIUM - 6.1

K2 โ‰ค 2.26 renders the `#__k2_users.image` column directly into HTML `src` attributes via two distinct templates, in both cases without HTML escaping.

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-48941 MEDIUM - 6.5

The K2 frontend `item.checkin` task accepts an unauthenticated `sigProFolder` query parameter and uses it directly to address a `JFolder::delete()` call under `/media/k2/galleries/`

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD

A Joomla user with K2 "create item" rights (Author tier by default) can submit an article whose `embedVideo` POST field contains a raw `<script>` tag; K2 stores it verbatim and renders it unescaped to any visitor of the article page.

Vendor: getk2.com
Product: K2 extension for Joomla
Published: Jun 25, 2026
Source: NVD
CVE-2026-12844 HIGH - 7.5

List::SomeUtils::XS versions before 0.59 for Perl have a heap buffer overflow in the pairwise function. pairwise() collects the values returned by the block into a heap buffer sized to the longer input array, then grows the buffer before each copy with a single quadrupling (alloc <<= 2) inste...

Vendor: DROLSKY
Product: List::SomeUtils::XS
Published: Jun 25, 2026
Source: NVD

Improper bounds validation in EmberZNet SDK versions 9.0.2 and earlier may result in crashes or dynamic memory leakage.

Published: Jun 25, 2026
Source: NVD

A SQL injection vulnerability in Nessus allows an attacker to craft a malicious scan result file that, when imported by a privileged user, injects malicious SQL into the scan results database, potentially enabling exfiltration of scan-result data.

Vendor: tenable
Product: Nessus
Published: Jun 25, 2026
Source: NVD