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,226
Critical1,270
High4,357
Medium12,382
Reset
Showing 2461-2480 of 18226 records
Threat Entry Updated 2026-06-17

CVE-2026-5050 - Woocommerce Lite Plugin

The Payment Gateway for Redsys & WooCommerce Lite plugin for WordPress is vulnerable to Improper Verification of Cryptographic Signature in versions up to, and including, 7.0.0 due to successful_request() handlers calculating a local signature but not validating Ds_Signature from the request before accepting payment status across the Redsys, Bizum, and Google Pay gateway flows. This makes it possible for unauthenticated attackers to forge payment callback data and mark pending orders as paid when they know a valid order key and order amount, potentially allowing checkout completion and product or service…

PLUGIN Woocommerce Lite

CVE-2026-5050

HIGH CVSS 7.5 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3773 - Online Accessibility Plugin

The Accessibility Suite by Ability, Inc plugin for WordPress is vulnerable to SQL Injection via the 'scan_id' parameter in all versions up to, and including, 4.20. 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 authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

PLUGIN Online Accessibility

CVE-2026-3773

MEDIUM CVSS 6.5 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3614 - Acymailing Plugin

The AcyMailing plugin for WordPress is vulnerable to privilege escalation in all versions From 9.11.0 up to, and including, 10.8.1 due to a missing capability check on the `wp_ajax_acymailing_router` AJAX handler. This makes it possible for authenticated attackers, with Subscriber-level access and above, to access admin-only controllers (including configuration management), enable the autologin feature, create a malicious newsletter subscriber with an injected `cms_id` pointing to any WordPress user, and then use the autologin URL to authenticate as that user, including administrators.

PLUGIN Acymailing

CVE-2026-3614

HIGH CVSS 8.8 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3599 - Riaxe Product Customizer Plugin

The Riaxe Product Customizer plugin for WordPress is vulnerable to SQL Injection via the 'options' parameter keys within 'product_data' of the /wp-json/InkXEProductDesignerLite/add-item-to-cart REST API endpoint in all versions up to, and including, 2.1.2. This is due to insufficient escaping on the user-supplied parameter and insufficient 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 Riaxe Product Customizer

CVE-2026-3599

HIGH CVSS 7.5 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3596 - Riaxe Product Customizer Plugin

The Riaxe Product Customizer plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.1.2. The plugin registers an unauthenticated AJAX action ('wp_ajax_nopriv_install-imprint') that maps to the ink_pd_add_option() function. This function reads 'option' and 'opt_value' from $_POST, then calls delete_option() followed by add_option() using these attacker-controlled values without any nonce verification, capability checks, or option name allowlist. This makes it possible for unauthenticated attackers to update arbitrary WordPress options, which can be leveraged for privilege escalation by enabling user registration and setting the default user…

PLUGIN Riaxe Product Customizer

CVE-2026-3596

CRITICAL CVSS 9.8 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3595 - Riaxe Product Customizer Plugin

The Riaxe Product Customizer plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.1.2. This is due to the plugin registering a REST API route at POST /wp-json/InkXEProductDesignerLite/customer/delete_customer without a permission_callback, causing WordPress to default to allowing unauthenticated access, and the inkxe_delete_customer() callback function taking an array of user IDs from the request body and passing each one directly to wp_delete_user() without any authentication or authorization checks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress user accounts, including administrator accounts, leading…

PLUGIN Riaxe Product Customizer

CVE-2026-3595

MEDIUM CVSS 5.3 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3581 - Basic Google Maps Placemarks Plugin

The Basic Google Maps Placemarks plugin for WordPress is vulnerable to authorization bypass in versions up to, and including, 1.10.7. 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 modify stored map latitude and longitude options.

PLUGIN Basic Google Maps Placemarks

CVE-2026-3581

MEDIUM CVSS 5.3 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3551 - Custom New User Notification Plugin

The Custom New User Notification plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's admin settings in all versions up to, and including, 1.2.0. This is due to insufficient input sanitization and output escaping on multiple settings fields including 'User Mail Subject', 'User From Name', 'User From Email', 'Admin Mail Subject', 'Admin From Name', and 'Admin From Email'. The settings are registered via register_setting() without sanitize callbacks, and the values retrieved via get_option() are echoed directly into HTML input value attributes without esc_attr(). This makes it possible…

PLUGIN Custom New User Notification

CVE-2026-3551

MEDIUM CVSS 4.4 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-5070 - Vantage Theme

The Vantage theme for WordPress is vulnerable to Stored Cross-Site Scripting via Gallery block text content in versions up to, and including, 1.20.32 due to insufficient output escaping in the gallery template. 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.

