CyberRota Analysis
AI-GeneratedThe product management component in Roskus Prospero Flow CRM versions prior to 5.4.7 is vulnerable to unauthorized data access and manipulation, allowing authenticated users to read sensitive product information from other companies and reassign products to their own company. This flaw arises from inadequate authentication checks in the `ProductUpdateController`, enabling exploitation through user-controlled input. Organizations using this CRM should prioritize patching to mitigate the risk of data breaches and unauthorized product hijacking.
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.
Original NVD 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.