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,479
Critical934
High3,137
Medium11,193
Reset
Showing 1121-1140 of 15479 records
Threat Entry Updated 2026-06-17

CVE-2026-32834 - Easy Paypal Events Tickets Plugin

Easy PayPal Events & Tickets plugin for WordPress before version 1.4 contains a hardcoded authentication bypass vulnerability in the QR code scanning functionality that allows unauthenticated remote attackers to bypass hash verification by supplying 'test' as the hash parameter. Attackers can access the vulnerable endpoint via the add_wpeevent_button_qr action to retrieve sensitive order details including PayPal transaction IDs, customer email addresses, purchase amounts, and ticket information for any order with a known or guessed post ID.

PLUGIN Easy Paypal Events Tickets

CVE-2026-32834

HIGH CVSS 8.7 2026-05-04
Threat Entry Updated 2026-06-17

CVE-2026-5335 - Before 1 Plugin

The Magic Export & Import WordPress plugin before 1.2.0 stores exported CSV files at a publicly accessible location, making it possible for any visitors to leak sensitive user information.

PLUGIN Before 1

CVE-2026-5335

MEDIUM CVSS 5.3 2026-05-04
Threat Entry Updated 2026-06-17

CVE-2026-5337 - This Vulnerability Exists Because The Frontend File Manager Plugin

