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

CVE-2026-7509 - Kia Subtitle Plugin

The KIA Subtitle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `the-subtitle` shortcode `before` and `after` attributes in all versions up to, and including, 4.0.1. This is 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 Kia Subtitle

CVE-2026-7509

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

CVE-2026-6864 - CBX 5 Star Rating & Review Plugin

The CBX 5 Star Rating & Review plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'page' parameter in all versions up to, and including, 1.0.7 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 an administrator into performing an action such as clicking on a link.

PLUGIN CBX 5 Star Rating & Review

CVE-2026-6864

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

CVE-2026-7249 - Location Weather Plugin

The Location Weather plugin for WordPress is vulnerable to unauthorized modification of data due to missing capability checks on the `splw_update_block_options()` and `lwp_clean_weather_transients()` functions in all versions up to, and including, 3.0.2. This makes it possible for authenticated attackers, with Contributor-level access and above, to disable all weather blocks and purge all weather cache transients. The nonce required for these actions is exposed to all authenticated users via `wp_localize_script()` on the `init` hook.

PLUGIN Location Weather

CVE-2026-7249

MEDIUM CVSS 4.3 2026-05-22
Threat Entry Updated 2026-06-17

CVE-2026-4070 - Alfie The Productfeedtool Wp Plugin

The Alfie – Feed Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.1. This is due to missing nonce validation on the alfie_manage() function which handles feed deletion via the 'delete' GET parameter. This makes it possible for unauthenticated attackers to delete arbitrary plugin feed data (from alfie_colindex, alfie_producten, alfie_reactions, and alfie_searchproduct tables) via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN Alfie The Productfeedtool Wp

CVE-2026-4070

MEDIUM CVSS 4.3 2026-05-22
Threat Entry Updated 2026-06-17

CVE-2026-3481 - Wp Blockade Plugin

The WP Blockade plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'shortcode' parameter in all versions up to and including 0.9.14. This is due to insufficient input sanitization and output escaping in the render_shortcode_preview() function. The function receives user input from $_GET['shortcode'], passes it through stripslashes() without any sanitization, and then outputs it directly via echo do_shortcode($shortcode) on line 393. When the input is not a valid WordPress shortcode (e.g., an HTML tag with JavaScript event handlers), do_shortcode() returns it unchanged, and it is reflected into the…

PLUGIN Wp Blockade

CVE-2026-3481

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

CVE-2026-2518 - FastX Plugin

The FastX theme for WordPress is vulnerable to unauthorized limited plugin installation and activation due to missing capability checks on the 'ultp_install_callback' and 'ultp_activate_callback' functions in all versions up to, and including, 1.0.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to install and activate the PostX plugin.

PLUGIN FastX

CVE-2026-2518

MEDIUM CVSS 4.3 2026-05-22
Threat Entry Updated 2026-06-17

CVE-2026-4834 - Wp Erp Pro Plugin

The WP ERP Pro plugin for WordPress is vulnerable to SQL Injection via the 'search_key' parameter in all versions up to, and including, 1.5.1. This is 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 Wp Erp Pro

CVE-2026-4834

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

CVE-2026-6960 - BookingPress Appointment Booking Pro Plugin

The BookingPress Pro plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'bookingpress_validate_submitted_booking_form_func' function in all versions up to, and including, 5.6. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible. Note: The vulnerability can only be exploited if a signature custom field is added to the booking form.

PLUGIN BookingPress Appointment Booking Pro

CVE-2026-6960

CRITICAL CVSS 9.8 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-4843 - Gsheet For Woo Importer Plugin

The GSheet For Woo Importer plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the process_ajax_restore_action() function in all versions up to, and including, 2.3.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete the plugin's Google Sheets API token and configuration options.

PLUGIN Gsheet For Woo Importer

CVE-2026-4843

MEDIUM CVSS 4.3 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-5118 - Divi Form Builder Plugin

The Divi Form Builder plugin for WordPress is vulnerable to privilege escalation in versions up to, and including, 5.1.2. This is due to the plugin accepting a user-controlled 'role' parameter from POST data during user registration without validating it against the form's configured default_user_role setting. This makes it possible for unauthenticated attackers to create administrator accounts by tampering with the role parameter during registration.

PLUGIN Divi Form Builder

CVE-2026-5118

CRITICAL CVSS 9.8 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-6279 - Fusion Builder Plugin

The Avada Builder (fusion-builder) plugin for WordPress is vulnerable to Unauthenticated Remote Code Execution via PHP Function Injection in versions up to and including 3.15.2. This is due to the `wp_conditional_tags` case in `Fusion_Builder_Conditional_Render_Helper::get_value()` passing attacker-controlled values from a base64-decoded JSON blob directly to `call_user_func()` without any allowlist validation. This is exploitable by unauthenticated attackers through the `fusion_get_widget_markup` AJAX endpoint, which is registered for non-privileged (unauthenticated) users via `wp_ajax_nopriv_fusion_get_widget_markup`. The endpoint is protected only by a nonce (`fusion_load_nonce`), but this nonce is generated for user ID 0 and is deterministically…

PLUGIN Fusion Builder

CVE-2026-6279

CRITICAL CVSS 9.8 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-1543 - Builder Plugin

The Avada (Fusion) Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via multiple shortcodes in all versions up to, and including, 3.15.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 (typically an administrator) accesses a page displaying dynamic user data (such as via the Dynamic Data feature pulling user biographical information).

PLUGIN Builder

CVE-2026-1543

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

CVE-2026-4811 - Wpb Floating Menu Or Categories Plugin

The WPB Floating Menu & Categories for WordPress – Sticky Side Menu with Icons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Icon CSS Class' category field in all versions up to, and including, 1.0.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Editor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Wpb Floating Menu Or Categories

CVE-2026-4811

MEDIUM CVSS 4.9 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-1881 - Broadstreet Plugin

The Broadstreet plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.52.2 via the get_sponsored_meta AJAX action due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Subscriber-level access and above, to disclose any private post metadata.

PLUGIN Broadstreet

CVE-2026-1881

MEDIUM CVSS 4.3 2026-05-21
Threat Entry Updated 2026-06-17

CVE-2026-7613 - Cost Of Goods By Pixelyoursite Plugin

The Cost of Goods by PixelYourSite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'csvdata[0][cost_of_goods_value]' parameter in versions up to, and including, 1.2.12 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 Cost Of Goods By Pixelyoursite

CVE-2026-7613

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

CVE-2026-45443 - Elementor Plugin

Missing Authorization vulnerability in ADD-ONS.ORG PDF for Elementor Forms + Drag And Drop Template Builder allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects PDF for Elementor Forms + Drag And Drop Template Builder: from n/a through 5.5.1.

PLUGIN Elementor

CVE-2026-45443

MEDIUM CVSS 5.0 2026-05-20
Threat Entry Updated 2026-06-17

CVE-2026-6728 - Slider Revolution Plugin

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to, and including, 7.0.9 via the 'get_stream_data()' function. This makes it possible for unauthenticated attackers to extract sensitive data including published password-protected post, page, and product content.

PLUGIN Slider Revolution

CVE-2026-6728

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

CVE-2026-6405 - Anomaly Detection And Alerting Plugin

The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) leading to Stored Cross-Site Scripting (XSS) in versions up to and including 0.3.6. This is due to missing nonce verification on the settings page handler and insufficient output escaping in the admin_options.php template. The settings form includes no wp_nonce_field() and the handler performs no check_admin_referer() check, meaning any cross-origin POST can modify plugin settings. The API key field is sanitized only with sanitize_text_field(), which strips HTML tags but does not encode double-quote…

PLUGIN Anomaly Detection And Alerting

CVE-2026-6405

MEDIUM CVSS 4.3 2026-05-20
Threat Entry Updated 2026-06-17

CVE-2026-5200 - An Ultimate Newsletter Plugin And Marketing Automation Solution For Wordpress

The AcyMailing – An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 10.8.2. 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 privileged AcyMailing configuration, export subscriber secret keys, and chain these actions into administrator account takeover when a target administrator email address is known.

PLUGIN An Ultimate Newsletter Plugin And Marketing Automation Solution For Wordpress

CVE-2026-5200

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

CVE-2026-7385 - Decent Comments Plugin

The Decent Comments WordPress plugin before 3.0.2 does not restrict access to comment author email addresses and post author email addresses via its REST API endpoint, allowing unauthenticated attackers to enumerate registered user email addresses.

PLUGIN Decent Comments

CVE-2026-7385

MEDIUM CVSS 5.8 2026-05-20
Scroll to top