PT-2026-58931 · Unknown · Prospero Flow Crm
Gustavo Novaro
+2
·
Published
2026-07-15
·
Updated
2026-07-15
·
CVE-2026-59235
CVSS v4.0
8.7
High
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X |
Name of the Vulnerable Software and Affected Versions
Prospero Flow CRM versions prior to 5.5.3
Description
An authorization flaw exists in the
BankAccountListController (app/Http/Controllers/Api/BankAccount/BankAccountListController.php) at the GET '/api/bank-account' endpoint. A remote, authenticated attacker with a low-privileged role, such as User, can read arbitrary bank account records belonging to their company. This occurs because the API route is protected only by the auth:api middleware and lacks a permission gate, unlike the web route which enforces the can('read bank') check. The handler uses Account::where('company id', Auth::user()->company id)->get(), which only applies company scoping without verifying the user's role or permissions. This leads to the unauthorized disclosure of sensitive banking data, including IBAN, SWIFT/BIC, and account identifiers.Recommendations
Update Prospero Flow CRM to version 5.5.3 or later.
As a temporary mitigation, restrict access to the '/api/bank-account' endpoint to only authorized administrative roles.
Fix
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Prospero Flow Crm