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,002
Critical1,249
High4,286
Medium12,246
Reset
Showing 281-300 of 18002 records
Threat Entry Updated 2026-07-13

CVE-2026-11963 - Before 5 Plugin

The User Registration & Membership WordPress plugin before 5.2.2 does not perform an authorization check on a membership-upgrade action and derives the user to modify from a caller-supplied identifier instead of the current user, allowing any authenticated user such as a subscriber to change another user's WordPress role and membership tier.

PLUGIN Before 5

CVE-2026-11963

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

CVE-2026-12275 - Tutor Lms Plugin

The Tutor LMS WordPress plugin before 3.9.13 does not, in its Droip and Kirki page-builder integration, perform the enrollment, purchase, and private-course capability checks it enforces in its core course handler, allowing authenticated users with subscriber-level access to enroll in paid or private courses without authorization, read private course content, and mark arbitrary courses as completed, on sites where the Droip or Kirki integration is active.

PLUGIN Tutor Lms

CVE-2026-12275

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

CVE-2026-12274 - Tutor Lms Plugin

The Tutor LMS WordPress plugin before 3.9.13 does not verify that the requesting user is allowed to edit a target post before overwriting it in one of its content-builder save handlers, authorizing the request only against an unrelated identifier, allowing authenticated users with instructor-level access to overwrite and take over any post or page on the site, including those owned by administrators.

PLUGIN Tutor Lms

CVE-2026-12274

MEDIUM CVSS 6.5 2026-07-13
Threat Entry Updated 2026-07-13

CVE-2026-12271 - Tutor Lms Plugin

The Tutor LMS WordPress plugin before 3.9.13 does not verify ownership of the targeted quiz attempt before writing to it, allowing authenticated users with subscriber-level access and above to modify and force-complete other students' quiz attempts, overwriting their recorded marks and pass/fail result.

PLUGIN Tutor Lms

CVE-2026-12271

MEDIUM CVSS 5.4 2026-07-13
Threat Entry Updated 2026-07-13

CVE-2026-12081 - Elementor Forms Plugin

The Database for Contact Form 7, WPforms, Elementor forms WordPress plugin before 1.5.2 does not restrict the PHP classes allowed when unserializing an attacker-supplied form-field value, allowing unauthenticated users to inject arbitrary PHP objects that are instantiated when an administrator views the stored entry. This is an incomplete fix of CVE-2025-7384 and CVE-2026-2599, whose deserialization paths were hardened while the entry-editor file-field path was missed.

PLUGIN Elementor Forms

CVE-2026-12081

MEDIUM CVSS 5.0 2026-07-13
Threat Entry Updated 2026-07-13

CVE-2026-12273 - Tutor Lms Plugin

The Tutor LMS WordPress plugin before 3.9.13 does not perform any authorization or post-target validation before creating a comment in one of its handlers, and stores the comment pre-approved, allowing authenticated users with subscriber-level access and above to post auto-approved comments containing arbitrary HTML and links on any content across the site, bypassing the comment moderation queue.

PLUGIN Tutor Lms

CVE-2026-12273

MEDIUM CVSS 4.3 2026-07-13
Threat Entry Updated 2026-07-13

CVE-2026-10551 - Breeze Cache Plugin

The Breeze Cache WordPress plugin before 2.5.6 is vulnerable to unauthenticated Stored Cross-Site Scripting (XSS) due to a predictable replacement hash used during the HTML minification process and abusing a regular expression. This allows an attacker to inject arbitrary HTML attributes in the final HTML output by anticipating the placeholder format.

PLUGIN Breeze Cache

CVE-2026-10551

MEDIUM CVSS 6.1 2026-07-13
Threat Entry Updated 2026-07-13

CVE-2026-1359 - Ai Image Ai Video Generation Plugin

The Genolve – AI image AI video generation plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the genolve_setOpt() function in all versions up to, and including, 5.0.5. This makes it possible for authenticated attackers, with Contributor-level access and above, to update arbitrary WordPress options, including enabling user registration and setting the default role to administrator, resulting in privilege escalation.

PLUGIN Ai Image Ai Video Generation

CVE-2026-1359

HIGH CVSS 8.8 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-9282 - W3 Total Cache Plugin

The W3 Total Cache plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 2.9.4 via the setupSources function. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Exploitation requires enabling manual minify mode and supplying a manual-format minify filename so that the hash is empty and the f_array[] entries are not overwritten before reaching setupSources().

PLUGIN W3 Total Cache

CVE-2026-9282

HIGH CVSS 7.5 2026-07-11
Threat Entry Updated 2026-07-15

CVE-2026-15155 - Essential Addons For Elementor Lite Plugin

The Essential Addons for Elementor – Popular Elementor Templates & Widgets plugin for WordPress is vulnerable to Authenticated Account Takeover via Email Header Injection in all versions up to, and including, 6.6.10 This is due to insufficient server-side validation of a Login/Register widget setting used to construct outgoing email headers — the allowed-values restriction is enforced only in the client-side editor UI and not on the server, and the applied sanitization does not strip or encode CR/LF characters, allowing CRLF sequences stored in that setting to survive into raw mail…

