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.

Total4,286
Critical0
High4,286
Medium0
Reset
Showing 141-160 of 4286 records
Threat Entry Updated 2026-07-10

CVE-2026-15293 - Wp Business Intelligence Lite Plugin

The WP Business Intelligence Lite plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.2.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify stored SQL queries, which can lead to privilege escalation via arbitrary SQL execution when the modified query is viewed by an administrator.

PLUGIN Wp Business Intelligence Lite

CVE-2026-15293

HIGH CVSS 8.0 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-15291 - ChatHelp – Click to Chat Button, WooCommerce Chat to Order & Floating Chat Form Theme

The Chat Help – Click to Chat Button & Form plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.1.3 via the REST API endpoints /wp-json/chat-help/v1/leads and /wp-json/chat-help/v1/leads/{id}. This is due to the plugin not performing any authentication and authorization checks. This makes it possible for unauthenticated attackers to extract sensitive data including customer names, email addresses, phone numbers, WhatsApp messages, complete geolocation data (IP addresses, city, country, ISP, coordinates), device fingerprinting information (browser, OS, screen resolution), and WordPress account credentials (user IDs,…

THEME ChatHelp – Click to Chat Button, WooCommerce Chat to Order & Floating Chat Form

CVE-2026-15291

HIGH CVSS 7.5 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-15290 - Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to blind SQL Injection via the search parameter in all versions up to, and including, 2.10.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 unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This vulnerability was partially patched in version 2.9.2…

PLUGIN Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin

CVE-2026-15290

HIGH CVSS 7.5 2026-07-10
Threat Entry Updated 2026-07-14

CVE-2026-15288 - SureForms – Drag & Drop Contact Form & Form Builder, Payment Form, Survey, Quiz & Calculator Plugin

The SureForms – Drag and Drop Form Builder for WordPress plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 2.2.1. This is due to the plugin accepting the payment amount directly from user-controlled POST data in the 'create_payment_intent' and 'create_subscription_intent' functions without validating it against the form's configured price. This makes it possible for unauthenticated attackers to modify the payment amount to any arbitrary value when submitting a Stripe payment form, potentially purchasing products or services at significantly reduced prices.

PLUGIN SureForms – Drag & Drop Contact Form & Form Builder, Payment Form, Survey, Quiz & Calculator

CVE-2026-15288

HIGH CVSS 7.5 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-15070 - Salon Booking System – Free Version Plugin

The Salon Booking System – Free Version plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 10.30.32. This is due to missing or incorrect nonce validation on the setCustomText function. This makes it possible for unauthenticated attackers to inject arbitrary PHP code into the web-accessible translate-constants.php file within the plugin directory, enabling remote code execution on the server via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. sanitize_text_field() is applied to…

PLUGIN Salon Booking System – Free Version

CVE-2026-15070

HIGH CVSS 8.8 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-13430 - Post Export Import With Media Plugin

The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the import_media_file_secure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension allow-list check in ajax_import_media_start() uses pathinfo() on the raw ZIP entry name (e.g., 'shell.php.'), which returns an empty string for the extension, causing the allow-list guard to be skipped and the file to be extracted to a temporary location, after which import_media_file_secure() copies it into the…

PLUGIN Post Export Import With Media

CVE-2026-13430

HIGH CVSS 7.2 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-12598 - Loginpress Pro Plugin

The LoginPress Pro plugin for WordPress is vulnerable to authentication bypass in versions up to and including 6.2.3 via the Spotify Social Login addon. This is due to the loginpress_on_spotify_login() function trusting the unverified 'email' field returned by Spotify's /v1/me endpoint and using it directly with get_user_by('email', $profile['email']) to identify and log in an existing WordPress account, without confirming that the Spotify user actually owns the email address (Spotify documents that the profile email is unverified) and without requiring the user to prove ownership of the matching WordPress account. This…

PLUGIN Loginpress Pro

CVE-2026-12598

HIGH CVSS 8.1 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-12597 - Loginpress Pro Plugin

The LoginPress Pro plugin for WordPress is vulnerable to Authentication Bypass via the GitHub OAuth callback in versions up to, and including, 6.2.3. The vulnerability exists in the loginpress_on_github_login() function, which blindly trusts the first element (profile[0]['email']) of the array returned by GitHub's /user/emails endpoint as an account-binding identifier without verifying that the email carries a verified === true status. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including administrators, by adding an unverified email address matching a local account to their GitHub…

PLUGIN Loginpress Pro

CVE-2026-12597

HIGH CVSS 8.1 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-12595 - Loginpress Pro Plugin

The LoginPress Pro plugin for WordPress is vulnerable to Authentication Bypass via Unverified OAuth Email in all versions up to and including 6.2.3. The vulnerability exists in the loginpress_on_discord_login() Discord OAuth callback handler, which accepts the email field returned by Discord's /users/@me endpoint without ever checking that the profile's verified flag is true, then directly maps that email to a local WordPress account via get_user_by('email', $profile['email']) and issues an authenticated session cookie via wp_set_auth_cookie(). This makes it possible for unauthenticated attackers to take over any existing WordPress account — including…

PLUGIN Loginpress Pro

CVE-2026-12595

HIGH CVSS 8.1 2026-07-10
Threat Entry Updated 2026-07-10

CVE-2026-13492 - UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP

The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.65. This is due to insufficient validation of file-field values in the UsersWP_Validation::validate_fields() function (which falls through to sanitize_text_field() for fields of type 'file', leaving directory-traversal sequences intact) combined with the UsersWP_Forms::upload_file_remove() AJAX handler building the deletion target from the uploads basedir concatenated with the attacker-controlled metadata value without any realpath canonicalization or uploads-directory boundary check before calling unlink(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete…

PLUGIN UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP

CVE-2026-13492

HIGH CVSS 8.8 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-9253 - WordPress component

The WP Cost Estimation & Payment Forms Builder (E&P Forms) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'customerInfos' parameter in all versions up to, and including, 10.5.97 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.

UNKNOWN WordPress component

CVE-2026-9253

HIGH CVSS 7.2 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-4275 - Addons For Divi Plugin

The Divi Torque Lite – Divi Theme, Divi Builder & Extra Theme plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.2.3. This is due to the use of '__return_true' as the permission_callback for the /install_plugin and /activate_plugin REST API endpoints, which bypasses WordPress's built-in REST API nonce verification. Although the endpoint callbacks contain internal current_user_can() checks, the absence of nonce verification means that a forged cross-site request from a logged-in administrator's browser will pass the capability check via the admin's session cookies.…

PLUGIN Addons For Divi

CVE-2026-4275

HIGH CVSS 8.8 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-13441 - Eventprime Event Calendar Management Plugin

The EventPrime – Events Calendar, Bookings and Tickets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'new_event_type_background_color' parameter in all versions up to, and including, 4.3.4.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with custom-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This requires the plugin's Guest Submissions setting (allow_submission_by_anonymous_user) to be enabled, which allows unauthenticated attackers to submit event types via the frontend form; when…

PLUGIN Eventprime Event Calendar Management

CVE-2026-13441

HIGH CVSS 7.2 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-14372 - Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder Plugin

The Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the deleteFiles function in all versions up to, and including, 3.1.1 This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config).

PLUGIN Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder

CVE-2026-14372

HIGH CVSS 7.1 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-8848 - Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder Plugin

The Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.22.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with editor-level access and above, to install and activate an arbitrary plugin from an attacker-controlled URL, leading to remote code execution. Exploitation requires that a valid Popup Maker Pro license is active on the…

PLUGIN Popup Maker – Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder

CVE-2026-8848

HIGH CVSS 7.2 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-15000 - Connect Contact Form 7 And Mailchimp Plugin

The Connect Contact Form 7 and Mailchimp plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Mailchimp Merge Field Values in all versions up to, and including, 0.9.78.06 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. The injected payload is only triggered when a privileged user (Administrator) performs a Contact Lookup for the email address submitted via the CF7 form, meaning execution is deferred until…

PLUGIN Connect Contact Form 7 And Mailchimp

CVE-2026-15000

HIGH CVSS 7.2 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-11571 - Everest Forms Plugin

The Everest Forms WordPress plugin before 3.5.0 does not reliably delete temporary CSV files generated during email-notification processing and leaves them publicly accessible in the uploads directory, allowing unauthenticated attackers to retrieve other users' form submission records via predictable, enumerable filenames.

PLUGIN Everest Forms

CVE-2026-11571

HIGH CVSS 7.5 2026-07-09
Threat Entry Updated 2026-07-09

CVE-2026-5523 - Divi Form Builder Plugin

The Divi Form Builder plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 5.1.8. This is due to the update_user() function accepting a user ID parameter from form submissions without verifying that the authenticated user has permission to edit that specific user account, and the handle_register_submission() function only checking if any user is logged in rather than validating permissions for the target user. This makes it possible for authenticated attackers, with subscriber-level access and above, to change the email address and password of any user…

PLUGIN Divi Form Builder

CVE-2026-5523

HIGH CVSS 8.8 2026-07-09
Threat Entry Updated 2026-07-08

CVE-2026-6820 - VikBooking Hotel Booking Engine & PMS Plugin

The VikBooking Hotel Booking Engine & PMS plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'email' parameter in all versions up to, and including, 1.8.8 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 VikBooking Hotel Booking Engine & PMS

CVE-2026-6820

HIGH CVSS 7.2 2026-07-08
Threat Entry Updated 2026-07-08

CVE-2026-5356 - LatePoint – Calendar Booking Plugin for Appointments and Events

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 5.4.0. This is due to the plugin's Stripe Connect payment processor accepting a client-supplied PaymentIntent ID. This makes it possible for unauthenticated attackers to pay an arbitrary amount by supplying a previously succeeded PaymentIntent token.

PLUGIN LatePoint – Calendar Booking Plugin for Appointments and Events

CVE-2026-5356

HIGH CVSS 7.5 2026-07-08
Scroll to top