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

CVE-2026-8419 - Amazon Scraper Plugin

The Amazon Scraper plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.1. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to update settings and 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 Amazon Scraper

CVE-2026-8419

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

CVE-2026-8418 - Game Catalog Plugin

The Games Catalog plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.2.0. This is due to missing or incorrect nonce validation on the gc_crud() function which handles the delete action (action=delete) via a GET request without any wp_verify_nonce() / check_admin_referer() call. This makes it possible for unauthenticated attackers to delete arbitrary game catalog entries (including the associated WordPress post created for the game) via a forged request, granted they can trick a site administrator into performing an action such as clicking on a…

PLUGIN Game Catalog

CVE-2026-8418

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

CVE-2026-6555 - Prosolution Wp Client Plugin

The ProSolution WP Client plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to, and including, 2.0.0. This is due to an array validation mismatch where only the first file in the upload array undergoes extension and MIME type validation, while all files are processed and uploaded to a web-accessible directory. This makes it possible for unauthenticated attackers to upload malicious PHP files and achieve remote code execution by sending a valid first file followed by a malicious file.

PLUGIN Prosolution Wp Client

CVE-2026-6555

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

CVE-2026-6456 - Account Switcher Plugin

The Account Switcher plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.0.2. This is due to the `rememberLogin` REST API endpoint using a loose comparison (`!=` instead of `!==`) for secret validation at `app/RestAPI.php:111`, combined with no validation that the secret is non-empty. When a target user has never used the "Remember me" feature, their `asSecret` user meta does not exist, causing `get_user_meta()` to return an empty string. An attacker can send an empty `secret` parameter, which passes the comparison (`'' != ''`…

PLUGIN Account Switcher

CVE-2026-6456

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

CVE-2026-6549 - Logo Manager For Enamad Plugin

The Logo Manager For Enamad plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' attribute of the `vc_enamad_namad`, `vc_enamad_shamed`, and `vc_enamad_custom` shortcodes in all versions up to, and including, 0.7.4 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 Logo Manager For Enamad

CVE-2026-6549

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

CVE-2026-6404 - Anomaly Detection And Alerting Plugin

The Anomify AI – Anomaly Detection and Alerting plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'anomify_api_key' parameter in versions up to and including 0.3.6. This is due to insufficient input sanitization and missing output escaping: the plugin applies sanitize_text_field() to the Metric Data Key input before saving it via update_option(), but sanitize_text_field() strips HTML tags without encoding double-quote characters, and the value is then echoed directly into an HTML attribute context (value="...") without esc_attr(). This makes it possible for authenticated attackers with administrator-level access to inject…

PLUGIN Anomaly Detection And Alerting

CVE-2026-6404

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

CVE-2026-6452 - Bigfishgames Syndicate Plugin

The Bigfishgames Syndicate plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2. This is due to missing or incorrect nonce validation on the bigfishgames_syndicate_submenu() function. This makes it possible for unauthenticated attackers to reset plugin settings and update them via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN Bigfishgames Syndicate

CVE-2026-6452

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

CVE-2026-6401 - Bottom Bar Plugin

The Bottom Bar plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 0.1.7. This is due to missing nonce verification on the plugin's settings update forms handled in bottom-bar-admin.php. None of the three settings forms (main settings, sharing services, restore defaults) include a wp_nonce_field(), and the server-side processing code never calls check_admin_referer() or any equivalent nonce validation before processing POST data and calling update_option(). This makes it possible for unauthenticated attackers to trick a logged-in administrator into submitting a crafted request that updates…

PLUGIN Bottom Bar

CVE-2026-6401

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

CVE-2026-6400 - Child Height Predictor Plugin

The Child Height Predictor by Ostheimer plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 1.3. This is due to missing nonce verification in the options() function, which handles plugin settings updates. The form template does not include a wp_nonce_field() call, and the handler never calls check_admin_referer() or wp_verify_nonce(). This makes it possible for unauthenticated attackers to trick a site administrator into clicking a link or visiting a malicious page that submits a forged POST request, causing unauthorized changes to the plugin settings…

PLUGIN Child Height Predictor

CVE-2026-6400

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

CVE-2026-6072 - Oliver POS – A WooCommerce Point of Sale (POS) Plugin

The Oliver POS – A WooCommerce Point of Sale (POS) plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 2.4.2.6. The plugin protects its entire /wp-json/pos-bridge/* REST API namespace through the oliver_pos_rest_authentication() permission callback, which uses a loose PHP comparison (==) to compare the attacker-supplied 'OliverAuth' header value against the 'oliver_pos_authorization_token' option. On fresh installations where the admin has not yet completed the connection flow, this option is unset (get_option returns false). Due to PHP's type juggling, the loose comparison '0'…

PLUGIN Oliver POS – A WooCommerce Point of Sale (POS)

CVE-2026-6072

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

CVE-2026-6397 - Sticky Plugin

The Sticky plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `cvmh-sticky` shortcode `readmoretext` attribute in versions up to and including 2.5.6. This is due to insufficient input sanitization and output escaping in the `cvmh_sticky_front_render()` function — the `readmoretext` attribute value is passed through `apply_filters()` and directly concatenated into the HTML output without any escaping function such as `esc_html()`. 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 a page containing…

PLUGIN Sticky

CVE-2026-6397

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

CVE-2026-5293 - Os Diagnosis Generator Plugin

The 診断ジェネレータ作成プラグイン (Diagnosis Generator) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'js' parameter in versions up to and including 1.4.16. This is due to missing authorization checks and insufficient input sanitization in the themeFunc() function. The function is hooked to 'admin_init' and processes theme update requests without verifying user capabilities, allowing any authenticated user (including subscribers) to save malicious JavaScript to theme files. Additionally, the save() function uses stripslashes() which removes WordPress's magic quotes protection. This makes it possible for authenticated attackers, with subscriber-level access and…

PLUGIN Os Diagnosis Generator

CVE-2026-5293

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

CVE-2026-6395 - Word 2 Cash Plugin

The Word 2 Cash plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Stored Cross-Site Scripting in versions up to and including 0.9.2. This is due to the complete absence of nonce verification on the settings save handler in the w2c_admin() function, combined with missing input sanitization before storage and missing output escaping when rendering the stored value. The w2c-definitions POST parameter is saved raw via update_option() and later echoed without escaping inside a element. This makes it possible for unauthenticated attackers to forge a request on behalf…

PLUGIN Word 2 Cash

CVE-2026-6395

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

CVE-2026-6391 - Sentence To Seo Plugin

The Sentence To SEO (keywords, description and tags) plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing or incorrect nonce validation on the create_admin_page() function. This makes it possible for unauthenticated attackers to inject malicious web scripts and update plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN Sentence To Seo

CVE-2026-6391

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

CVE-2026-6394 - Nexa Blocks Plugin

The Nexa Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in versions up to and including 1.1.1. This is due to the import_demo() function accepting a user-supplied URL in the demo_json_file POST parameter and passing it directly to wp_remote_get() without any URL validation or restriction against internal or private network destinations. The nexa_blocks_nonce required for the AJAX action is publicly exposed in the HTML source of any frontend page where the plugin is active via wp_localize_script on…

PLUGIN Nexa Blocks

CVE-2026-6394

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

CVE-2026-6399 - General Options Plugin

The General Options plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 1.1.0. This is due to the use of sanitize_text_field() for output escaping in the Contact Number (ad_contact_number) field — a function that strips HTML tags but does not encode double-quote characters to their HTML entity equivalent ("). When the stored value is echoed inside a double-quoted HTML attribute (value="..."), an attacker-supplied double-quote character breaks out of the attribute context. Even with WordPress's wp_magic_quotes mechanism (which prefixes quotes with a backslash), the resulting…

PLUGIN General Options

CVE-2026-6399

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

CVE-2026-3985 - Creative Mail By Constant Contact Plugin

The Creative Mail – Easier WordPress & WooCommerce Email Marketing plugin for WordPress is vulnerable to SQL Injection via the 'checkout_uuid' parameter in all versions up to, and including, 1.6.9. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the `has_checkout_consent()` method. 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 Creative Mail By Constant Contact

CVE-2026-3985

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

CVE-2026-8073 - Customizer Plugin

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation and missing capability check in the 'downloadZIP' function in all versions up to, and including, 6.0.6. This makes it possible for unauthenticated attackers to read and delete arbitrary files limited in the WordPress uploads base directory.

PLUGIN Customizer

CVE-2026-8073

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

CVE-2026-8096 - Customizer Plugin

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 6.0.6. 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 view all Kirki frontend forms and read stored visitor form submission data, including contact details, messages, and any other visitor-provided information submitted through site forms.

PLUGIN Customizer

CVE-2026-8096

MEDIUM CVSS 6.5 2026-05-19
Threat Entry Updated 2026-06-17

CVE-2026-47100 - Changeset Plugin

Funnel Builder for WooCommerce Checkout prior to 3.15.0.3 contains a missing authorization vulnerability in the public checkout endpoint that allows unauthenticated attackers to invoke internal methods and write arbitrary data to the plugin's External Scripts global setting. Attackers can inject malicious JavaScript through the External Scripts setting that executes in the browsers of all checkout page visitors.

PLUGIN Changeset

CVE-2026-47100

HIGH CVSS 8.7 2026-05-19
Scroll to top