CVE-2026-59235
Last modified
CVE-2026-59235 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Missing Authorization (CWE-862) in BankAccountListController (app/Http/Controllers/Api/BankAccount/BankAccountListController.php), exposed at GET /api/bank-account, in Prospero Flow CRM <5.5.3, which allows a remote, authenticated attacker holding a low-privileged role (e.g. the "User"/"Usuario" role) to read arbitrary bank account records belonging to their company by sending an authenticated request to the endpoint with a valid bearer token, because the API route is protected only by the auth:api middleware and carries no permission gate, unlike the equivalent web route, which enforces can('read bank'), and the handler resolves records with Account::where('company_id', Auth::user()->company_id)->get(), performing only company scoping and no role or permission check before returning the data.
Description
Missing Authorization (CWE-862) in BankAccountListController (app/Http/Controllers/Api/BankAccount/BankAccountListController.php), exposed at GET /api/bank-account, in Prospero Flow CRM <5.5.3, which allows a remote, authenticated attacker holding a low-privileged role (e.g. the "User"/"Usuario" role) to read arbitrary bank account records belonging to their company by sending an authenticated request to the endpoint with a valid bearer token, because the API route is protected only by the auth:api middleware and carries no permission gate, unlike the equivalent web route, which enforces can('read bank'), and the handler resolves records with Account::where('company_id', Auth::user()->company_id)->get(), performing only company scoping and no role or permission check before returning the data. This results in the unauthorized disclosure of sensitive banking information (e.g. IBAN, SWIFT/BIC, account identifiers) to users who should not have access to it.
Metrics
CVSS:4.0/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Roskus | Prospero Flow CRM | >= 4.6.0, < 5.5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-59235?
How severe is CVE-2026-59235?
How do I fix CVE-2026-59235?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-59227Open WebUI is an extensible, feature-rich, and user-friendly…5.4
- CVE-2026-5923Malicious use of a stolen cookie might allow modifications t…6
- CVE-2026-59231Server-Side Request Forgery in the PDF export component in m…5.3
- CVE-2026-59232Cross-site Scripting in the lead index view in Roskus Prospe…5.3
- CVE-2026-59233Missing Authorization in the permission management component…8.7
- CVE-2026-59234Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59236Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59237Authorization Bypass Through User-Controlled Key (CWE-639) i…6.9
- CVE-2026-59238Stored Cross-site Scripting (CWE-79) in the client-side repo…6.9
- CVE-2026-59239Stored Cross-site Scripting (CWE-79) in the email module in …8.6
- CVE-2026-59240The vulnerability involves an Insecure Direct Object Referen…6.9
- CVE-2026-59242Apache Airflow's XCom `GET /api/v2/{...}/xcomEntries/{key}?d…
Are you affected by CVE-2026-59235?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
