CVE-2026-19539 PUBLISHED

IDOR in Prospero Flow CRM allows cross-tenant ticket read, hijacking, and deletion

Assigner: Secur0
Reserved: 11.08.2026 Published: 11.08.2026 Updated: 11.08.2026

Authorization Bypass Through User-Controlled Key in the ticket management component in Roskus Prospero Flow CRM before 5.4.9 allows authenticated users of any company to read the full content (title, description, and attachments) of tickets belonging to another company, to hijack another company's tickets by reassigning their company_id, and to delete another company's tickets without any authorization check, via the ticket's numeric identifier, because the read and save operations retrieve the record without constraining the query to the authenticated user's company, and the delete controller type-hints a generic Illuminate\Http\Request instead of the TicketDeleteRequest that would enforce the required permission.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor Roskus
Product Prospero Flow CRM
Versions Default: unaffected
  • affected from 0 to 5.4.9 (excl.)

Solutions

Upgrade to version 5.4.9 or higher.

Credits

  • Darío Rivas Quero finder
  • Cristian Fernández Cornejo analyst
  • Xoán M. Otero Jorge analyst
  • Secur0 CNA coordinator
  • Gustavo Novaro remediation developer

References

Problem Types

  • CWE-862 Missing Authorization CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs