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.

Total14,712
Critical880
High2,932
Medium10,703
Reset
Showing 181-200 of 14712 records
Threat Entry Updated 2026-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-20

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-05-19

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-05-19

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-05-19

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
Threat Entry Updated 2026-05-19

CVE-2026-8912 - Contest Gallery Plugin

The Contest Gallery plugin for WordPress is vulnerable to SQL Injection via the 'form_input' parameter in versions up to, and including, 28.1.6. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query inside the unauthenticated 'post_cg_gallery_form_upload' AJAX action (specifically the 'cb' branch of the included users-upload-check.php, where $f_input_id is concatenated unquoted into 'SELECT Field_Content FROM ... WHERE id = $f_input_id'). The endpoint is gated only by a public frontend nonce ('cg1l_action' / 'cg_nonce') that is exposed in the page…

PLUGIN Contest Gallery

CVE-2026-8912

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

CVE-2026-4883 - Piotnet Forms Plugin

The Piotnet Forms plugin for WordPress is vulnerable to arbitrary file upload due to missing file type validation in the 'piotnetforms_ajax_form_builder' function in all versions up to, and including, 2.1.40. The plugin uses an incomplete extension blacklist that only blocks php, phpt, php5, php7, and exe extensions, while allowing dangerous extensions such as .phar or .phtml to be uploaded. 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 exploit can only be exploited if…

PLUGIN Piotnet Forms

CVE-2026-4883

CRITICAL CVSS 9.8 2026-05-19
Threat Entry Updated 2026-05-19

CVE-2026-4885 - Piotnet Addons For Elementor Pro Plugin

The Piotnet Addons for Elementor Pro plugin for WordPress is vulnerable to arbitrary file upload due to missing file type validation in the 'pafe_ajax_form_builder' function in all versions up to, and including, 7.1.70. The plugin uses an incomplete extension blacklist that only blocks php, phpt, php5, php7, and exe extensions, while allowing dangerous extensions such as .phar or .phtml to be uploaded. 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 exploit can only…

PLUGIN Piotnet Addons For Elementor Pro

CVE-2026-4885

CRITICAL CVSS 9.8 2026-05-19
Threat Entry Updated 2026-05-18

CVE-2026-3220 - Clearfy Cache Plugin

The Autoptimize WordPress plugin before 3.1.15, Clearfy Cache WordPress plugin before 2.4.2, Speed Optimizer WordPress plugin before 7.7.9 are vulnerable to unauthenticated Stored Cross-Site Scripting (XSS) due to a predictable replacement hash used during the HTML minification process and abusing a regular expression. This allows an attacker to inject arbitrary HTML attributes in the final HTML output by anticipating the placeholder format.

PLUGIN Clearfy Cache

CVE-2026-3220

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

CVE-2026-6379 - Wp Photo Album Plus Plugin

The WP Photo Album Plus WordPress plugin before 9.1.11.001 does not properly sanitize and escape a parameter before using it in a SQL query, allowing unauthenticated users to perform SQL injection attacks.

PLUGIN Wp Photo Album Plus

CVE-2026-6379

HIGH CVSS 8.6 2026-05-18
Threat Entry Updated 2026-05-18

CVE-2026-6381 - Before 4 Plugin

The WP Maps WordPress plugin before 4.9.3 does not properly sanitize a parameter before using it in a file path, allowing authenticated users to perform Local File Inclusion attacks.

PLUGIN Before 4

CVE-2026-6381

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

CVE-2026-6495 - Ajax Load More Plugin

The Ajax Load More WordPress plugin before 7.8.4 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

PLUGIN Ajax Load More

CVE-2026-6495

HIGH CVSS 7.1 2026-05-18
Scroll to top