Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-59235— Missing authorization in Prospero Flow CRM allows low-privileged users to read all bank accounts

AI Predicted 6.5 Difficulty: Easy EPSS 0.41% · P33

Affected Version Matrix 1

VendorProductVersion RangeStatus
RoskusProspero Flow CRM4.6.0< 5.5.3affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-59235

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Missing authorization in Prospero Flow CRM allows low-privileged users to read all bank accounts
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
通过用户控制密钥绕过授权机制
Source: NVD (National Vulnerability Database)
Vulnerability Title
Roskus Prospero Flow CRM 授权问题漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
roskus Prospero Flow CRM是roskus组织开源的一款基于 Laravel 13 构建的开源、多语言、多公司(白标)客户管理系统(CRM),支持 Docker 一键部署和 REST API 集成。 Roskus Prospero Flow CRM 5.5.3之前版本存在授权问题漏洞,该漏洞源于BankAccountListController中缺少授权检查,导致远程、经过身份验证的低权限攻击者能够通过发送带有有效令牌的请求读取其公司内的任意银行账户记录,从而泄露敏感的银行信息。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
RoskusProspero Flow CRM 4.6.0 ~ 5.5.3 -

II. Public POCs for CVE-2026-59235

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-59235

登录查看更多情报信息。

Patches & Fixes for CVE-2026-59235 (1)

News Coverage for CVE-2026-59235 (1)

Other References for CVE-2026-59235 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-59235

No comments yet


Leave a comment