CVE-2026-82911: CSRF in Prospero Flow CRM order confirmation allows unauthorized order state changes

Published Sep 4, 2026
·
Updated

Cross-Site Request Forgery (CSRF) in the OrderConfirmController at GET /order/confirm/{ordernumber} in Roskus Prospero Flow CRM before 5.15.11 allows an unauthenticated attacker to confirm any order on behalf of an authenticated user by directing them to a crafted page. Laravel's VerifyCsrfToken middleware enforces CSRF tokens only on POST, PUT, PATCH, and DELETE requests; the Route::get declaration leaves this state-changing action unprotected. Session cookies configured with SameSite=Lax are automatically included in top-level cross-site navigation, so a single link click triggers OrderConfirmController::confirm() and transitions the target order from pending to confirmed without user authorization. Because order numbers are sequential integers, an attacker can enumerate and confirm all existing orders in a single automated sweep.

Affected Software

1 affected component
Roskus Prospero Flow CRM<5.15.11

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Roskus Prospero Flow CRM to a version that resolves this vulnerability.

    Fixed in 5.15.11
  2. Compensating control

    Restrict access to the GET endpoint /order/confirm/{order_number} (OrderConfirmController::confirm) so it cannot be triggered via cross-site navigation (e.g., block/limit cross-site requests through network controls or by isolating the route behind an additional authorization check).

Event History

Sep 4, 2026
CVE Published
via MITRE·03:33 PM
Data Sourced
via MITRE·03:33 PM
RemedyDescriptionWeakness
Data Sourced
via NVD·04:18 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are affected?

Roskus Prospero Flow CRM versions before 5.15.11 are affected. The vulnerable order-confirmation action is exposed through a GET request, so deployments using the affected route can be triggered through a cross-site top-level navigation.

2

What must an attacker do to confirm an order?

The attacker needs to induce an authenticated user to follow a crafted link or visit a crafted page targeting /order/confirm/{order_number}. No CSRF token is required because the state-changing action is declared as GET, and SameSite=Lax session cookies are included with top-level cross-site navigation.

3

Can an attacker target orders other than the victim's own order?

Yes. The affected endpoint accepts an order number, and the described sequential integer order numbers allow attackers to enumerate targets and attempt to confirm existing orders in an automated sweep.

4

What can be done if updating is not immediately possible?

Restrict or disable access to the GET order-confirmation route until a fix can be applied. A durable remediation is to avoid using GET for state-changing actions and require CSRF validation for order confirmation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203