THEME Vantage

CVE-2026-5070

MEDIUM CVSS 6.4 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-4032 - Codecolorer Plugin

The CodeColorer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'class' parameter in 'cc' comment shortcode in versions up to, and including, 0.10.1 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. Exploitation requires comments to be enabled on the target post and guest comments to be allowed.

PLUGIN Codecolorer

CVE-2026-4032

MEDIUM CVSS 6.1 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3878 - Wp Docs Plugin

The WP Docs plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wpdocs_options[icon_size]' parameter in all versions up to, and including, 2.2.9 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.

PLUGIN Wp Docs

CVE-2026-3878

MEDIUM CVSS 6.4 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3885 - Shortcodes Ultimate Plugin

The WP Shortcodes Plugin — Shortcodes Ultimate plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'su_box' shortcode in all versions up to, and including, 7.4.9 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 Shortcodes Ultimate

CVE-2026-3885

MEDIUM CVSS 6.4 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-3299 - Changeset Plugin

The WP YouTube Lyte plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'lyte' shortcode in all versions up to, and including, 1.7.29 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 Changeset

CVE-2026-3299

MEDIUM CVSS 6.4 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-4880 - Barcode Scanner Lite Pos To Manage Products Inventory And Orders Plugin

The Barcode Scanner (+Mobile App) – Inventory manager, Order fulfillment system, POS (Point of Sale) plugin for WordPress is vulnerable to privilege escalation via insecure token-based authentication in all versions up to, and including, 1.11.0. This is due to the plugin trusting a user-supplied Base64-encoded user ID in the token parameter to identify users, leaking valid authentication tokens through the 'barcodeScannerConfigs' action, and lacking meta-key restrictions on the 'setUserMeta' action. This makes it possible for unauthenticated attackers to escalate their privileges to that of an administrator by first spoofing the…

PLUGIN Barcode Scanner Lite Pos To Manage Products Inventory And Orders

CVE-2026-4880

CRITICAL CVSS 9.8 2026-04-16
Threat Entry Updated 2026-06-17

CVE-2026-4949 - Wp User Avatar Plugin

The Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 4.16.12. This is due to the 'process_checkout' function not properly enforcing the plan active status check when a 'change_plan_sub_id' parameter is provided. This makes it possible for authenticated attackers, with Subscriber-level access and above, to subscribe to inactive membership plans by supplying an arbitrary 'change_plan_sub_id' value in the checkout request.

PLUGIN Wp User Avatar

CVE-2026-4949

MEDIUM CVSS 4.3 2026-04-15
Threat Entry Updated 2026-06-17

CVE-2026-6372 - Accept Cryptocurrencies with Plisio Plugin

Missing Authorization vulnerability in Plisio Accept Cryptocurrencies with Plisio allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Accept Cryptocurrencies with Plisio: from n/a through 2.0.5.

PLUGIN Accept Cryptocurrencies with Plisio

CVE-2026-6372

HIGH CVSS 7.5 2026-04-15
Threat Entry Updated 2026-06-17

CVE-2026-6370 - Mini Ajax Cart for WooCommerce Plugin

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in HashThemes Mini Ajax Cart for WooCommerce allows Stored XSS.This issue affects Mini Ajax Cart for WooCommerce: from n/a through 1.3.4.

PLUGIN Mini Ajax Cart for WooCommerce

CVE-2026-6370

MEDIUM CVSS 5.9 2026-04-15
Threat Entry Updated 2026-06-17

CVE-2026-1852 - Product Pricing Table By Woobewoo Plugin

The Product Pricing Table by WooBeWoo plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1.0. This is due to missing or incorrect nonce validation on the updateLabel() and remove() functions. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages or delete pricing tables via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN Product Pricing Table By Woobewoo

CVE-2026-1852

MEDIUM CVSS 6.1 2026-04-15
Threat Entry Updated 2026-06-17

CVE-2026-40784 - FluentBoards Plugin

Authorization Bypass Through User-Controlled Key vulnerability in Mahmudul Hasan Arif FluentBoards fluent-boards allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects FluentBoards: from n/a through

PLUGIN FluentBoards

CVE-2026-40784

HIGH CVSS 8.1 2026-04-15
Threat Entry Updated 2026-06-17

CVE-2026-40786 - MyRewards Plugin

Missing Authorization vulnerability in Long Watch Studio MyRewards woorewards allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects MyRewards: from n/a through

PLUGIN MyRewards

CVE-2026-40786

MEDIUM CVSS 4.3 2026-04-15
Scroll to top