CVE Catalog

CVE-2026-59237

MediumCVSS 6.9
Published: Updated: Translated: NVD NIST

Summary

The vulnerability allows an authenticated user to bypass authorization by manipulating numeric IDs in REST API endpoints. The Order and OrderItem controllers in Prospero Flow CRM before version 5.5.3 do not verify record ownership by the user's company, enabling reading, modifying, and deleting orders and order items belonging to other tenants.

Risk Assessment

The organization is exposed to unauthorized access to other customers' order data, potentially leading to sensitive information leakage, business data manipulation, and system integrity compromise.

Recommendation

Immediately upgrade Prospero Flow CRM to version 5.5.3 or later, which includes a fix that scopes record access by the authenticated user's company.

Other vulnerabilities in Prospero Flow CRM

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS