Atomic Edge Product

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

2026-03-20

CVE-2026-3354: Wikilookup <= 1.1.5 – Authenticated (Administrator+) Stored Cross-Site Scripting via 'Popup Width' Setting (wikilookup)

The Wikilookup plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Popup Width' setting in all versions up to, and including, 1.1.5. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will…
2026-03-20

CVE-2026-1914: FuseDesk <= 6.8 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'emailtext' Shortcode Attribute (fusedesk)

The FuseDesk plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's fusedesk_newcase shortcode in all versions up to, and including, 6.8 due to insufficient input sanitization and output escaping on the 'emailtext' attribute. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages…
2026-03-20

CVE-2026-2294: UiPress lite | Effortless custom dashboards, admin themes and pages <= 3.5.09 – Missing Authorization to Authenticated (Subscriber+) Plugin Settings Update (uipress-lite)

The UiPress lite | Effortless custom dashboards, admin themes and pages plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'uip_save_global_settings' function in all versions up to, and including, 3.5.09. This makes it possible for authenticated attackers, with Subscriber-level access and above, to change arbitrary plugin…
2026-03-20

CVE-2026-3651: Build App Online <= 1.0.23 – Missing Authorization to Arbitrary Post Author Modification via 'build-app-online-update-vendor-product' AJAX Action (build-app-online)

The Build App Online plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 1.0.23. This is due to the plugin registering the 'build-app-online-update-vendor-product' AJAX action via wp_ajax_nopriv_ without proper authentication checks, capability verification, or nonce validation in the update_vendor_product() function. The function accepts a user-supplied post ID from the…
2026-03-20

CVE-2026-3619: Sheets2Table <= 0.4.1 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'titles' Shortcode Attribute (sheets2table)

The Sheets2Table plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'titles' shortcode attribute in the [sheets2table-render-table] shortcode in all versions up to and including 0.4.1. This is due to insufficient input sanitization and output escaping. Specifically, the 'titles' attribute value from the shortcode is passed through S2T_Functions::trim_array_values() (which only trims whitespace) and…
2026-03-20

CVE-2026-3617: Paypal Shortcodes <= 0.3 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'amount' and 'name' Shortcode Attributes (paypal-shortcodes)

The Paypal Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'amount' and 'name' shortcode attributes in all versions up to, and including, 0.3. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The swer_paypal_shortcode() function extracts shortcode attributes using extract() and shortcode_atts() at line 89, then…
2026-03-20

CVE-2026-3996: WP Games Embed <= 0.1beta – Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes (wp-games-embed)

The WP Games Embed plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [game] shortcode in all versions up to and including 0.1beta. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes such as 'width', 'height', 'src', 'title', 'description', 'game_url', 'main', and 'thumb', which are all directly concatenated…
2026-03-20

CVE-2026-3997: Text Toggle <= 1.1 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'title' Shortcode Attribute (text-toggle)

The Text Toggle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' shortcode attribute of the [tt_part] and [tt] shortcodes in all versions up to and including 1.1. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. Specifically, in the avp_texttoggle_part_shortcode() function, the 'title' attribute is extracted…
2026-03-20

CVE-2026-4072: WordPress PayPal Donation <= 1.01 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'amount' Shortcode Attribute (wordpress-paypal-donation)

The WordPress PayPal Donation plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'donate' shortcode in all versions up to, and including, 1.01. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes such as 'amount', 'email', 'title', 'return_url', 'cancel_url', 'ccode', and 'image'. The wordpress_paypal_donation_create() function uses extract(shortcode_atts(...)) to…
2026-03-20

CVE-2026-1889: Outgrow <= 2.1 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'outgrow' Shortcode 'id' Attribute (outgrow)

The Outgrow plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' attribute of the 'outgrow' shortcode in all versions up to, and including, 2.1. This is 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…
2026-03-20

