NONE · 0

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 rea...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-19734?

CVE-2026-19734 is a documented vulnerability. 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 rea...

How severe is CVE-2026-19734?

CVSS scoring is not yet available for CVE-2026-19734. Check NVD for updates.

Is there a patch for CVE-2026-19734?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.