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.

Total12,246
Critical0
High0
Medium12,246
Reset
Showing 461-480 of 12246 records
Threat Entry Updated 2026-06-25

CVE-2026-6292 - Mp Customize Login Page Plugin

The MP Customize Login Page plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) in all versions up to and including 1.0. This is due to a completely broken nonce validation in the enter_mpclp_login_options() function, which contains an inverted check (if wp_verify_nonce(...) { return false; }) and is missing the required action parameter for wp_verify_nonce(). As a result, the nonce check is effectively dead code: it never blocks malicious requests because a CSRF-supplied empty/invalid nonce always returns false, satisfying the inverted condition to continue execution. Furthermore, the settings-update handler…

PLUGIN Mp Customize Login Page

CVE-2026-6292

MEDIUM CVSS 4.3 2026-06-24
Threat Entry Updated 2026-06-29

CVE-2026-11370 - Wp Meta Seo Plugin

The WP Meta SEO plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 4.5.18 via the 'new_link' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services. The HTTP response status from outbound requests is reflected back in the AJAX JSON response as status_code, providing an enumeration oracle usable for probing internal hosts and cloud metadata…

PLUGIN Wp Meta Seo

CVE-2026-11370

MEDIUM CVSS 6.4 2026-06-24
Threat Entry Updated 2026-06-25

CVE-2026-12094 - Advanced Contact Form 7 – Compact DB Plugin

The Advanced Contact Form 7 - Compact DB plugin for WordPress is vulnerable to unauthorized deletion of data due to a missing capability check on the cf7cdb_ajax_delete_user() function in versions up to, and including, 1.0.0. The handler is registered against both `wp_ajax_cf7cdb_delete` and `wp_ajax_nopriv_cf7cdb_delete`, and it performs no nonce verification, no capability check, and no ownership check before invoking `$wpdb->delete()` against the `wp_cf7cdb_data` table with an attacker-supplied integer ID. This makes it possible for unauthenticated attackers to delete arbitrary contact form submission entries stored by the plugin by iterating sequential…

PLUGIN Advanced Contact Form 7 – Compact DB

CVE-2026-12094

MEDIUM CVSS 5.3 2026-06-24
Threat Entry Updated 2026-06-25

CVE-2026-11997 - Bulk Seo Image Plugin

The Bulk SEO Image plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to and including 1.1. This is due to missing or incorrect nonce validation on the plugin's settings page handler BulkSeoImage(), which dispatches to launchbulk() / BulkSeoImageGo() whenever the request contains $_POST['bulkseoimage']. No wp_nonce_field() is emitted in the form and no check_admin_referer()/wp_verify_nonce() is performed before bulk-overwriting the _wp_attachment_image_alt post meta for every image attached to every published post and/or page. This makes it possible for unauthenticated attackers to bulk-overwrite image ALT-text metadata across the site…

PLUGIN Bulk Seo Image

CVE-2026-11997

MEDIUM CVSS 4.3 2026-06-24
Threat Entry Updated 2026-06-25

CVE-2026-10531 - Before 2 Plugin

The AI Share & Summarize WordPress plugin before 2.0.4 does not sanitise and escape some of its shortcode attributes before outputting them in a page, allowing users with the Contributor role and above to perform Stored Cross-Site Scripting attacks.

PLUGIN Before 2

CVE-2026-10531

MEDIUM CVSS 5.4 2026-06-24
Threat Entry Updated 2026-06-25

CVE-2026-10552 - Blue Captcha Plugin

The Blue Captcha plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to and including 2.0.1. This is due to missing or incorrect nonce validation on the main admin panel (blcap_main_page) and on the Hall of Shame and Log subpages, which accept a 'blcap_action' / 'action' parameter from $_REQUEST and perform destructive operations (plugin uninstall via blcap_uninstall(), log deletion via blcap_delete_logs(), Hall of Shame deletion via blcap_delete_ip_db(), and adding IPs to the banned list via update_option('blcap_settings')) with no wp_verify_nonce(), check_admin_referer(), or check_ajax_referer() calls anywhere in the codebase.…

