SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-59237

MEDIUM · CVSS 6.9 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Order and OrderItem REST API controllers in Roskus Prospero Flow CRM versions prior to 5.5.3 are vulnerable to an authorization bypass, allowing authenticated users to access, modify, or delete orders and order items across different companies by manipulating the numeric ID in API requests. This flaw arises because the system does not properly scope access based on the user's company affiliation. Organizations using affected versions should prioritize patching this vulnerability to prevent unauthorized data access and potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59237
Severity
MEDIUM
CVSS
6.9
EPSS
0.37%

Original NVD 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.