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,472
Critical1,289
High4,429
Medium12,503
Reset
Showing 4361-4380 of 18472 records
Threat Entry Updated 2026-02-19

CVE-2025-11754 - Gdpr Cookie Consent Plugin

The GDPR Cookie Consent plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'gdpr/v1/settings' REST API endpoint in all versions up to, and including, 4.1.2. This makes it possible for unauthenticated attackers to retrieve sensitive plugin settings including API tokens, email addresses, account IDs, and site keys.

PLUGIN Gdpr Cookie Consent

CVE-2025-11754

HIGH CVSS 7.5 2026-02-19
Threat Entry Updated 2026-02-19

CVE-2025-11725 - Aruba Hispeed Cache Plugin

The Aruba HiSpeed Cache plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability checks on the multiple functions in all versions up to, and including, 3.0.2. This makes it possible for unauthenticated attackers to modify plugin's configuration settings, enable or disable features, as well as enable/disable WordPress cron jobs or debug mode

PLUGIN Aruba Hispeed Cache

CVE-2025-11725

MEDIUM CVSS 6.5 2026-02-19
Threat Entry Updated 2026-02-19

CVE-2025-12027 - Mesmerize Companion Plugin

The Mesmerize Companion plugin for WordPress is vulnerable to unauthorized access and modification of data due to a missing capability check on the "openPageInCustomizer" and "openPageInDefaultEditor" functions in all versions up to, and including, 1.6.158. This makes it possible for authenticated attackers - with subscriber level access and above, on websites with the Mesmerize theme activated - to mark arbitrary pages as maintainable, wrap their content in custom sections, change page template metadata, and toggle the default editor flag without proper authorization.

PLUGIN Mesmerize Companion

CVE-2025-12027

MEDIUM CVSS 4.3 2026-02-19
Threat Entry Updated 2026-02-19

CVE-2025-11706 - Aruba Hispeed Cache Plugin

The Aruba HiSpeed Cache plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the dbstatus parameter in all versions up to, and including, 3.0.2 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 Aruba Hispeed Cache

CVE-2025-11706

MEDIUM CVSS 6.1 2026-02-19
Threat Entry Updated 2026-06-17

CVE-2026-2230 - Booking Calendar Plugin

The Booking Calendar plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 10.14.14 via the handle_ajax_save function due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Subscriber-level access and above, and booking permissions granted by an Administrator, to modify other users' plugin settings, such as booking calendar display options, which can disrupt the booking calendar functionality for the targeted user.

PLUGIN Booking Calendar

CVE-2026-2230

MEDIUM CVSS 4.3 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1426 - Advanced Ajax Product Filters Plugin

The Advanced AJAX Product Filters plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.9.6 via deserialization of untrusted input in the shortcode_check function within the Live Composer compatibility layer. This makes it possible for authenticated attackers, with Author-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is…

PLUGIN Advanced Ajax Product Filters

CVE-2026-1426

HIGH CVSS 8.8 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1404 - Ultimate Member Plugin

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the filter parameters (e.g., 'filter_first_name') in all versions up to, and including, 2.11.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 Ultimate Member

CVE-2026-1404

MEDIUM CVSS 6.1 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-2386 - The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce Theme

The The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 6.4.7. This is due to the tpae_create_page() AJAX handler authorizing users only with current_user_can('edit_posts') while accepting a user-controlled 'post_type' value passed directly to wp_insert_post() without post-type-specific capability checks. This makes it possible for authenticated attackers, with Author-level access and above, to create arbitrary draft posts for restricted post types (e.g., 'page' and 'nxt_builder') via the 'post_type' parameter.

THEME The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce

CVE-2026-2386

MEDIUM CVSS 4.3 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1317 - Wp Ultimate Csv Importer Plugin

The WP Import – Ultimate CSV XML Importer for WordPress plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 7.37. This is due to insufficient escaping on the `file_name` parameter which is stored in the database during file upload and later used in raw SQL queries without proper sanitization. This makes it possible for authenticated attackers with Subscriber-level access or higher to append additional SQL queries into already existing queries via a malicious filename, which can be used to extract sensitive information from the…

PLUGIN Wp Ultimate Csv Importer

CVE-2026-1317

MEDIUM CVSS 6.5 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1582 - Wp All Export Plugin

The WP All Export plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.14 via the export download endpoint. This is due to a PHP type juggling vulnerability in the security token comparison which uses loose comparison (==) instead of strict comparison (===). This makes it possible for unauthenticated attackers to bypass authentication using "magic hash" values when the expected MD5 hash prefix happens to be numeric-looking (matching pattern ^0e\d+$), allowing download of sensitive export files containing PII, business data, or database information.

PLUGIN Wp All Export

CVE-2026-1582

LOW CVSS 3.7 2026-02-18
Threat Entry Updated 2026-02-18

CVE-2025-8781 - Wordpress Appointment Booking Plugin

The Bookster – WordPress Appointment Booking Plugin plugin for WordPress is vulnerable to SQL Injection via the ‘raw’ parameter in all versions up to, and including, 2.1.1 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 Administrator-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 Wordpress Appointment Booking

CVE-2025-8781

MEDIUM CVSS 4.9 2026-02-18
Threat Entry Updated 2026-02-18

CVE-2025-14799 - Mailin Plugin

The Brevo - Email, SMS, Web Push, Chat, and more. plugin for WordPress is vulnerable to authorization bypass due to type juggling in all versions up to, and including, 3.3.0. This is due to the use of loose comparison (==) instead of strict comparison (===) when validating the installation ID in the `/wp-json/mailin/v1/mailin_disconnect` REST API endpoint. This makes it possible for unauthenticated attackers to disconnect the Brevo integration, delete the API key, remove all subscription forms, and reset plugin settings by sending a boolean `true` value for the `id` parameter,…

PLUGIN Mailin

CVE-2025-14799

MEDIUM CVSS 6.5 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-2426 - Wp Downloadmanager Plugin

The WP-DownloadManager plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.69 via the 'file' parameter in the file deletion functionality. This is due to insufficient validation of user-supplied file paths, allowing directory traversal sequences. This makes it possible for authenticated attackers, with Administrator-level access and above, to delete arbitrary files on the server, which can lead to remote code execution when critical files like wp-config.php are deleted.

PLUGIN Wp Downloadmanager

CVE-2026-2426

MEDIUM CVSS 6.5 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1942 - Blog2Social: Social Media Auto Post & Scheduler Plugin

The Blog2Social: Social Media Auto Post & Scheduler plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the b2s_curation_draft AJAX action in all versions up to, and including, 8.7.4. The curationDraft() function only verifies current_user_can('read') without checking whether the user has edit_post permission for the target post. Combined with the plugin granting UI access and nonce exposure to all roles, this makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the title and content of arbitrary posts and…

PLUGIN Blog2Social: Social Media Auto Post & Scheduler

CVE-2026-1942

MEDIUM CVSS 6.5 2026-02-18
Threat Entry Updated 2026-02-18

CVE-2025-14444 - Custom Registration Form Builder With Submission Manager Plugin

The RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login plugin for WordPress is vulnerable to payment bypass due to insufficient verification of data authenticity on the 'process_paypal_sdk_payment' function in all versions up to, and including, 6.0.6.9. This is due to the plugin trusting client-supplied values for payment verification without validating that the payment actually went through PayPal. This makes it possible for unauthenticated attackers to bypass paid registration by manipulating payment status and activating their account without completing a real PayPal payment.

PLUGIN Custom Registration Form Builder With Submission Manager

CVE-2025-14444

MEDIUM CVSS 5.3 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-2126 - User Submitted Posts Plugin

The User Submitted Posts – Enable Users to Submit Posts from the Front End plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 20260113. This is due to the `usp_get_submitted_category()` function accepting user-submitted category IDs from the POST body without validating them against the admin-configured allowed categories stored in `usp_options['categories']`. This makes it possible for unauthenticated attackers to assign submitted posts to arbitrary categories, including restricted ones, by crafting a direct POST request with manipulated `user-submitted-category[]` values, bypassing the frontend category restrictions.

PLUGIN User Submitted Posts

CVE-2026-2126

MEDIUM CVSS 5.3 2026-02-18
Threat Entry Updated 2026-02-18

CVE-2025-13727 - Video Share Vod Plugin

The Video Share VOD – Turnkey Video Site Builder Script plugin for WordPress is vulnerable to Stored Cross-Site Scripting via plugin settings in all versions up to, and including, 2.7.11 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with editor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN Video Share Vod

CVE-2025-13727

MEDIUM CVSS 4.4 2026-02-18
Threat Entry Updated 2026-02-18

CVE-2025-11185 - Complianz Gdpr Plugin

The Complianz – GDPR/CCPA Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's cmplz-accept-link shortcode in all versions up to, and including, 7.4.3 due to insufficient input sanitization and output escaping on user supplied attributes. 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 accesses an injected page.

PLUGIN Complianz Gdpr

CVE-2025-11185

MEDIUM CVSS 6.4 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-2495 - Editorial And Project Management Plugin

The WPNakama – Team and multi-Client Collaboration, Editorial and Project Management plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the '/wp-json/WPNakama/v1/boards' REST API endpoint in all versions up to, and including, 0.6.5. 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 unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

PLUGIN Editorial And Project Management

CVE-2026-2495

HIGH CVSS 7.5 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1941 - Wp Event Aggregator Plugin

The WP Event Aggregator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'wp_events' shortcode in all versions up to, and including, 1.8.7 due to insufficient input sanitization and output escaping on user supplied attributes. 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 accesses an injected page.

PLUGIN Wp Event Aggregator

CVE-2026-1941

MEDIUM CVSS 6.4 2026-02-18
Scroll to top