CVE-2026-47741 Details
Description
Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, CreateOrderFromCartAction::execute previously created the Order row before checking and incrementing the discount's total_use counter. Under concurrent checkout pressure (Black Friday, flash sale, viral coupon), the global usage_limit was silently exceeded: orders were committed with the discount fully applied to price_amount while the counter blocked at usage_limit. The merchant had no signal that an over-redemption had occurred. This vulnerability is fixed in 2.8.0.
A race condition vulnerability has been identified in Shopper, a headless e-commerce admin panel, prior to version 2.8.0. The issue arises in the CreateOrderFromCartAction::execute method, where the order is created before the discount's usage counter is updated. This flaw allows the global usage limit to be exceeded, particularly during high-traffic events like Black Friday or flash sales. As a result, discounts are applied beyond the intended limit without any notification to the merchant. Additionally, a related issue exists with the per-user usage limit, which is ineffective because the necessary counter is never incremented, leading to potential abuse of discount codes.
Upgrade to Shopper version 2.8.0, which fixes the vulnerability by reserving the discount usage before creating the order, ensuring proper synchronization and validation. After upgrading, run the migration command to apply the necessary database changes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 29, 2026CISA-ADP
Assessed May 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/shopperlabs/shopper/issues/510 | CISA-ADP | Issue TrackingTechnical DescriptionVendor |
| https://github.com/shopperlabs/shopper/issues/510 | [email protected] | Issue TrackingTechnical DescriptionVendor |
| https://github.com/shopperlabs/shopper/pull/511 | [email protected] | Issue TrackingVendor |
| https://github.com/shopperlabs/shopper/security/advisories/GHSA-9rh9-hf3w-9fgg | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-362 | Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Shopper | < 2.8.0 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 29, 2026 | CVE Modified | CISA-ADP |
| May 29, 2026 | New CVE Received | [email protected] |
Volerion