CVE-2026-4069: Alfie – Feed Plugin <= 1.2.1 – Cross-Site Request Forgery to Stored Cross-Site Scripting via 'naam' Parameter (alfie-the-productfeedtool-wp-plugin)

The Alfie – Feed Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'naam' parameter in all versions up to, and including, 1.2.1. This is due to missing nonce validation on the alfie_option_page() function combined with insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject malicious…
2026-03-20

CVE-2026-4143: Neos Connector for Fakturama <= 0.0.14 – Cross-Site Request Forgery to Settings Update (neos-connector-for-fakturama)

The Neos Connector for Fakturama plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 0.0.14. This is due to missing nonce validation in the ncff_add_plugin_page() function which handles settings updates. This makes it possible for unauthenticated attackers to modify plugin settings via a forged request, granted they can…
2026-03-20

CVE-2026-4004: Task Manager <= 3.0.2 – Authenticated (Subscriber+) Arbitrary Shortcode Execution via 'task_id' Parameter (task-manager)

The Task Manager plugin for WordPress is vulnerable to arbitrary shortcode execution via the 'search' AJAX action in all versions up to, and including, 3.0.2. This is due to missing capability checks in the callback_search() function and insufficient input validation that allows shortcode syntax (square brackets) to pass through sanitize_text_field() and be concatenated into a…
2026-03-20

CVE-2026-4127: Speedup Optimization <= 1.5.9 – Missing Authorization to Authenticated (Subscriber+) Plugin Settings Update via 'speedup01_enabled' AJAX Action (speedup-optimization)

The Speedup Optimization plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.5.9. The `speedup01_ajax_enabled()` function, which handles the `wp_ajax_speedup01_enabled` AJAX action, does not perform any capability check via `current_user_can()` and also lacks nonce verification. This is in contrast to other AJAX handlers in the same plugin (e.g., `speedup01_ajax_install_iox`…
2026-03-20

CVE-2026-1908: Integration with Hubspot Forms <= 1.2.2 – Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes (integration-with-hubspot-forms)

The Integration with Hubspot Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'hubspotform' shortcode in all versions up to, and including, 1.2.2 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…
2026-03-20

CVE-2026-1911: Twitter Feeds <= 1.0.0 – Authenticated (Contributor+) Cross-Site Scripting via 'tweet_title' Shortcode Attribute (twitter-feeds)

The Twitter Feeds plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'tweet_title' parameter in the 'TwitterFeeds' shortcode in all versions up to, and including, 1.0.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages…
2026-03-20

CVE-2026-2351: Task Manager <= 3.0.2 – Authenticated (Subscriber+) Arbitrary File Read (task-manager)

The Task Manager plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 3.0.2 via the callback_get_text_from_url() function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
2026-03-20

CVE-2026-1891: Simple Football Scoreboard <= 1.0 – Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes (simple-football-score-board)

The Simple Football Scoreboard plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'ytmr_fb_scoreboard' shortcode in all versions up to, and including, 1.0 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…
2026-03-20

CVE-2026-3554: Sherk Custom Post Type Displays <= 1.2.1 – Authenticated (Contributor+) Stored Cross-Site Scripting via 'title' Shortcode Attribute (sherk-custom-post-type-displays)

The Sherk Custom Post Type Displays plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' shortcode attribute in all versions up to, and including, 1.2.1. This is due to insufficient input sanitization and output escaping on the 'title' attribute of the 'sherkcptdisplays' shortcode. Specifically, in the sherkcptdisplays_func() function in includes/SherkCPTDisplaysShortcode.php, the 'title'…
2026-03-20

CVE-2026-3645: Punnel <= 1.3.1 – Missing Authorization to Authenticated (Subscriber+) Settings Update via 'punnel_save_config' AJAX Action (punnel-landing-page-builder)

The Punnel – Landing Page Builder plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.3.1. The save_config() function, which handles the 'punnel_save_config' AJAX action, lacks any capability check (current_user_can()) and nonce verification. This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the plugin's…

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.

See How It Works