Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-x5rw-qvvp-5cgm

Опубликовано: 02 янв. 2026
Источник: github
Github: Прошло ревью
CVSS3: 7.1

Описание

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/OrderController.php

Exposed Route: packages/Webkul/Shop/src/Routes/customer-routes.php

Route::get('reorder/{id}', 'reorder')->name('shop.customers.account.orders.reorder');

PoC

I. Create victim account and place an order. II. Login as attacker. III. Exploit IDOR and navigate like: http://target.xxx/customer/account/orders/reorder/1 IV. Check http://target.xxx/checkout/cart and verify exploitation. V. Victim's order items are now in Attacker's cart.

### PoC via curl:

curl -c cookies.txt -X POST "http://target.xxx/customer/login" -d "email=attacker@evil.com&password=123qwe" curl -b cookies.txt "http://target.xxx/customer/account/orders/reorder/1" curl -b cookies.txt "http://target/api/checkout/cart"

Impact

  • Information Disclosure: Attackers can discover what products other customers have purchased.
  • Potential Fraud: Attackers could potentially exploit this for social engineering or targeted attacks.

Пакеты

Наименование

bagisto/bagisto

composer
Затронутые версииВерсия исправления

< 2.3.10

2.3.10

EPSS

Процентиль: 11%
0.00038
Низкий

7.1 High

CVSS3

Дефекты

CWE-284
CWE-639

Связанные уязвимости

CVSS3: 7.1
nvd
около 1 месяца назад

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.

EPSS

Процентиль: 11%
0.00038
Низкий

7.1 High

CVSS3

Дефекты

CWE-284
CWE-639