-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| bagisto/bagisto | composer | < 1.3.2 | 1.3.2 |
The vulnerability stems from the print() method in OrderController.php handling invoice PDF generation. The pre-patch code retrieved invoices by ID without verifying ownership. The patch added a critical check comparing $invoice->order->customer_id with the authenticated user's ID. The absence of this check in vulnerable versions allowed unauthorized access via direct ID manipulation, matching the IDOR pattern described in CWE-639. The direct correlation between the patch and authorization logic addition confirms this function's vulnerability.
Ongoing coverage of React2Shell