Description
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.
Published: 2026-07-28
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The StoreGrowth Smart Sales Booster plugin for WooCommerce suffers from a stored cross‑site scripting flaw that lets unauthenticated attackers inject and store arbitrary JavaScript through the message_popup parameter. The vulnerability stems from inadequate input sanitization, missing output escaping, and a nonce that is inadvertently exposed via wp_localize_script, which bypasses the intended access control. When a user loads a page containing the malicious payload, the script runs in their browser, potentially enabling session hijacking, site defacement, or other malicious activities. This is a classic CWE‑79 vulnerability involving unchecked user input.

Affected Systems

Affected systems are the WeDevs StoreGrowth – Upsell, BOGO, Quick View, Direct Checkout, and Side Cart plugin for WooCommerce. All releases up to and including version 2.1.0 are affected; newer releases are assumed to contain the fix.

Risk and Exploitability

The CVSS score of 7.2 signifies high severity, while an EPSS score of less than 1% indicates low current exploitation probability. Attackers need no credentials, as the vulnerable end‑points are reachable to unauthenticated front‑end visitors and the required nonce is leaked via a localized script. Though not listed in the CISA KEV catalog, the flaw remains a significant risk for sites still running vulnerable plugin versions.

Generated by OpenCVE AI on August 3, 2026 at 15:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the StoreGrowth plugin to the latest version (≥ 2.1.1), which removes the unescaped message_popup handling and fixes the nonce exposure.
  • If an upgrade is not immediately possible, disable the StoreGrowth plugin or the create_popup functionality to prevent exploitation.
  • Configure a web application firewall to block or sanitize script payloads in the message_popup parameter, thereby reducing the risk of XSS.

Generated by OpenCVE AI on August 3, 2026 at 15:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Wedevs
Wedevs storegrowth – Upsell, Bogo, Quick View, Direct Checkout & Side Cart For Woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Wedevs
Wedevs storegrowth – Upsell, Bogo, Quick View, Direct Checkout & Side Cart For Woocommerce
Wordpress
Wordpress wordpress

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description 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.
Title StoreGrowth: Smart Sales Booster for WooCommerce | BOGO, Upsells, Direct Checkout, Quick View, Side Cart <= 2.1.0 - Unauthenticated Stored Cross-Site Scripting via 'message_popup' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

Wedevs Storegrowth – Upsell, Bogo, Quick View, Direct Checkout & Side Cart For Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-28T12:19:10.061Z

Reserved: 2026-06-26T16:21:22.531Z

Link: CVE-2026-13440

cve-icon Vulnrichment

Updated: 2026-07-28T12:18:12.463Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T12:16:35.340

Modified: 2026-07-28T16:07:15.840

Link: CVE-2026-13440

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:15:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')