Description
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.
Published: 2026-08-11
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an Authorization Bypass through User‑Controlled Key that allows an authenticated user to read, reassign, and delete tickets belonging to other companies. The flaw exists because ticket queries, including read and save operations, do not constrain the record to the authenticated user’s company, and the delete endpoint accepts a generic request that bypasses permission checks. The result is that a user can view confidential ticket content, hijack management of tickets across tenants, and permanently remove data belonging to other organizations. The weakness is classified as CWE‑862, indicating an authorization bypass that can lead to confidentiality, integrity, and availability violations for affected tenants.

Affected Systems

Roskus Prospero Flow CRM before version 5.4.9 is vulnerable. The software releases from 5.4.9 onward fix the issue; the vendor recommends upgrading to 5.4.9 or higher.

Risk and Exploitability

The CVSS score of 8.6 indicates a high‑severity vulnerability. Although EPSS data is not available and the vulnerability is not listed in the CISA KEV catalog, the nature of the flaw (an IDOR that permits sensitive data exposure and destructive actions across tenants) makes it likely to be targeted by attackers who can authenticate within the system. Because the attack requires only the ability to supply a ticket numeric identifier—a common parameter in the application—the attack surface is wide, and the exploit can be automated by enumerating ticket IDs. The lack of an authorization guard in the delete controller further lowers the barrier to exploitation.

Generated by OpenCVE AI on August 11, 2026 at 23:27 UTC.

Remediation

Vendor Solution

Upgrade to version 5.4.9 or higher.


OpenCVE Recommended Actions

  • Apply the official vendor patch by upgrading Prospero Flow CRM to version 5.4.9 or later.
  • Verify that all ticket retrieval and modification calls now restrict queries to the authenticated tenant’s company ID to prevent cross‑tenant data access.
  • Modify the delete endpoint to use the TicketDeleteRequest class (or similar permission‑enforcing wrapper) to ensure that only authorized users can delete tickets.

Generated by OpenCVE AI on August 11, 2026 at 23:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Description 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.
Title IDOR in Prospero Flow CRM allows cross-tenant ticket read, hijacking, and deletion
First Time appeared Roskus
Roskus prospero Flow Crm
Weaknesses CWE-862
CPEs cpe:2.3:a:roskus:prospero_flow_crm:*:*:*:*:*:*:*:*
Vendors & Products Roskus
Roskus prospero Flow Crm
References
Metrics cvssV4_0

{'score': 8.6, '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'}


Subscriptions

Roskus Prospero Flow Crm
cve-icon MITRE

Status: PUBLISHED

Assigner: Secur0

Published:

Updated: 2026-08-12T18:35:48.320Z

Reserved: 2026-08-11T11:06:00.149Z

Link: CVE-2026-19539

cve-icon Vulnrichment

Updated: 2026-08-12T18:35:44.444Z

cve-icon NVD

Status : Received

Published: 2026-08-11T14:17:13.580

Modified: 2026-08-12T19:17:32.193

Link: CVE-2026-19539

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T23:45:04Z

Weaknesses