CVE-2026-21447
published 2026-01-02CVE-2026-21447: Bagisto is an open source laravel eCommerce platform. Prior to version 2.3.10, an Insecure Direct Object Reference vulnerability in the customer order reorder…
PriorityP339high7.1CVSS 3.1
AVNACLPRLUINSUCHILAN
EPSS
0.27%
19.1th percentile
Bagisto is an open source laravel eCommerce platform. Prior to version 2.3.10, an Insecure Direct Object Reference vulnerability in the customer order reorder function allows any authenticated customer to add items from another customer's order to their own shopping cart by manipulating the order ID parameter. This exposes sensitive purchase information and enables potential fraud. Version 2.3.10 patches the issue.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| bagisto | bagisto | < 2.3.10 | 2.3.10 |
| bagisto | bagisto | >= 0 < 2.3.10 | 2.3.10 |
| webkul | bagisto | < 2.3.10 | 2.3.10 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Bagisto has IDOR in Customer Order Reorder Functionality
osv·2026-01-02
CVE-2026-21447 [HIGH] Bagisto has IDOR in Customer Order Reorder Functionality
Bagisto has IDOR in Customer Order Reorder Functionality
### Summary
An Insecure Direct Object Reference vulnerability in the customer order reorder function allows any authenticated customer to add items from another customer's order to their own shopping cart by manipulating the order ID parameter. This exposes sensitive purchase information and enables potential fraud.
### Details
The vulnerability exists in the reorder method within OrderController.php. Unlike other order-related functions like view, cancel, printInvoice that properly validate customer ownership, the reorder function retrieves orders using only the order ID without verifying that the order belongs to the authenticated customer.
Code location: `packages/Webkul/Shop/src/Http/Controllers/Customer/Account/OrderControl
GHSA
Bagisto has IDOR in Customer Order Reorder Functionality
ghsa·2026-01-02
CVE-2026-21447 [HIGH] CWE-284 Bagisto has IDOR in Customer Order Reorder Functionality
Bagisto has IDOR in Customer Order Reorder Functionality
### Summary
An Insecure Direct Object Reference vulnerability in the customer order reorder function allows any authenticated customer to add items from another customer's order to their own shopping cart by manipulating the order ID parameter. This exposes sensitive purchase information and enables potential fraud.
### Details
The vulnerability exists in the reorder method within OrderController.php. Unlike other order-related functions like view, cancel, printInvoice that properly validate customer ownership, the reorder function retrieves orders using only the order ID without verifying that the order belongs to the authenticated customer.
Code location: `packages/Webkul/Shop/src/Http/Controllers/Customer/Account/OrderControl
No detection rules found.
No public exploits indexed.
2026-01-02
Published