CVE-2026-59237

Source
https://cve.org/CVERecord?id=CVE-2026-59237
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59237.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59237
Published
2026-07-16T14:35:46.702Z
Modified
2026-07-18T03:47:43.529143787Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
IDOR in Prospero Flow CRM Order API allows cross-tenant read and modification of orders
Details

Authorization Bypass Through User-Controlled Key (CWE-639) in the Order and OrderItem REST API controllers in Roskus Prospero Flow CRM before 5.5.3 allows a remote, authenticated user to read, modify, and delete orders and order items belonging to any other company (tenant) via a sequential numeric {id} supplied to GET /api/order/{id}, PUT /api/order/{id}, GET /api/order-item/{id}, PUT /api/order-item/{id}, or DELETE /api/order-item/{id}, because the controllers resolve records with Order::find($id) / Item::find($id) without scoping by the authenticated user's company.

Database specific
{
    "cwe_ids": [
        "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59237.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"
}

Affected versions

v4.*
v4.6.0

Database specific

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