CVE-2026-59235

Source
https://cve.org/CVERecord?id=CVE-2026-59235
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59235.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59235
Published
2026-07-15T10:38:20.180Z
Modified
2026-07-17T03:48:04.006560189Z
Severity
  • 8.7 (High) CVSS_V4 - 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 CVSS Calculator
Summary
Missing authorization in Prospero Flow CRM allows low-privileged users to read all bank accounts
Details

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('companyid', Auth::user()->companyid)->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.

Database specific
{
    "cwe_ids": [
        "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59235.json",
    "cna_assigner": "Secur0"
}
References

Affected packages

Git / github.com/roskus/prospero-flow-crm

Affected ranges

Type
GIT
Repo
https://github.com/roskus/prospero-flow-crm
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "4.6.0"
        },
        {
            "fixed": "5.5.3"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v4.*
v4.6.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59235.json"