Total CVEs

113,583

Critical Severity

1,056

High Severity

3,313

Last 7 Days

950
Quick preset (or use dates below)
Clear Filters
📅 Showing Year: 2026 (January 1 - December 31, 2026) View All Years →
Showing 41 - 60 of 9,988 CVEs
CVE-2025-13673 HIGH - 7.5

The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to SQL Injection via the 'coupon_code' parameter in all versions up to, and including, 3.9.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existin...

Vendor: themeum
Product: Tutor LMS – eLearning and online course solution
Published: Feb 28, 2026
Source: NVD
CVE-2026-2471 HIGH - 7.5

The WP Mail Logging plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.15.0 via deserialization of untrusted input from the email log message field. This is due to the `BaseModel` class constructor calling `maybe_unserialize()` on all properties retrie...

Published: Feb 28, 2026
Source: NVD

The Super Stage WP WordPress plugin through 1.0.1 unserializes user input via REQUEST, which could allow unauthenticated users to perform PHP Object Injection when a suitable gadget is present on the blog.

Published: Feb 28, 2026
Source: NVD

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

Published: Feb 27, 2026
Source: NVD

openDCIM version 23.04, through commit 4467e9c4, contains an OS command injection vulnerability in report_network_map.php. The application retrieves the 'dot' configuration parameter from the database and passes it directly to exec() without validation or sanitation. If an attacker can mod...

Vendor: openDCIM
Product: openDCIM
Published: Feb 27, 2026
Source: NVD

openDCIM version 23.04, through commit 4467e9c4, contains a SQL injection vulnerability in Config::UpdateParameter. The install.php and container-install.php handlers pass user-supplied input directly into SQL statements using string interpolation without prepared statements or proper input sanitati...

Vendor: openDCIM
Product: openDCIM
Published: Feb 27, 2026
Source: NVD

openDCIM version 23.04, through commit 4467e9c4, contains a missing authorization vulnerability in install.php and container-install.php. The installer and upgrade handler expose LDAP configuration functionality without enforcing application role checks. Any authenticated user can access this functi...

Vendor: openDCIM
Product: openDCIM
Published: Feb 27, 2026
Source: NVD
CVE-2026-28426 HIGH - 8.7

Statmatic is a Laravel and Git powered content management system (CMS). Prior to versions 5.73.11 and 6.4.0, stored XSS vulnerability in svg and icon related components allow authenticated users with appropriate permissions to inject malicious JavaScript that executes when viewed by higher-privilege...

Vendor: statamic
Product: cms
Published: Feb 27, 2026
Source: NVD
CVE-2026-28425 HIGH - 8.0

Statmatic is a Laravel and Git powered content management system (CMS). Prior to versions 5.73.11 and 6.4.0, an authenticated control panel user with access to Antlers-enabled inputs may be able to achieve remote code execution in the application context. That can lead to full compromise of the appl...

Vendor: statamic
Product: cms
Published: Feb 27, 2026
Source: NVD
CVE-2026-28424 MEDIUM - 6.5

Statmatic is a Laravel and Git powered content management system (CMS). Prior to versions 5.73.11 and 6.4.0, user email addresses were included in responses from the user fieldtype’s data endpoint for control panel users who did not have the "view users" permission. This has been fixed in ...

Vendor: statamic
Product: cms
Published: Feb 27, 2026
Source: NVD
CVE-2026-28423 MEDIUM - 6.8

Statmatic is a Laravel and Git powered content management system (CMS). Prior to versions 5.73.11 and 6.4.0, when Glide image manipulation is used in insecure mode (which is not the default), the image proxy can be abused by an unauthenticated user to make the server send HTTP requests to arbitrary ...

Vendor: statamic
Product: cms
Published: Feb 27, 2026
Source: NVD

Featured Image from Content (featured-image-from-content) WordPress plugin versions prior to 1.7 contain an authenticated server-side request forgery vulnerability that allows Author-level users to fetch internal HTTP resources. Attackers can exploit insecure URL fetching and file write operations t...

Vendor: Dhrumil Kumbhani
Product: Featured Image from Content
Published: Feb 27, 2026
Source: NVD

Vim is an open source, command line text editor. Prior to version 9.2.0078, a stack-buffer-overflow occurs in `build_stl_str_hl()` when rendering a statusline with a multi-byte fill character on a very wide terminal. Version 9.2.0078 patches the issue.

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28421 MEDIUM - 5.3

Vim is an open source, command line text editor. Versions prior to 9.2.0077 have a heap-buffer-overflow and a segmentation fault (SEGV) exist in Vim's swap file recovery logic. Both are caused by unvalidated fields read from crafted pointer blocks within a swap file. Version 9.2.0077 fixes the ...

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28420 MEDIUM - 4.4

Vim is an open source, command line text editor. Prior to version 9.2.0076, a heap-based buffer overflow WRITE and an out-of-bounds READ exist in Vim's terminal emulator when processing maximum combining characters from Unicode supplementary planes. Version 9.2.0076 fixes the issue.

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28419 MEDIUM - 5.3

Vim is an open source, command line text editor. Prior to version 9.2.0075, a heap-based buffer underflow exists in Vim's Emacs-style tags file parsing logic. When processing a malformed tags file where a delimiter appears at the start of a line, Vim attempts to read memory immediately precedin...

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28418 MEDIUM - 4.4

Vim is an open source, command line text editor. Prior to version 9.2.0074, a heap-based buffer overflow out-of-bounds read exists in Vim's Emacs-style tags file parsing logic. When processing a malformed tags file, Vim can be tricked into reading up to 7 bytes beyond the allocated memory bound...

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28417 MEDIUM - 4.4

Vim is an open source, command line text editor. Prior to version 9.2.0073, an OS command injection vulnerability exists in the `netrw` standard plugin bundled with Vim. By inducing a user to open a crafted URL (e.g., using the `scp://` protocol handler), an attacker can execute arbitrary shell comm...

Vendor: vim
Product: vim
Published: Feb 27, 2026
Source: NVD
CVE-2026-28416 HIGH - 8.2

Gradio is an open-source Python package designed for quick prototyping. Prior to version 6.6.0, a Server-Side Request Forgery (SSRF) vulnerability in Gradio allows an attacker to make arbitrary HTTP requests from a victim's server by hosting a malicious Gradio Space. When a victim application u...

Vendor: gradio-app
Product: gradio
Published: Feb 27, 2026
Source: NVD
CVE-2026-28415 MEDIUM - 4.3

Gradio is an open-source Python package designed for quick prototyping. Prior to version 6.6.0, the _redirect_to_target() function in Gradio's OAuth flow accepts an unvalidated _target_url query parameter, allowing redirection to arbitrary external URLs. This affects the /logout and /login/call...

Vendor: gradio-app
Product: gradio
Published: Feb 27, 2026
Source: NVD