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.

Total10,759
Critical0
High0
Medium10,759
Reset
Showing 1-20 of 10759 records
Threat Entry Updated 2026-04-15

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-04-15

CVE-2026-5717 - Vi Include Post By Plugin

The VI: Include Post By plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'class_container' attribute of the 'include-post-by-cat' shortcode in all versions up to, and including, 0.4.200706 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 Vi Include Post By

CVE-2026-5717

MEDIUM CVSS 6.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-4091 - Open Brain Plugin

The OPEN-BRAIN plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.5.0. This is due to missing nonce verification on the settings form in the func_page_main() function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN Open Brain

CVE-2026-4091

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

CVE-2026-4011 - Wpgo Power Charts Lite Plugin

The Power Charts Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the [pc] shortcode in all versions up to, and including, 0.1.0. This is due to insufficient input sanitization and output escaping on the 'id' shortcode attribute. Specifically, in the pc_shortcode() function, the 'id' attribute is extracted from user-supplied shortcode attributes and directly concatenated into an HTML div element's class attribute without any escaping or sanitization at line 62. The resulting HTML is then passed through html_entity_decode() before being returned, further undermining any…

PLUGIN Wpgo Power Charts Lite

CVE-2026-4011

MEDIUM CVSS 6.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-4005 - Coachific Shortcode Plugin

The Coachific Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'userhash' shortcode attribute in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitize_text_field() on the 'userhash' parameter, which strips HTML tags but does not escape characters significant in a JavaScript string context (such as double quotes, semicolons, and parentheses). The sanitized value is then directly interpolated into a JavaScript string within a tag on line 29 without any JavaScript-specific escaping (e.g., wp_json_encode() or esc_js()).…

PLUGIN Coachific Shortcode

CVE-2026-4005

MEDIUM CVSS 6.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-3998 - Wm Jqmath Plugin

The WM JqMath plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'style' shortcode attribute of the [jqmath] shortcode in all versions up to and including 1.3. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The generate_jqMathFormula() function directly concatenates the 'style' attribute value into an HTML style attribute without applying esc_attr() or any other escaping. 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…

PLUGIN Wm Jqmath

CVE-2026-3998

MEDIUM CVSS 6.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-3659 - Wp Circliful Plugin

The WP Circliful plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' shortcode attribute of the [circliful] shortcode and via multiple shortcode attributes of the [circliful_direct] shortcode in all versions up to and including 1.2. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. Specifically, in the circliful_shortcode() function, the 'id' attribute value is concatenated directly into an HTML id attribute (line 285) without any escaping, allowing an attacker to break out of the double-quoted attribute and inject arbitrary HTML event handlers.…

PLUGIN Wp Circliful

CVE-2026-3659

MEDIUM CVSS 6.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-4002 - Petje Af Plugin

The Petje.af plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 2.1.8. This is due to missing nonce validation in the ajax_revoke_token() function which handles the 'petjeaf_disconnect' AJAX action. The function performs destructive operations including revoking OAuth2 tokens, deleting user meta, and deleting WordPress user accounts (for users with the 'petjeaf_member' role) without verifying the request originated from a legitimate source. This makes it possible for unauthenticated attackers to force authenticated users to delete their Petje.af member user accounts via a forged request…

PLUGIN Petje Af

CVE-2026-4002

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

CVE-2026-3649 - Katalogportal Pdf Sync Plugin

The Katalogportal PDF Sync plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.0.0. The katalogportal_popup_shortcode() function is registered as an AJAX handler via wp_ajax_katalogportal_shortcodePrinter but lacks any capability check (current_user_can()) or nonce verification. This allows any authenticated user, including Subscribers, to call the endpoint and retrieve a list of all synchronized PDF attachments (including those attached to private or draft posts) along with their titles, actual filenames, and the katalogportal_userid configuration value. The WP_Query uses post_status => 'any' which returns attachments regardless of…

PLUGIN Katalogportal Pdf Sync

CVE-2026-3649

MEDIUM CVSS 5.3 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-3642 - E Shot Form Builder Plugin

The e-shot™ form builder plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.0.2. The eshot_form_builder_update_field_data() AJAX handler lacks any capability checks (current_user_can()) or nonce verification (check_ajax_referer()/wp_verify_nonce()). The function is registered via the wp_ajax_ hook, making it accessible to any authenticated user. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify form field configurations including mandatory status, field visibility, and form display preferences via the eshot_form_builder_update_field_data AJAX action.

PLUGIN E Shot Form Builder

CVE-2026-3642

MEDIUM CVSS 5.3 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-1782 - Metform Pro Plugin