PLUGIN Blue Captcha

CVE-2026-10552

MEDIUM CVSS 4.3 2026-06-24
Threat Entry Updated 2026-06-25

CVE-2026-11614 - Xpro Addons — 140+ Widgets for Elementor Plugin

The Xpro Addons — 140+ Widgets for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'custom_attributes' parameter in all versions up to, and including, 1.7.2 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 Xpro Addons — 140+ Widgets for Elementor

CVE-2026-11614

MEDIUM CVSS 6.4 2026-06-24
Threat Entry Updated 2026-06-29

CVE-2026-4610 - ProfileGrid – User Profiles, Groups and Communities Plugin

The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pm_author_message' parameter in the pm_send_message_to_author function in all versions up to, and including, 5.9.9.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The vulnerability was partially patched in version 5.9.8.5.

PLUGIN ProfileGrid – User Profiles, Groups and Communities

CVE-2026-4610

MEDIUM CVSS 6.4 2026-06-23
Threat Entry Updated 2026-06-23

CVE-2026-8378 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin through 23.6 does not sanitise nor escape a filename submitted to the frontend file-rename endpoint before storing it as post meta and rendering it back on the admin File Manager listing, leading to a Stored Cross-Site Scripting vulnerability exploitable by users with Subscriber-level access and above against an administrator viewing the file management interface.

PLUGIN Frontend File Manager Plugin

CVE-2026-8378

MEDIUM CVSS 5.4 2026-06-23
Threat Entry Updated 2026-06-23

CVE-2026-7842 - Infility Global Infility Global Plugin

The Infility Global Infility Global WordPress plugin before 2.15.20 for WordPress does not sanitize or validate the orderby and order parameters in the import_list(), url_detail(), and file_detail() admin page callbacks before using them in SQL queries, allowing authenticated attackers with Editor-level access or higher to perform time-based blind SQL injection and extract sensitive data from the database. The ImportData module must be enabled via the Infility Global WordPress plugin before 2.15.20's module toggle page.

PLUGIN Infility Global Infility Global

CVE-2026-7842

MEDIUM CVSS 6.8 2026-06-23
Threat Entry Updated 2026-06-22

CVE-2026-7859 - Before 1 Plugin

The Motors WordPress plugin before 1.4.110 does not have proper authorisation and CSRF checks on one of its AJAX actions, allowing unauthenticated attackers to modify arbitrary post metadata, such as the gallery, featured image and, on WooCommerce sites, product prices.

PLUGIN Before 1

CVE-2026-7859

MEDIUM CVSS 5.3 2026-06-22
Threat Entry Updated 2026-06-22

CVE-2026-4110 - Ultimate Woocommerce Auction Pro Plugin

The ultimate-woocommerce-auction-pro WordPress plugin through 2.4.5 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

PLUGIN Ultimate Woocommerce Auction Pro

CVE-2026-4110

MEDIUM CVSS 6.1 2026-06-22
Threat Entry Updated 2026-06-22

CVE-2026-10530 - Pie Register Plugin

The Pie Register WordPress plugin before 3.8.4.10 does not use sufficiently random values when generating its account verification tokens, allowing unauthenticated attackers to predict a valid token and activate an account without access to the associated email inbox.

PLUGIN Pie Register

CVE-2026-10530

MEDIUM CVSS 5.3 2026-06-22
Threat Entry Updated 2026-06-22

CVE-2026-12119 - Simple File List Plugin

The Simple File List plugin for WordPress is vulnerable to unauthorized file operations due to a missing authorization check on the 'frontmanage' shortcode attribute in all versions up to, and including, 6.3.7. This makes it possible for authenticated attackers, with contributor-level access and above, to perform arbitrary file operations including deletion, move, folder creation, and download. An attacker can create a draft post containing the 'eeSFL' shortcode, render it via the post preview endpoint to harvest the nonce needed to authorize the operations, and then submit file operation requests that…