During the analysis, it was identified that authenticated attackers with Subscriber-level access or higher are able to perform an Insecure Direct Object Reference (IDOR) attack. This vulnerability exists because the Frontend File Manager Plugin WordPress plugin through 23.6 does not properly validate user authorization for the requested uploaded file when processing download requests. By modifying the value of the 'file_id' parameter in the download endpoint (e.g., http://localhost/?do=wpfm_download&file_id=40&nm_file_nonce=a36fb893f1), an attacker can access files belonging to other users, including privileged users such as administrators. This allows unauthorized access/read to sensitive data stored…

PLUGIN This Vulnerability Exists Because The Frontend File Manager

CVE-2026-5337

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

CVE-2026-5063 - Ultimate Forms Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via POST parameter key names in the submit_nex_form() function in versions up to, and including, 9.1.11 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Ultimate Forms

CVE-2026-5063

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

CVE-2026-2554 - Wc Frontend Manager Plugin

The WCFM – Frontend Manager for WooCommerce along with Bookings Subscription Listings Compatible plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 6.7.25 via the 'wcfm_delete_wcfm_customer' due to missing validation on the 'customerid' user controlled key. This makes it possible for authenticated attackers, with Vendor-level access and above, to delete arbitrary users, including Administrators.

PLUGIN Wc Frontend Manager

CVE-2026-2554

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

CVE-2026-0703 - Woo Thank You Page Nextmove Lite Plugin

The NextMove Lite – Thank You Page for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'xlwcty_current_date' shortcode in all versions up to, and including, 2.23.0 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 Woo Thank You Page Nextmove Lite

CVE-2026-0703

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

CVE-2026-3504 - Dokan Lite Plugin

The Dokan: AI Powered WooCommerce Multivendor Marketplace Solution plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.3.1 via the '/dokan/v1/stores/{id}/reviews' REST API endpoint. This is due to the 'prepare_reviews_for_response' method including reviewer email addresses, usernames, and user IDs in the API response. This makes it possible for unauthenticated attackers to extract email addresses, usernames, and user IDs of all customers who left reviews on any vendor's store. The Pro version of the plugin must be installed and activated, with store reviews enabled,…

PLUGIN Dokan Lite

CVE-2026-3504

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

CVE-2026-6817 - Quiz Maker By Ays Plugin

The Quiz Maker by AYS plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'rate_reason' parameter in all versions up to, and including, 6.7.1.29 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Quiz Maker By Ays

CVE-2026-6817

MEDIUM CVSS 5.8 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-6320 - Free Version Plugin

The Salon Booking System – Free Version plugin for WordPress is vulnerable to Arbitrary File Read in versions up to, and including, 10.30.25. This is due to the public booking flow accepting attacker-controlled file-field values and later using those stored values as trusted paths for email attachments. This makes it possible for unauthenticated attackers to read arbitrary local files and exfiltrate them via booking confirmation email attachments.

PLUGIN Free Version

CVE-2026-6320

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

CVE-2026-4062 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'object_ids' and 'exclude_object_ids' parameters in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective because the values are placed in an unquoted `IN(...)` / `NOT IN(...)` SQL context — `esc_sql()` only escapes quote characters and provides no protection against parenthesis or SQL keyword injection. Additionally, while a numeric-only sanitizer…

PLUGIN Geo Mashup

CVE-2026-4062

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

CVE-2026-4061 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'map_post_type' parameter in all versions up to, and including, 1.13.18. This is due to the `SearchResults` hook explicitly calling `stripslashes_deep($_POST)` which removes WordPress magic quotes protection, followed by the unsanitized `map_post_type` value being concatenated into an `IN(...)` clause without `esc_sql()` or `$wpdb->prepare()`. The 'any' branch of the same code correctly applies `array_map('esc_sql', ...)`, but the else branch does not. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that…

PLUGIN Geo Mashup

CVE-2026-4061

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

CVE-2026-4100 - Paid Memberships Pro Plugin

The Paid Memberships Pro plugin for WordPress is vulnerable to unauthorized modification and disruption of Stripe webhook configuration in all versions up to, and including, 3.6.5. This is due to missing capability checks on the `wp_ajax_pmpro_stripe_create_webhook`, `wp_ajax_pmpro_stripe_delete_webhook`, and `wp_ajax_pmpro_stripe_rebuild_webhook` AJAX handlers. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete, create, or rebuild the site's Stripe webhook, disrupting all payment processing, subscription renewal synchronization, cancellation handling, and failed payment management.

PLUGIN Paid Memberships Pro

CVE-2026-4100

HIGH CVSS 7.1 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-4790 - Widgets Plugin

The Premium Addons for Elementor – Powerful Elementor Templates & Widgets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'custom_svg' parameter in versions up to, and including, 4.11.70 due to insufficient input sanitization and output escaping. 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 Widgets

CVE-2026-4790

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

CVE-2026-4060 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'sort' parameter in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective in the `ORDER BY` context because the value is not enclosed in quotes. Additionally, while a `sanitize_sort_arg()` allowlist-based sanitizer was added in version 1.13.18, it is only applied in the AJAX code path (`sanitize_query_args()`) and not in…

PLUGIN Geo Mashup

CVE-2026-4060

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

CVE-2026-5324 - Page Builder Plugin

The Brizy – Page Builder plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting in all versions up to, and including, 2.8.11 This is due to a combination of missing nonce verification for unauthenticated form submissions, insufficient handling of FileUpload fields when no file is uploaded, and the reversal of security encoding via html_entity_decode() followed by unescaped output in the admin view. The submit_form() function skips nonce verification for non-logged-in users (api.php:198). The handleFileTypeFields() function fails to overwrite user-supplied values when no file is attached. While htmlentities() is applied…

PLUGIN Page Builder

CVE-2026-5324

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

CVE-2026-4024 - Royal Elementor Addons Plugin

The Royal Addons for Elementor plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `wpr_update_form_action_meta` AJAX action in all versions up to, and including, 1.7.1056. The handler is registered on both `wp_ajax` and `wp_ajax_nopriv` hooks, making it accessible to unauthenticated users. Although a nonce is verified, the nonce (`wpr-addons-js`) is publicly exposed in frontend JavaScript via `WprConfig.nonce` on any page that loads Royal Addons widgets, rendering the protection ineffective. The endpoint also lacks any capability or ownership checks and directly calls…

PLUGIN Royal Elementor Addons

CVE-2026-4024

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

CVE-2026-7649 - Armember Membership Plugin

The ARMember – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'orderby' parameter in all versions up to, and including, 4.0.60 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 Armember Membership

CVE-2026-7649

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

CVE-2026-2052 - Widget Options Plugin

The Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 4.2.2 via the Display Logic feature. This is due to the plugin using eval() on user-supplied Display Logic expressions with an insufficient blocklist/allowlist that can be bypassed using array_map with string concatenation, combined with a lack of authorization enforcement on the extended_widget_opts_block attribute. This makes it possible for authenticated attackers, with Contributor-level access and above, to execute code on the server.…

PLUGIN Widget Options

CVE-2026-2052

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

CVE-2026-6229 - Royal Elementor Addons Plugin

The Royal Elementor Addons plugin for WordPress is vulnerable to Server-Side Request Forgery in versions up to, and including, 1.7.1057. This is due to insufficient validation of user-supplied URLs in the render_csv_data() function, which can be bypassed by including 'docs.google.com/spreadsheets' in a query parameter, and the subsequent use of these URLs in fopen() calls without blocking internal or private network addresses. This makes it possible for authenticated attackers, with Contributor-level access and above, to make requests to arbitrary URLs and retrieve sensitive information from internal services.

PLUGIN Royal Elementor Addons

CVE-2026-6229

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

CVE-2026-6457 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'geo_mashup_null_fields' parameter in all versions up to, and including, 1.13.19 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 subscriber-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 Geo Mashup

CVE-2026-6457

MEDIUM CVSS 6.5 2026-05-02
Scroll to top