PLUGIN Essential Addons For Elementor Lite

CVE-2026-15155

HIGH CVSS 8.8 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-4661 - Easy Sticky Sidebar Plugin

The WP CTA – Sticky CTA Builder, Generate Leads, Promote Sales plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'fildname' parameter in all versions up to, and including, 2.2.2. This is due to insufficient escaping of user-supplied column names in the ajaxCheck() method and lack of preparation in the $wpdb->update() call. The vulnerability is compounded by the complete absence of authorization checks and the endpoint being registered for unauthenticated users via wp_ajax_nopriv_. This makes it possible for unauthenticated attackers to inject arbitrary SQL queries and extract…

PLUGIN Easy Sticky Sidebar

CVE-2026-4661

HIGH CVSS 7.5 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-6939 - Corvuspay Woocommerce Integration Plugin

The CorvusPay WooCommerce Payment Gateway plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'approval_code' parameter in all versions up to, and including, 2.7.4 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 unauthenticated REST endpoint POST /wp-json/corvuspay/success/ is registered with permission_callback set to __return_true, and although a signature validation step exists it only logs the result without halting execution, meaning an attacker can…

PLUGIN Corvuspay Woocommerce Integration

CVE-2026-6939

HIGH CVSS 7.2 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-15010 - Bbp Style Pack Plugin

The bbp Style Pack plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 6.4.5 via the Topic Form Additional Fields feature. This is due to insufficient input sanitization in bsp_topic_fields_form_save() (which writes $_POST['bsp_topic_fields_label{n}'] directly to post meta via update_post_meta() with no filtering) and missing output escaping in bsp_topic_content_append_topic_fields() (which concatenates the stored meta value into an HTML and echoes it via apply_filters/echo without esc_html()). This makes it possible for authenticated attackers, with Subscriber-level access and above (who have bbPress topic-creation privileges), to inject arbitrary…

PLUGIN Bbp Style Pack

CVE-2026-15010

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-1382 - Fresh Podcaster Plugin

The fresh Podcaster plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'freshpodcaster' shortcode in all versions up to, and including, 1.0.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 Fresh Podcaster

CVE-2026-1382

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-15

CVE-2026-9017 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 9.2.2. 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 overwrite the saved_admin_email, saved_user_email, and saved_user_email_address fields of arbitrary form entries belonging to other users, and cause the site to dispatch attacker-controlled email content to attacker-chosen recipient addresses.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-9017

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-6801 - Context Blog Theme

The Context Blog theme for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.3.5 via the context_blog_modal_popup. This makes it possible for unauthenticated attackers to extract the content of password-protected posts.

THEME Context Blog

CVE-2026-6801

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-12126 - Wc Multivendor Marketplace Plugin

The WCFM Marketplace – Multivendor Marketplace for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Attachment 'post_title' in all versions up to, and including, 3.7.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Vendor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. An attacker can plant the payload by uploading a media attachment with a crafted title via the WordPress REST API (/wp-json/wp/v2/media), without ever invoking the…

PLUGIN Wc Multivendor Marketplace

CVE-2026-12126

MEDIUM CVSS 6.4 2026-07-11
Threat Entry Updated 2026-07-13

CVE-2026-12994 - Wc Frontend Manager Plugin

The WCFM – Frontend Manager for WooCommerce plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.7.27. 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 inject arbitrary reply content into any store inquiry, overwrite the main inquiry record in wp_wcfm_enquiries, and trigger unsolicited notification emails to customers and vendors. Unlike sibling controller branches (wcfm-enquiry and wcfm-enquiry-manage), the wcfm-my-account-enquiry-manage branch performs no is_user_logged_in() or current_user_can() check, and…

PLUGIN Wc Frontend Manager

CVE-2026-12994

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-14

CVE-2026-11901 - Wp Hotel Booking Plugin

The WP Hotel Booking plugin for WordPress is vulnerable to Insufficient Verification of Data Authenticity in all versions up to, and including, 2.3.1. This is due to the `web_hook_process_paypal_standard()` IPN handler selecting its PayPal validation endpoint from the attacker-controlled `$_REQUEST['test_ipn']` parameter, force-upgrading any `pending` transaction to `completed` when `test_ipn=1`, and omitting post-verification checks on `receiver_email`, `mc_currency`, and `txn_id` uniqueness after receiving a `VERIFIED` response from PayPal. This makes it possible for unauthenticated attackers to mark arbitrary hotel bookings as fully paid without submitting genuine payment to the merchant — either…

PLUGIN Wp Hotel Booking

CVE-2026-11901

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-15

CVE-2026-11898 - White Label Cms Plugin

The White Label CMS plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 2.7.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-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 White Label Cms

CVE-2026-11898

MEDIUM CVSS 4.4 2026-07-11
Scroll to top