PLUGIN Simple File List

CVE-2026-12119

MEDIUM CVSS 6.5 2026-06-20
Threat Entry Updated 2026-06-24

CVE-2026-12238 - Wp Google Maps Plugin

The WP Go Maps – Most Popular Map Plugin plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 10.1.01. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to create arbitrary records in plugin database tables (maps, markers, circles, polygons, polylines, rectangles, and point labels) by supplying a WPGMZA-namespaced CRUD-backed class name via the phpClass parameter. The namespace validation check (requiring the 'WPGMZA' prefix) does not prevent exploitation…

PLUGIN Wp Google Maps

CVE-2026-12238

MEDIUM CVSS 5.3 2026-06-19
Threat Entry Updated 2026-06-22

CVE-2026-6798 - 2download Connector Plugin

The 2Download Connector for 2DL Hosted Checkout plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 0.1.5. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to view arbitrary customers' subscription data including subscription status, product names, order IDs, purchase dates, and expiry dates.

PLUGIN 2download Connector

CVE-2026-6798

MEDIUM CVSS 5.3 2026-06-19
Threat Entry Updated 2026-06-22

CVE-2026-3640 - Strabl A Checkout Solution Plugin

The STRABL – A checkout solution plugin for WordPress is vulnerable to Missing Authentication in all versions up to and including 4.5. The plugin registers a REST API webhook endpoint at /wp-json/strabl/webhook/order with a permission_callback of __return_true, which allows all incoming requests without any authentication or authorization checks. No shared secret, signature validation, HMAC verification, or token-based authentication is implemented. This makes it possible for unauthenticated attackers to create fraudulent WooCommerce orders and mark them as completed by supplying paymentStatus=paid, manipulate existing order statuses by providing an externalOrderId, create new…

PLUGIN Strabl A Checkout Solution

CVE-2026-3640

MEDIUM CVSS 5.3 2026-06-19
Threat Entry Updated 2026-06-22

CVE-2026-9822 - Wp Hotel Booking Plugin

The WP Hotel Booking WordPress plugin before 2.3.1 does not enforce capability checks in several of its AJAX handlers, allowing authenticated users with Subscriber-level access to read other users' booking line items, enumerate active coupons, and read pricing data.

PLUGIN Wp Hotel Booking

CVE-2026-9822

MEDIUM CVSS 6.5 2026-06-19
Threat Entry Updated 2026-06-22

CVE-2026-9013 - Bogo Plugin

The Bogo plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.9.1 via the bogo_rest_create_post_translation. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract the raw title, content, excerpt, and password of any private, draft, or password-protected post by triggering its duplication via the translation endpoint and reading the returned title.raw, content.raw, and excerpt.raw fields of the duplicated post. This vulnerability is exploitable against posts written in a non-default locale, as authenticated subscribers can request a translation into…

PLUGIN Bogo

CVE-2026-9013

MEDIUM CVSS 4.3 2026-06-19
Threat Entry Updated 2026-06-22

CVE-2026-8118 - Addons And Templates Kit For Elementor Plugin

The Royal Addons for Elementor – Addons and Templates Kit for Elementor plugin for WordPress is vulnerable to Arbitrary File Read in versions 1.7.1058 through 1.7.1059. This is due to the wpr_get_csv_handle() helper (introduced in version 1.7.1058 as part of the patch for CVE-2026-6229) falling back to is_readable() and fopen($source, 'r') on the attacker-controlled settings.table_upload_csv.url value when it does not parse as an HTTP URL, with no allow-list, traversal block, or extension check. This makes it possible for authenticated attackers, with Contributor-level access and above, to save a crafted wpr-data-table…

PLUGIN Addons And Templates Kit For Elementor

CVE-2026-8118

MEDIUM CVSS 6.5 2026-06-19
Scroll to top