Auth bypass in Roskus Prospero Flow Crm
CVE-2026-19734
Missing Authorization and Authorization Bypass Through User-Controlled Key in the product management component in Roskus Prospero Flow CRM before 5.4.7 allows authenticated users of any company to read the full sensitive data (price, cost, stock, SKU, and barcode) of another company's product and to hijack that product by reassigning its company_id, via the product's numeric identifier, because `ProductUpdateController` did not extend `MainController` and therefore required no authentication check on the read endpoint, and `ProductRepository::save()` retrieved the record via `Product::find($data['id'])` without constraining the query to the authenticated user's company before overwriting its company_id.
Vulnerability class: IDOR (Insecure Direct Object Reference)
Published · last modified .
EPSS exploit prediction
EPSS: 0.006 (45.9th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 46th percentile — 45.9% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.003 · newest: 0.006 · change: +0.003
Affected products
- Roskus Prospero Flow Crm — versions 0
Weakness classification (CWE)
References
- 4daa8cea-433a-44bd-9456-53b127fc289a (patch)
- 4daa8cea-433a-44bd-9456-53b127fc289a (release-notes)
- 4daa8cea-433a-44bd-9456-53b127fc289a (technical-description)