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.

Total15,558
Critical940
High3,161
Medium11,246
Reset
Showing 2041-2060 of 15558 records
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
Threat Entry Updated 2026-06-17

CVE-2026-2127 - Siteorigin Widgets Bundle Plugin

The SiteOrigin Widgets Bundle plugin for WordPress is vulnerable to unauthorized arbitrary shortcode execution in all versions up to, and including, 1.70.4. This is due to a missing capability check on the `siteorigin_widget_preview_widget_action()` function which is registered via the `wp_ajax_so_widgets_preview` AJAX action. The function only verifies a nonce (`widgets_action`) but does not check user capabilities. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes by invoking the `SiteOrigin_Widget_Editor_Widget` via the preview endpoint. The required nonce is exposed on the public frontend when the…

PLUGIN Siteorigin Widgets Bundle

CVE-2026-2127

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

CVE-2026-1656 - Business Directory Plugin

The Business Directory Plugin for WordPress is vulnerable to authorization bypass due to a missing authorization check in all versions up to, and including, 6.4.20. This makes it possible for unauthenticated attackers to modify arbitrary listings, including changing titles, content, and email addresses, by directly referencing the listing ID in crafted requests to the wpbdp_ajax AJAX action.

PLUGIN Business Directory

CVE-2026-1656

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

CVE-2026-1649 - Community Events Plugin

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

PLUGIN Community Events

CVE-2026-1649

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

CVE-2026-1938 - Woocommerce Email Customizer Plugin

The YayMail – WooCommerce Email Customizer plugin for WordPress is vulnerable to unauthorized license key deletion due to a missing authorization check on the `/yaymail-license/v1/license/delete` REST endpoint in versions up to, and including, 4.3.2. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to delete the plugin's license key via the '/yaymail-license/v1/license/delete' endpoint granted they can obtain the REST API nonce.

PLUGIN Woocommerce Email Customizer

CVE-2026-1938

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

CVE-2026-1943 - Woocommerce Email Customizer Plugin

The YayMail – WooCommerce Email Customizer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via settings in all versions up to, and including, 4.3.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Shop Manager-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 Woocommerce Email Customizer

CVE-2026-1943

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

CVE-2026-2112 - Dam Spam Plugin

The Dam Spam plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.8. This is due to missing nonce verification on the pending comment deletion action in the cleanup page. This makes it possible for unauthenticated attackers to delete all pending comments via a forged request granted they can trick an admin into performing an action such as clicking on a link.

PLUGIN Dam Spam

CVE-2026-2112

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

CVE-2026-1860 - Kali Forms — Contact Form & Drag-and-Drop Builder Plugin

The Kali Forms plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.4.8. This is due to the `get_items_permissions_check()` permission callback on the `/kaliforms/v1/forms/{id}` REST API endpoint only checking for the `edit_posts` capability without verifying that the requesting user has ownership or authorization over the specific form resource. This makes it possible for authenticated attackers, with Contributor-level access and above, to read form configuration data belonging to other users (including administrators) by enumerating form IDs. Exposed data includes form field structures, Google…

PLUGIN Kali Forms — Contact Form & Drag-and-Drop Builder

CVE-2026-1860

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

CVE-2026-2419 - 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 'download_path' configuration parameter. This is due to insufficient validation of the download path setting, which allows directory traversal sequences to bypass the WP_CONTENT_DIR prefix check. This makes it possible for authenticated attackers, with Administrator-level access and above, to configure the plugin to list and access arbitrary files on the server by exploiting the file browser functionality.

PLUGIN Wp Downloadmanager

CVE-2026-2419

LOW CVSS 2.7 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1655 - Eventprime Event Calendar Management Plugin

The EventPrime plugin for WordPress is vulnerable to unauthorized post modification due to missing authorization checks in all versions up to, and including, 4.2.8.4. This is due to the save_frontend_event_submission function accepting a user-controlled event_id parameter and updating the corresponding event post without enforcing ownership or capability checks. This makes it possible for authenticated (Customer+) attackers to modify posts created by administrators by manipulating the event_id parameter granted they can obtain a valid nonce.

PLUGIN Eventprime Event Calendar Management

CVE-2026-1655

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

CVE-2026-1831 - YayMail – WooCommerce Email Customizer Plugin

The YayMail - WooCommerce Email Customizer plugin for WordPress is vulnerable to unauthorized plugin installation and activation due to missing capability checks on the 'yaymail_install_yaysmtp' AJAX action and `/yaymail/v1/addons/activate` REST endpoint in all versions up to, and including, 4.3.2. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to install and activate the YaySMTP plugin.

PLUGIN YayMail – WooCommerce Email Customizer

CVE-2026-1831

LOW CVSS 2.7 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-1937 - Woocommerce Email Customizer Plugin

The YayMail – WooCommerce Email Customizer plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the `yaymail_import_state` AJAX action in all versions up to, and including, 4.3.2. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.

PLUGIN Woocommerce Email Customizer

CVE-2026-1937

CRITICAL CVSS 9.8 2026-02-18
Threat Entry Updated 2026-06-17

CVE-2026-2296 - Product Addons for Woocommerce – Product Options with Custom Fields Plugin

The Product Addons for Woocommerce – Product Options with Custom Fields plugin for WordPress is vulnerable to Code Injection in all versions up to, and including, 3.1.0. This is due to insufficient input validation of the 'operator' field in conditional logic rules within the evalConditions() function, which passes unsanitized user input directly to PHP's eval() function. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to inject and execute arbitrary PHP code on the server via the conditional logic 'operator' parameter when saving addon form field…

PLUGIN Product Addons for Woocommerce – Product Options with Custom Fields

CVE-2026-2296

HIGH CVSS 7.2 2026-02-18
Scroll to top