The MetForm Pro plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 3.9.7 This is due to the payment integrations (Stripe/PayPal) trusting a user-submitted calculation field value without recomputing or validating it against the configured form price. This makes it possible for unauthenticated attackers to manipulate the payment amount via the 'mf-calculation' field in the form submission REST request granted there exists a specific form with this particular configuration.

PLUGIN Metform Pro

CVE-2026-1782

MEDIUM CVSS 5.3 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-6293 - Inquiry Form To Posts Or Pages Plugin

The Inquiry Form to Posts or Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Stored Cross-Site Scripting in version 1.0. This is due to missing nonce validation on the plugin settings update handler, combined with insufficient input sanitization on all user-supplied fields and missing output escaping when rendering stored values. The settings handler fires solely on the presence of `$_POST['inq_hidden'] == 'Y'` with no call to `check_admin_referer()` and no WordPress nonce anywhere in the form or handler. This makes it possible for unauthenticated attackers to inject…

PLUGIN Inquiry Form To Posts Or Pages

CVE-2026-6293

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

CVE-2026-4812 - Advanced Custom Fields Plugin

The Advanced Custom Fields (ACF) plugin for WordPress is vulnerable to Missing Authorization to Arbitrary Post/Page Disclosure in versions up to and including 6.7.0. This is due to AJAX field query endpoints accepting user-supplied filter parameters that override field-configured restrictions without proper authorization checks. This makes it possible for unauthenticated attackers with access to a frontend ACF form to enumerate and disclose information about draft/private posts, restricted post types, and other data that should be restricted by field configuration.

PLUGIN Advanced Custom Fields

CVE-2026-4812

MEDIUM CVSS 5.3 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-1509 - Builder Plugin

The Avada (Fusion) Builder plugin for WordPress is vulnerable to Arbitrary WordPress Action Execution in all versions up to, and including, 3.15.1. This is due to the plugin's `output_action_hook()` function accepting user-controlled input to trigger any registered WordPress action hook without proper authorization checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary WordPress action hooks via the Dynamic Data feature, potentially leading to privilege escalation, file inclusion, denial of service, or other security impacts depending on which action hooks are available in the…

PLUGIN Builder

CVE-2026-1509

MEDIUM CVSS 5.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-2396 - List View Google Calendar Plugin

The List View Google Calendar plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the event description in all versions up to, and including, 7.4.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, 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 List View Google Calendar

CVE-2026-2396

MEDIUM CVSS 4.4 2026-04-15
Threat Entry Updated 2026-04-15

CVE-2026-1541 - Builder Plugin

The Avada (Fusion) Builder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.15.1. This is due to the plugin's `fusion_get_post_custom_field()` function failing to validate whether metadata keys are protected (underscore-prefixed). This makes it possible for authenticated attackers, with Subscriber-level access and above, to extract protected post metadata fields that should not be publicly accessible via the Dynamic Data feature's `post_custom_field` parameter.

PLUGIN Builder

CVE-2026-1541

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

CVE-2026-1314 - Flipbook Image Gallery Plugin

The 3D FlipBook – PDF Embedder, PDF Flipbook Viewer, Flipbook Image Gallery plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the send_post_pages_json() function in all versions up to, and including, 1.16.17. This makes it possible for unauthenticated attackers to retrieve flipbook page metadata for draft, private and password-protected flipbooks.

PLUGIN Flipbook Image Gallery

CVE-2026-1314

MEDIUM CVSS 5.3 2026-04-15
Threat Entry Updated 2026-04-14

CVE-2026-4109 - Changeset Plugin

The Eventin – Events Calendar, Event Booking, Ticket & Registration (AI Powered) plugin for WordPress is vulnerable to unauthorized access of data due to a improper capability check on the get_item_permissions_check() function in all versions up to, and including, 4.1.8. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read arbitrary order data including customer PII (name, email, phone) by iterating order IDs.

PLUGIN Changeset

CVE-2026-4109

MEDIUM CVSS 4.3 2026-04-14
Threat Entry Updated 2026-04-14

CVE-2026-2582 - Woocommerce Germanized Plugin

The The Germanized for WooCommerce plugin for WordPress is vulnerable to arbitrary shortcode execution via 'account_holder' parameter in all versions up to, and including, 3.20.5. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

PLUGIN Woocommerce Germanized

CVE-2026-2582

MEDIUM CVSS 6.5 2026-04-14
Threat Entry Updated 2026-04-14

CVE-2026-4059 - Woolentor Addons Plugin

The ShopLentor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the woolentor_quickview_button shortcode's button_text attribute in all versions up to, and including, 3.3.5. This is due to insufficient input sanitization and missing output escaping on user-supplied shortcode 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 Woolentor Addons

CVE-2026-4059

MEDIUM CVSS 6.4 2026-04-14
Scroll to top