CVE-2026-59234

Source
https://cve.org/CVERecord?id=CVE-2026-59234
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59234.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59234
Published
2026-07-03T12:47:38.445Z
Modified
2026-07-15T01:49:11.122781574Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
Authorization Bypass Through User-Controlled Key in Prospero Flow CRM calendar event deletion
Details

Authorization Bypass Through User-Controlled Key (CWE-639) in CalendarDeleteEventController (app/Http/Controllers/Calendar/CalendarDeleteEventController.php), exposed at GET /calendar/event/delete/{id}, in Prospero Flow CRM before 5.5.3 allows a remote, authenticated attacker to delete arbitrary calendar events belonging to other users by manipulating the {id} path parameter, because the delete handler resolves the record with Calendar::find($id)->delete() and performs no ownership check (no userid/companyid scoping) before deletion. This results in unauthorized destruction of other users' calendar events across the platform.

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

Affected versions

v1.*
v1.0.0
v2.*
v2.0.1
v4.*
v4.6.0

Database specific

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