CVE-2026-59234
MEDIUMAuthorization Bypass Through User-Controlled Key in Prospero Flow CRM calendar event deletion
Title source: cnaDescription
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 user_id/company_id scoping) before deletion. This results in unauthorized destruction of other users' calendar events across the platform.
References (3)
Core 3
Core References
Patch patch
Fix commit 8c26eed4 - add user_id ownership check before delete
https://github.com/Roskus/prospero-flow-crm/commit/8c26eed4d80544c30e55448e12a8e999af6d2b70
Release Notes release-notes
Release v5.5.3 (fixed version)
https://github.com/Roskus/prospero-flow-crm/releases/tag/v5.5.3
Scores
CVSS v4
6.9
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/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
Details
CWE
CWE-639
Status
published
Products (1)
Roskus/Prospero Flow CRM
1.0.0 - 5.5.3
Published
Jul 03, 2026
Tracked Since
Jul 03, 2026