Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total18,432
Critical1,287
High4,421
Medium12,480
Reset
Showing 3981-4000 of 18432 records
Threat Entry Updated 2026-06-17

CVE-2026-22390 - Builderall Builder for WordPress Plugin

Improper Control of Generation of Code ('Code Injection') vulnerability in Builderall Builderall Builder for WordPress builderall-cheetah-for-wp allows Code Injection.This issue affects Builderall Builder for WordPress: from n/a through

PLUGIN Builderall Builder for WordPress

CVE-2026-22390

CRITICAL CVSS 9.9 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22395 - Fiorello Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Fiorello fiorello allows PHP Local File Inclusion.This issue affects Fiorello: from n/a through

PLUGIN Fiorello

CVE-2026-22395

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22394 - Evently Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Evently evently allows PHP Local File Inclusion.This issue affects Evently: from n/a through

PLUGIN Evently

CVE-2026-22394

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22392 - Cortex Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Cortex cortex allows PHP Local File Inclusion.This issue affects Cortex: from n/a through

PLUGIN Cortex

CVE-2026-22392

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22389 - Cocco Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Cocco cocco allows PHP Local File Inclusion.This issue affects Cocco: from n/a through

PLUGIN Cocco

CVE-2026-22389

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22387 - Aviana Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Aviana aviana allows PHP Local File Inclusion.This issue affects Aviana: from n/a through

PLUGIN Aviana

CVE-2026-22387

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-22385 - Wolmart Plugin

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in don-themes Wolmart wolmart allows PHP Local File Inclusion.This issue affects Wolmart: from n/a through

PLUGIN Wolmart

CVE-2026-22385

HIGH CVSS 8.1 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-3523 - Apocalypse Meow Plugin

The Apocalypse Meow plugin for WordPress is vulnerable to SQL Injection via the 'type' parameter in all versions up to, and including, 22.1.0. This is due to a flawed logical operator in the type validation check on line 261 of ajax.php — the condition uses `&&` (AND) instead of `||` (OR), causing the `in_array()` validation to be short-circuited and never evaluated for any non-empty type value. Combined with `stripslashes_deep()` being called on line 101 which removes `wp_magic_quotes()` protection, attacker-controlled single quotes pass through unescaped into the SQL query on line…

PLUGIN Apocalypse Meow

CVE-2026-3523

MEDIUM CVSS 4.9 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-2899 - Fluent Forms Pro Add On Pack Plugin

The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.1.17. This is due to the `deleteFile()` method in the `Uploader` class lacking nonce verification and capability checks. The AJAX action is registered via `addPublicAjaxAction()` which creates both `wp_ajax_` and `wp_ajax_nopriv_` hooks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress media attachments via the `attachment_id` parameter. Note: The researcher described file deletion via the `path` parameter using `sanitize_file_name()`, but the actual code uses `Protector::decrypt()` for…

PLUGIN Fluent Forms Pro Add On Pack

CVE-2026-2899

MEDIUM CVSS 6.5 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-3034 - Ooohboi Steroids For Elementor Plugin

The OoohBoi Steroids for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the _ob_spacerat_link, _ob_bbad_link, and _ob_teleporter_link URL parameters in all versions up to, and including, 2.1.24. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user clicks on the injected element.

PLUGIN Ooohboi Steroids For Elementor

CVE-2026-3034

MEDIUM CVSS 6.4 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-2365 - Fluent Forms Pro Add On Pack Plugin

The Fluent Forms Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `fluentform_step_form_save_data` AJAX action in all versions up to, and including, 6.1.17. This is due to the draft form submission endpoint being publicly accessible without authentication or nonce verification, combined with insufficient input sanitization and output escaping of form field data. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever an administrator views a partial form entry.

PLUGIN Fluent Forms Pro Add On Pack

CVE-2026-2365

HIGH CVSS 7.2 2026-03-05
Threat Entry Updated 2026-06-17

CVE-2026-2355 - My Calendar – Accessible Event Manager Plugin

The My Calendar – Accessible Event Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `template` attribute of the `[my_calendar_upcoming]` shortcode in all versions up to, and including, 3.7.3. This is due to the use of `stripcslashes()` on user-supplied shortcode attribute values in the `mc_draw_template()` function, which decodes C-style hex escape sequences (e.g., `\x3c` to `

PLUGIN My Calendar – Accessible Event Manager

CVE-2026-2355

MEDIUM CVSS 6.4 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-3058 - Seraphinite Accelerator Plugin

The Seraphinite Accelerator plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.28.14 via the `seraph_accel_api` AJAX action with `fn=GetData`. This is due to the `OnAdminApi_GetData()` function not performing any capability checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve sensitive operational data including cache status, scheduled task information, and external database state.

PLUGIN Seraphinite Accelerator

CVE-2026-3058

MEDIUM CVSS 4.3 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-3056 - Seraphinite Accelerator Plugin

The Seraphinite Accelerator plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `seraph_accel_api` AJAX action with `fn=LogClear` in all versions up to, and including, 2.28.14. This makes it possible for authenticated attackers, with Subscriber-level access and above, to clear the plugin's debug/operational logs.

PLUGIN Seraphinite Accelerator

CVE-2026-3056

MEDIUM CVSS 4.3 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-1674 - And Custom Form Builder Plugin

The Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder plugin for WordPress is vulnerable to unauthorized modification of data due to missing authorization within the save_gutena_forms_schema() function in all versions up to, and including, 1.6.0. This makes it possible for authenticated attackers, with Contributor-level access and above, to update option values to a structured array value on the WordPress site. This can be leveraged to update an option that would create an error on the site and deny service to legitimate users or…

PLUGIN And Custom Form Builder

CVE-2026-1674

MEDIUM CVSS 6.5 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-1706 - All In One Video Gallery Plugin

The All-in-One Video Gallery plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'vi' parameter in all versions up to, and including, 4.7.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

PLUGIN All In One Video Gallery

CVE-2026-1706

MEDIUM CVSS 6.1 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-1236 - Envira Gallery – Image Photo Gallery, Albums, Video Gallery, Slideshows & More Plugin

The Envira Gallery for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'justified_gallery_theme' parameter in all versions up to, and including, 1.12.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Envira Gallery – Image Photo Gallery, Albums, Video Gallery, Slideshows & More

CVE-2026-1236

MEDIUM CVSS 6.4 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-2363 - WP-Members Membership Plugin

The WP-Members Membership Plugin plugin for WordPress is vulnerable to SQL Injection via the 'order_by' attribute of the [wpmem_user_membership_posts] shortcode in all versions up to, and including, 3.5.5.1. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

PLUGIN WP-Members Membership Plugin

CVE-2026-2363

MEDIUM CVSS 6.5 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-2732 - Enable Media Replace Plugin

The Enable Media Replace plugin for WordPress is vulnerable to unauthorized modification of data due to an improper capability check on the 'RemoveBackGroundViewController::load' function in all versions up to, and including, 4.1.7. This makes it possible for authenticated attackers, with Author-level access and above, to replace any attachment with a removed background attachment.

PLUGIN Enable Media Replace

CVE-2026-2732

MEDIUM CVSS 5.4 2026-03-04
Threat Entry Updated 2026-06-17

CVE-2026-2025 - Mail Mint Plugin

The Mail Mint WordPress plugin before 1.19.5 does not have authorization in one of its REST API endpoint, allowing unauthenticated users to call it and retrieve the email addresses of users on the blog

PLUGIN Mail Mint

CVE-2026-2025

HIGH CVSS 7.5 2026-03-04
Scroll to top