CVE-2026-13110 MEDIUM

CVE-2026-13110: StoreGrowth: Smart Sales Booster for WooCommerce | BOGO, Upsells, Direct Checkout, Quick View, Side Cart <= 2.1.0 - Missing Authorization to Unauthenticated Arbitrary Plugin Settings Modification via bogo_category_msg_create AJAX Action

Vendor Wedevs
Product StoreGrowth – Upsell, BOGO, Quick View, Direct Checkout & Side Cart for WooCommerce
Weakness CWE-862 · Missing authorization
Published July 28, 2026
Last update July 28, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

The Storegrowth Sales Booster plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 2.1.0. This is due to a missing capability check on the bogo_category_msg_create() AJAX handler, which is registered for both authenticated (wp_ajax_) and unauthenticated (wp_ajax_nopriv_) users and only validates a nonce ('ajd_protected') that is emitted publicly via wp_localize_script() on every frontend page through front_scripts() . This makes it possible for unauthenticated attackers to modify the plugin's BOGO category-message configuration stored in the spsg_bogo_general_settings option by reading the nonce from any public page and POSTing attacker-controlled data to admin-ajax.

Explanation of Vulnerability in Simple Terms

02Summary

StoreGrowth for WooCommerce versions 2.1.0 and earlier lack proper authorization checks, allowing unauthenticated attackers to modify data on the site. The vulnerability affects core plugin functionality without requiring user interaction. Site administrators should update to a version newer than 2.1.0 to prevent unauthorized changes.

What an attacker can do

03Attacker Capabilities

Modify site data without authentication or permission.

Potential impact on your site

04Site Impact

Attackers can alter WooCommerce settings, product data, or checkout behavior without logging in.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 28, 2026 CVE published
July 28, 2026 Record updated

Related vulnerabilities

08Related CVE