
AI-Powered CVE Analysis for WordPress Plugins
We use AI to automate the differential analysis between vulnerable and patched plugin versions to understand and interpret the security issues. What we share here is research-grade proof of concept demonstrations that are then fed back into our endpoint firewall service.
WordPress Proof of Concepts
AI-assisted vulnerability analysis with PoC demonstration
March 18, 2026
CVE-2026-22491: My auctions allegro <= 3.6.34 – Reflected Cross-Site Scripting (my-auctions-allegro-free-edition)
The My auctions allegro plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 3.6.34 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action…
March 18, 2026
CVE-2026-3072: Media Library Assistant <= 3.33 – Missing Authorization to Authenticated (Subscriber+) Arbitrary Attachment Taxonomy Modification (media-library-assistant)
The Media Library Assistant plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the mla_update_compat_fields_action() function in all versions up to, and including, 3.33. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify taxonomy terms on arbitrary attachments.
March 18, 2026
CVE-2025-69347: Subscription for WooCommerce – WordPress Recurring Payments Plugin <= 1.8.10 – Authenticated (Customer+) Insecure Direct Object Reference (subscription)
The Subscription for WooCommerce – WordPress Recurring Payments Plugin plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.8.10 due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with Custom-level access and above, to perform an unauthorized action.
March 18, 2026
CVE-2026-2893: Page and Post Clone <= 6.3 – Authenticated (Contributor+) SQL Injection via 'meta_key' Parameter (page-or-post-clone)
The Page and Post Clone plugin for WordPress is vulnerable to SQL Injection via the 'meta_key' parameter in the content_clone() function in all versions up to, and including, 6.3. This is due to insufficient escaping on the user-supplied meta_key value and insufficient preparation on the existing SQL query. This makes it possible for authenticated attackers,…
March 18, 2026
CVE-2026-22484: Lisfinity Core – Lisfinity Core plugin used for pebas® Lisfinity WordPress theme <= 1.5.0 – Unauthenticated SQL Injection (lisfinity-core)
The Lisfinity Core - Lisfinity Core plugin used for pebas® Lisfinity WordPress theme plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 1.5.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…
March 18, 2026
CVE-2026-2365: Fluent Forms Pro <= 6.1.17 – Unauthenticated Stored Cross-Site Scripting via Draft Form Submission (fluentformpro)
The Fluent Forms Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `fluentform_step_form_save_data` AJAX action in all versions up to, and including, 6.1.17. This is due to the draft form submission endpoint being publicly accessible without authentication or nonce verification, combined with insufficient input sanitization and output escaping of form field data.…
March 18, 2026
CVE-2026-2899: Fluent Forms Pro Add On Pack <= 6.1.17 – Missing Authorization to Unauthenticated Arbitrary Attachment Deletion (fluentformpro)
The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.1.17. This is due to the `deleteFile()` method in the `Uploader` class lacking nonce verification and capability checks. The AJAX action is registered via `addPublicAjaxAction()` which creates both `wp_ajax_` and `wp_ajax_nopriv_` hooks. This…
March 18, 2026
CVE-2026-3034: OoohBoi Steroids for Elementor <= 2.1.24 – Authenticated (Contributor+) Stored Cross-Site Scripting via Multiple URL Controls (ooohboi-steroids-for-elementor)
The OoohBoi Steroids for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the _ob_spacerat_link, _ob_bbad_link, and _ob_teleporter_link URL parameters in all versions up to, and including, 2.1.24. 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…
March 18, 2026
CVE-2025-68515: WP Booking System – Booking Calendar <= 2.0.19.12 – Unauthenticated Information Exposure (wp-booking-system)
The WP Booking System – Booking Calendar plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.0.19.12. This makes it possible for unauthenticated attackers to extract sensitive user or configuration data.
March 18, 2026
CVE-2026-2599: Database for Contact Form 7, WPforms, Elementor forms <= 1.4.7 – Unauthenticated PHP Object Injection via 'download_csv' (contact-form-entries)
The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.4.7 via deserialization of untrusted input in the 'download_csv' function. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the…
March 18, 2026
CVE-2026-3352: Easy PHP Settings <= 1.0.4 – Authenticated (Administrator+) PHP Code Injection via 'wp_memory_limit' Setting (easy-php-settings)
The Easy PHP Settings plugin for WordPress is vulnerable to PHP Code Injection in all versions up to, and including, 1.0.4 via the `update_wp_memory_constants()` method. This is due to insufficient input validation on the `wp_memory_limit` and `wp_max_memory_limit` settings before writing them to `wp-config.php`. The `sanitize_text_field()` function used for sanitization does not filter single quotes, allowing…
March 18, 2026
CVE-2025-69411: ionCube Tester Plus <= 1.3 – Unauthenticated Arbitrary File Download (ioncube-tester-plus)
The ionCube Tester Plus plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.3. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information.
March 18, 2026
CVE-2026-1321: Membership Plugin – Restrict Content <= 3.2.20 – Unauthenticated Privilege Escalation via 'rcp_level' (restrict-content)
The Membership Plugin – Restrict Content plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 3.2.20. This is due to the `rcp_setup_registration_init()` function accepting any membership level ID via the `rcp_level` POST parameter without validating that the level is active or that payment is required. Combined with the `add_user_role()`…
March 18, 2026
CVE-2026-22471: Secudeal Payments for Ecommerce <= 1.1 – Unauthenticated PHP Object Injection (secudeal-payments-for-ecommerce)
The Secudeal Payments for Ecommerce plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 1.1 via deserialization of untrusted input. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software. If a POP chain is present via…
How Atomic Edge Works
Simple Setup. Powerful Security.
Atomic Edge acts as a security layer between your website & the internet — inspecting, filtering, and blocking malicious traffic before it ever reaches
your application.
