What the vulnerability does
01Description
The StoreGrowth: Smart Sales Booster for WooCommerce | BOGO, Upsells, Direct Checkout, Quick View, Side Cart plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'message_popup' parameter in all versions up to, and including, 2.1.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 exploit is possible because the 'ajd_protected' nonce required by the create_popup handler is exposed to all unauthenticated frontend visitors via wp_localize_script under bogo_save_url.ajd_nonce, effectively bypassing the nonce-only access control.
Explanation of Vulnerability in Simple Terms
02Summary
StoreGrowth for WooCommerce versions 2.1.0 and earlier contain a cross-site scripting vulnerability that allows unauthenticated attackers to inject malicious scripts into the site without user interaction. The vulnerability affects the plugin's core functionality and can impact all site visitors. Site owners should update to a version newer than 2.1.0 immediately.
What an attacker can do
03Attacker Capabilities
Inject malicious JavaScript that executes in visitors' browsers and affects other users on the site.
Potential impact on your site
04Site Impact
Visitors' browsers can be compromised to steal data, redirect traffic, or deface content without their knowledge.
Conditions required to exploit
05Prerequisites
None. The attacker needs only network access; no authentication or user interaction required.
Key dates
06Disclosure timeline
July 28, 2026
CVE published