Vulnerability Description
Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.0, the /cpanel/discounts administrative interface accepts negative fixed_amount discount values, persists them in sh_discounts, and passes them through vendor/shopper/cart/src/Discounts/DiscountCalculator.php and vendor/shopper/cart/src/Pipelines/Calculate.php without enforcing a positive-value invariant. Because the calculation subtracts discountTotal from the subtotal, a negative discount increases the resulting order total instead of reducing it. Malformed discount records can therefore cause incorrect pricing and financial data integrity failures, although the advisory does not establish a customer-facing exploitation path. This issue is fixed in version 2.9.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/shopperlabs/shopper/commit/967e616281ded1a0050d9102858ecd7dd7
- https://github.com/shopperlabs/shopper/pull/528
- https://github.com/shopperlabs/shopper/releases/tag/v2.9.0
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-5vf4-452p-jjhf
- https://github.com/shopperlabs/shopper/security/advisories/GHSA-5vf4-452p-jjhf
FAQ
What is CVE-2026-56831?
CVE-2026-56831 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Shopper is a Headless e-commerce Admin Panel. Prior to 2.9.0, the /cpanel/discounts administrative interface accepts negative fixed_amount discount values, persists them in sh_discounts, and passes th...
How severe is CVE-2026-56831?
CVE-2026-56831 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-56831?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.