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 761-780 of 15479 records
Threat Entry Updated 2026-06-17

CVE-2026-1450 - Rognone Plugin

The rognone plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'mode' parameter in versions up to, and including, 0.6.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

PLUGIN Rognone

CVE-2026-1450

MEDIUM CVSS 6.1 2026-06-02
Threat Entry Updated 2026-06-17

CVE-2026-8293 - Really Simple Security Plugin

The Really Simple Security WordPress plugin before 9.5.10.1 does not enforce the second-factor challenge in two of its two-factor authentication REST endpoints, allowing an attacker who knows a user's password to obtain a WordPress authentication session for that user without completing the email OTP challenge.

PLUGIN Really Simple Security

CVE-2026-8293

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

CVE-2026-8206 - Kirki Plugin

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions 6.0.0 to 6.0.6. This is due to the plugin accepting an arbitrary email address when a username is used in the password reset request. This makes it possible for unauthenticated attackers to send a password reset link for any user registered on the site to their own email address.

PLUGIN Kirki

CVE-2026-8206

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

CVE-2026-3722 - Auto Image Attributes From Filename With Bulk Updater Plugin

The Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the attachment metadata in all versions up to, and including, 4.9 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 Auto Image Attributes From Filename With Bulk Updater

CVE-2026-3722

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

CVE-2026-10100 - Simple Custom Login Page Plugin

The Simple Custom Login Page plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the color settings fields (Page Background, Form Background, Text Color, Link Color) in versions up to and including 1.0.3. This is due to insufficient input sanitization of the color option values (they were registered with register_setting() and stored via the Settings API/update_option() with no sanitize_callback) combined with the values being output into a block on wp-login.php using esc_attr(), which is incorrect for a CSS context (it does not escape ;, {, }, / or *).…

PLUGIN Simple Custom Login Page

CVE-2026-10100

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

CVE-2026-9050 - Slider Revolution Plugin

The Slider Revolution plugin for WordPress in versions 6.0.0-6.7.55 and 7.0.0-7.0.14 is vulnerable to unauthorized modification of data. 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 Contributor-level access and above, to deactivate any active plugin installed on the site.

PLUGIN Slider Revolution

CVE-2026-9050

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

CVE-2026-9048 - Slider Revolution Plugin

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Exposure in versions 7.0.0 - 7.0.14, via the 'slider.get.full' AJAX Action. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive data including raw social media API credentials: the Instagram OAuth token, Flickr API key, YouTube Data API key, and Facebook App ID, stored in any configured slider's settings.

PLUGIN Slider Revolution

CVE-2026-9048

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

CVE-2026-8382 - Advanced Custom Fields Plugin

The Advanced Custom Fields (ACF®) plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.8.1. 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 post_title and post_content of any post bound to a publicly accessible acf_form() instance by injecting values into the _post_title and _post_content parameters of a form submission request.

PLUGIN Advanced Custom Fields

CVE-2026-8382

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

CVE-2026-7465 - Ultimate Addons For Gutenberg Plugin

The Spectra Gutenberg Blocks – Website Builder for the Block Editor plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.19.25. This makes it possible for authenticated attackers, with Contributor-level access and above, to execute code on the server. Exploitation requires a two-block payload embedded in post content: the first block registers a fake uagb/-prefixed block type with an attacker-specified render_callback, and the second block of the same fake type triggers invocation of that callback via call_user_func() during sequential block rendering in the…

PLUGIN Ultimate Addons For Gutenberg

CVE-2026-7465

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

CVE-2026-9757 - Geo My Wp Plugin

The GEO my WP plugin for WordPress is vulnerable to SQL Injection via the 'swlatlng' and 'nelatlng' parameters in all versions up to, and including, 4.5.5 The parameters are read from $_SERVER['QUERY_STRING'] via parse_str() (bypassing WordPress's wp_magic_quotes protection, which only covers $_POST/$_GET/$_COOKIE/$_REQUEST), then each is split on ',' via explode() and the resulting fragments are interpolated directly into a SQL BETWEEN clause in gmw_get_locations_within_boundaries_sql() without is_numeric() validation, (float) casting, esc_sql(), or $wpdb->prepare(). This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can…

PLUGIN Geo My Wp

CVE-2026-9757

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

CVE-2026-7459 - Simple History Plugin

The Simple History – Track, Log, and Audit WordPress Changes plugin for WordPress is vulnerable to authenticated (Subscriber+) account takeover in all versions up to, and including, 5.26.0 via the event reaction endpoints (react_to_event() / unreact_to_event()). The endpoints register get_items_permissions_check() as their permission_callback, which only verifies the requester is logged in and does not enforce the per-logger capability checks normally applied by Log_Query. As a result, a Subscriber-level user can POST to /wp-json/simple-history/v1/events//react with the _fields=context query parameter and read the full context of any Simple History event — including…

PLUGIN Simple History

CVE-2026-7459

HIGH CVSS 7.5 2026-05-30
Threat Entry Updated 2026-07-21

CVE-2026-4290 - Wp Travel Pro Plugin

The WP Travel Pro plugin for WordPress is vulnerable to arbitrary user deletion via the /wp-json/wp-travel/v1/travel-guide/{user_id} REST API endpoint in all versions up to, and including, 10.6.0. This is due to the check_permission() callback unconditionally returning true and the Database::delete() method passing the user ID directly to wp_delete_user() without any role validation. This makes it possible for unauthenticated attackers to delete arbitrary user accounts, including those of administrators.

PLUGIN Wp Travel Pro

CVE-2026-4290

CRITICAL CVSS 9.1 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-6075 - Media Library Assistant Plugin

The Media Library Assistant plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 3.35 This is due to missing nonce verification on the bulk action handlers in the settings tab handlers. This makes it possible for unauthenticated attackers to trick an administrator into performing bulk delete, edit, or purge operations on plugin settings and attachment metadata via a forged request.

PLUGIN Media Library Assistant

CVE-2026-6075

HIGH CVSS 8.1 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-9189 - Contact Form 7 Paypal Add On Plugin

The Contact Form 7 – PayPal & Stripe Add-on plugin for WordPress is vulnerable to Payment Bypass via Insufficient Verification of Data Authenticity in all versions up to, and including, 2.4.9. Although `cf7pp_paypal_ipn_handler()` correctly validates IPN authenticity by posting back to PayPal with `cmd=_notify-validate`, it fails to compare the IPN payload's `mc_gross` (payment amount), `mc_currency`, or `receiver_email` fields against the corresponding stored order values before passing the attacker-controlled `invoice` field directly to `cf7pp_complete_payment()`, which marks the order completed after only an integer cast with no amount verification. This makes it…

PLUGIN Contact Form 7 Paypal Add On

CVE-2026-9189

MEDIUM CVSS 5.3 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-10039 - Acf Frontend Form Element Plugin

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to generic SQL Injection via the 'order' parameter in all versions up to, and including, 3.28.28 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 administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires that the attacker also supply a valid 'orderby' parameter in the…

PLUGIN Acf Frontend Form Element

CVE-2026-10039

MEDIUM CVSS 4.9 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-9243 - Plus Addons For Elementor Page Builder Plugin

The Plus Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'carousel_direction' parameter of the Carousel Anything widget in versions up to, and including, 6.4.15 This is due to insufficient output escaping in the render() function, where the carousel_direction value is placed into an unquoted HTML attribute (dir=) allowing attribute injection despite the use of esc_attr(). 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 Plus Addons For Elementor Page Builder

CVE-2026-9243

MEDIUM CVSS 6.4 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-3655 - Login With Phone Number Plugin

The OTP Login With Phone Number, OTP Verification plugin for WordPress is vulnerable to authentication bypass in versions 1.8.50 through 1.8.60. This is due to the Firebase verification flow in the `lwp_ajax_register` AJAX handler not binding the Firebase session to the phone number supplied in the request. The `idehweb_lwp_activate_through_firebase()` function validates that a Firebase OTP session is legitimate, but the `phoneNumber` returned by Firebase is never compared against the victim's stored phone number. This makes it possible for unauthenticated attackers to authenticate as any user who has a phone number…

PLUGIN Login With Phone Number

CVE-2026-3655

CRITICAL CVSS 9.8 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-8732 - Wp Maps Pro Plugin

The WP Maps Pro plugin for WordPress is vulnerable to Privilege Escalation via Administrator Account Creation in all versions up to, and including, 6.1.0. This is due to the wpgmp_temp_access_ajax AJAX action being registered with wp_ajax_nopriv_ and protected only by a nonce check using the fc-call-nonce nonce, which is publicly embedded into every frontend page via wp_localize_script as the nonce field of the wpgmp_local JavaScript object, rendering the check ineffective as an access control mechanism. This makes it possible for unauthenticated attackers to invoke the wpgmp_temp_access_support handler with check_temp=false, which…

PLUGIN Wp Maps Pro

CVE-2026-8732

CRITICAL CVSS 9.8 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-9714 - Simple Divi Shortcode Plugin

The Simple Divi Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the [showmodule] shortcode in versions up to, and including, 1.2 This is due to insufficient input sanitization and output escaping in the showmodule_shortcode() function, which concatenates the 'id' shortcode attribute directly into a dynamically constructed shortcode string without applying esc_attr() or any escaping, allowing an attacker to break out of the attribute context and inject arbitrary HTML. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary…

PLUGIN Simple Divi Shortcode

CVE-2026-9714

MEDIUM CVSS 6.4 2026-05-29
Threat Entry Updated 2026-07-21

CVE-2026-6275 - Official Statcounter Plugin For Wordpress

The StatCounter – Free Real Time Visitor Stats plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.1.1 This is due to insufficient output escaping on the post author's nickname in the statcounter_addToTags() function. The function is hooked to wp_head and fires on every single post page. It retrieves the post author's nickname via the_author_meta() and echoes it directly into a JavaScript double-quoted string context inside a block without applying esc_js() or any equivalent JavaScript-context escaping. This makes it possible for authenticated attackers with…

PLUGIN Official Statcounter Plugin For Wordpress

CVE-2026-6275

MEDIUM CVSS 6.4 2026-05-29
Scroll to top