CVE-2026-19734 PUBLISHED

IDOR in Prospero Flow CRM allows cross-tenant product disclosure and hijacking

Assigner: Secur0
Reserved: 13.08.2026 Published: 13.08.2026 Updated: 13.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor Roskus
Product Prospero Flow CRM
Versions Default: unaffected
  • affected from 0 to 5.4.7 (excl.)

Solutions

Upgrade to version 5.4.7 or higher.

Credits

  • Darío Rivas Quero finder
  • Cristian Fernández Cornejo analyst
  • Xoán M. Otero Jorge analyst
  • Secur0 CNA coordinator
  • Gustavo Novaro remediation developer

References

Problem Types

  • CWE-639 Authorization bypass through User-Controlled key CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs