CVE-2026-59237 Details
Description
Authorization Bypass Through User-Controlled Key (CWE-639) in the Order and OrderItem REST API controllers in Roskus Prospero Flow CRM before 5.5.3 allows a remote, authenticated user to read, modify, and delete orders and order items belonging to any other company (tenant) via a sequential numeric {id} supplied to GET /api/order/{id}, PUT /api/order/{id}, GET /api/order-item/{id}, PUT /api/order-item/{id}, or DELETE /api/order-item/{id}, because the controllers resolve records with Order::find($id) / Item::find($id) without scoping by the authenticated user's company.
An authorization bypass vulnerability has been identified in the Order and OrderItem REST API controllers of Roskus Prospero Flow CRM, in versions after 4.6.0 and prior to 5.5.3. This vulnerability allows remote, authenticated users to read, modify, and delete orders and order items across different companies (tenants). The issue arises because the API endpoints do not properly scope data access by the authenticated user's company, enabling unauthorized cross-tenant actions. Exploitation involves supplying a sequential numeric ID to the vulnerable API endpoints, which are then processed without company-specific restrictions, leading to unauthorized access and modification of sensitive data.
Users are advised to upgrade to Roskus Prospero Flow CRM version 5.5.3 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 16, 2026CISA-ADP
Assessed Jul 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Roskus/prospero-flow-crm/commit/9a859c4de3d49674916773d346c60d89ad7febe0 | Secur0 | Source CodeVendor |
| https://github.com/Roskus/prospero-flow-crm/releases/tag/v5.5.3 | Secur0 | Release NotesVendor |
| https://secur0.com/en/cna/cve-list/cve-2026-59237-idor-in-prospero-flow-crm-order-api-allows-cross-tenant-read-and-modification-of-orders | Secur0 | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | Secur0 |
Affected Products
| Product | Versions |
|---|---|
| Roskus Prospero Flow CRM | >= 4.6.0, < 5.5.3 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 16, 2026 | CVE Modified | CISA-ADP |
| Jul 16, 2026 | New CVE Received | Secur0 |
Volerion