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.

Total3,625
Critical0
High3,625
Medium0
Reset
Showing 101-120 of 3625 records
Threat Entry Updated 2026-05-12

CVE-2026-6690 - Lifepress Plugin

The LifePress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'n' parameter of the lp_update_mds AJAX action in all versions up to, and including, 2.2.2. This is due to the `wp_ajax_nopriv_lp_update_mds` action being registered without nonce verification or capability checks, combined with insufficient input sanitization and output escaping when the series name is rendered in the admin settings page. 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 Lifepress

CVE-2026-6690

HIGH CVSS 7.2 2026-05-12
Threat Entry Updated 2026-05-12

CVE-2026-39432 - Timetics Plugin

Missing Authorization vulnerability in Arraytics Timetics allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects Timetics: from n/a through 1.0.53.

PLUGIN Timetics

CVE-2026-39432

HIGH CVSS 8.2 2026-05-12
Threat Entry Updated 2026-05-12

CVE-2026-2993 - Ai Copilot Content Generator Plugin

The AI Chatbot & Workflow Automation by AIWU plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 1.4.17 due to insufficient escaping on user supplied parameters and lack of sufficient preparation on the existing SQL query in the getListForTbl() function. 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. NOTE: This issue is partially mitigated by a patch in version 1.4.11 that adds a nonce check for…

PLUGIN Ai Copilot Content Generator

CVE-2026-2993

HIGH CVSS 7.5 2026-05-12
Threat Entry Updated 2026-05-12

CVE-2026-6433 - Custom Css Js Php Plugin

The Custom css-js-php WordPress plugin through 2.0.7 does not properly sanitize user input before using it in a SQL query, and the result is passed to eval(), allowing unauthenticated users to execute arbitrary PHP code on the server.

PLUGIN Custom Css Js Php

CVE-2026-6433

HIGH CVSS 7.3 2026-05-11
Threat Entry Updated 2026-05-08

CVE-2026-7330 - Wp Auto Affiliate Links Plugin

The Auto Affiliate Links plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 6.8.8 This is due to insufficient input sanitization on the 'url' POST parameter in the aal_url_stats_save_action() function and a complete absence of output escaping in aal_display_clicks(), where the stored value is echoed directly into an anchor element's href attribute and inner text without esc_url(), esc_attr(), or esc_html(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts into the admin statistics page that execute in an administrator's browser when…

PLUGIN Wp Auto Affiliate Links

CVE-2026-7330

HIGH CVSS 7.2 2026-05-08
Threat Entry Updated 2026-05-08

CVE-2026-5127 - Wp User Frontend Plugin

The User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration plugin for WordPress is vulnerable to Deserialization of Untrusted Data in versions up to, and including, 4.3.1 This is due to insufficient input validation and type checking on the wpuf_files parameter during form submission, combined with unconditional deserialization via maybe_unserialize() when displaying post content. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary PHP objects, which can be leveraged to execute arbitrary code, delete arbitrary files, or perform other malicious…

PLUGIN Wp User Frontend

CVE-2026-5127

HIGH CVSS 8.8 2026-05-08
Threat Entry Updated 2026-05-08

CVE-2026-4935 - All In One Automation Platform Plugin

The OttoKit: All-in-One Automation Platform WordPress plugin before 1.1.23 does not properly sanitize user input before using it in a SQL statement, which could allow unauthenticated attackers to perform SQL injection attacks.

PLUGIN All In One Automation Platform

CVE-2026-4935

HIGH CVSS 8.6 2026-05-08
Threat Entry Updated 2026-05-07

CVE-2026-41554 - Bricks Builder Plugin

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Bricks Builder allows Reflected XSS. This issue affects Bricks Builder: from n/a through 1.9.2 to 2.2.

PLUGIN Bricks Builder

CVE-2026-41554

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

CVE-2026-6692 - Slider Revolution Plugin

The Slider Revolution plugin for WordPress is vulnerable to Arbitrary File Upload in versions 7.0.0 to 7.0.10 via the '_get_media_url' and '_check_file_path' function. This is due to insufficient file type validation. This makes it possible for authenticated attackers, with subscriber-level access and above, to upload files that may be executable, which makes remote code execution possible. The vulnerability was partially patched in version 7.0.10 and fully patched in version 7.0.11.

PLUGIN Slider Revolution

CVE-2026-6692

HIGH CVSS 8.8 2026-05-07
Threat Entry Updated 2026-05-07

CVE-2026-7252 - Wp Optimize Plugin

The WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the unscheduled_original_file_deletion function in all versions up to, and including, 4.5.2 This makes it possible for authenticated attackers, with author-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). This is possible because 'original-file' is a public (non-protected) meta key…

PLUGIN Wp Optimize

CVE-2026-7252

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

CVE-2026-4348 - Betterdocs Pro Plugin

The BetterDocs Pro plugin for WordPress is vulnerable to SQL Injection via the `get_current_letter_docs` and `docs_sort_by_letter` AJAX actions in all versions up to, and including, 3.7.0. This is due to the `limit` POST parameter being interpolated directly into a SQL query string before being passed to `$wpdb->prepare()`, which only parameterizes other variables. 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. The Encyclopedia feature must be enabled in BetterDocs Pro settings for…

PLUGIN Betterdocs Pro

CVE-2026-4348

HIGH CVSS 7.5 2026-05-07
Threat Entry Updated 2026-05-06

CVE-2026-1719 - Gravity Bookings Premium Plugin

The Gravity Bookings Premium plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 2.5.9 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 Gravity Bookings Premium

CVE-2026-1719

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

CVE-2026-7332 - Calendar Booking Plugin For Appointments And Events

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'booking_form_page_url' parameter in all versions up to, and including, 5.5.0 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 malicious activity log entry is written to the database even when Stripe is not configured, because the latepoint_order_intent_created action hook fires before the Stripe Connect account…

PLUGIN Calendar Booking Plugin For Appointments And Events

CVE-2026-7332

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

CVE-2026-4304 - Weepie Cookie Allow Plugin

The WeePie Cookie Allow plugin for WordPress is vulnerable to SQL Injection via the 'consent' parameter in all versions up to, and including, 3.4.11 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 Weepie Cookie Allow

CVE-2026-4304

HIGH CVSS 7.5 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-6261 - Betheme

The Betheme theme for WordPress is vulnerable to Arbitrary File Upload in versions up to, and including, 28.4. This is due to the upload_icons() function workflow moving and unzipping user-controlled ZIP files into a public uploads directory without validating extracted file types. This makes it possible for authenticated attackers, with author-level access and above, to upload arbitrary files (including PHP) and achieve remote code execution via the Icons icon-pack upload flow.

THEME Betheme

CVE-2026-6261

HIGH CVSS 8.8 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-3359 - Drop Contact Form Builder Plugin

The Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder plugin for WordPress is vulnerable to SQL Injection via the 'inputs' parameter in versions up to, and including, 1.15.42 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 Drop Contact Form Builder

CVE-2026-3359

HIGH CVSS 7.5 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-5192 - Custom Form Builder Plugin

The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Path Traversal in versions up to, and including, 1.52.1 via the 'upload-1[file][file_path]' parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires a publicly accessible form with a File Upload field where Save and Continue is enabled in that form's Behavior settings and the Save and Continue email notification is configured to attach uploaded files in…

PLUGIN Custom Form Builder

CVE-2026-5192

HIGH CVSS 7.5 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-4803 - Royal Elementor Addons Plugin

The Royal Elementor Addons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'status' parameter in the wpr_update_form_action_meta AJAX action in all versions up to, and including, 1.7.1056. This is due to insufficient input sanitization and output escaping, combined with a publicly leaked nonce that allows unauthenticated access to the AJAX handler. 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 Royal Elementor Addons

CVE-2026-4803

HIGH CVSS 7.2 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-3456 - Chatbot And Lead Generation Plugin

The GeekyBot — Generate AI Content Without Prompt, Chatbot and Lead Generation plugin for WordPress is vulnerable to SQL Injection via the 'attributekey' parameter in versions up to, and including, 1.2.0 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 Chatbot And Lead Generation

CVE-2026-3456

HIGH CVSS 7.5 2026-05-05
Threat Entry Updated 2026-05-05

CVE-2026-5100 - Another Wordpress Classifieds Plugin

The AWP Classifieds plugin for WordPress is vulnerable to SQL Injection via the 'regions' parameter array keys in versions up to, and including, 4.4.5 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 Another Wordpress Classifieds

CVE-2026-5100

HIGH CVSS 7.5 2026-05-05
Scroll to top