CVE-2020-11007: Negative charge in shopping cart in Shopizer
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42879%
CWE
Published
4/22/2020
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.shopizer:sm-core-model | maven | < 2.11.0 | 2.11.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows critical validation checks for quantity <1 were added in two methods: 1) addItemsToShoppingCart
(line 111) and 2) addToCart
with Customer parameter (line 917). These functions previously accepted negative quantities without validation, enabling cart/order total manipulation. The direct correlation between the vulnerability description (negative quantity impact) and these patched methods indicates they were the vulnerable entry points.