Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Theoffsecgirl

#42035of 56,330
6.9Total CVSS
Vulnerabilities · 1
PT-2026-60477
6.9
2026-07-16
Roskus · Prospero Flow Crm · CVE-2026-59237
**Name of the Vulnerable Software and Affected Versions** Roskus Prospero Flow CRM versions prior to 5.5.3 **Description** An authorization bypass exists in the Order and OrderItem REST API controllers. A remote, authenticated user can read, modify, and delete orders and order items belonging to other companies (tenants) by providing a sequential numeric `id` to the following endpoints: - 'GET /api/order/{id}' - 'PUT /api/order/{id}' - 'GET /api/order-item/{id}' - 'PUT /api/order-item/{id}' - 'DELETE /api/order-item/{id}' This occurs because the controllers use the `Order::find($id)` and `Item::find($id)` functions to resolve records without restricting the search to the authenticated user's company. **Recommendations** Update to version 5.5.3.