CVE-2026-82911
Last modified
CVE-2026-82911 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. Cross-Site Request Forgery (CSRF) in the OrderConfirmController at GET /order/confirm/{order_number} 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.
Description
Cross-Site Request Forgery (CSRF) in the OrderConfirmController at GET /order/confirm/{order_number} 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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Roskus | Prospero Flow CRM | < 5.15.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-82911?
How severe is CVE-2026-82911?
How do I fix CVE-2026-82911?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8290A security flaw has been discovered in Open5GS up to 2.7.7. …6.5
- CVE-2026-82905A vulnerability was detected in sdcb chats up to 1.12.0. Thi…6.3
- CVE-2026-82906A flaw has been found in sdcb chats up to 1.12.0. This impac…3.7
- CVE-2026-82908A vulnerability was found in MSI Dragon Center up to 2.0.155…8.8
- CVE-2026-82909A vulnerability was determined in QuantumNous new-api up to …4.3
- CVE-2026-8291A weakness has been identified in Open5GS up to 2.7.7. Impac…6.5
- CVE-2026-82914A security flaw has been discovered in kishan0725 Hospital-M…7.3
- CVE-2026-82918XG VisionTerminal and XG-X VisionTerminal provided by Keyenc…5.5
- CVE-2026-82919A vulnerability was identified in cu silicon up to 0.1.5. Af…7.3
- CVE-2026-8292A security vulnerability has been detected in Open5GS up to …6.5
- CVE-2026-82921A weakness has been identified in ShopEx ECShop up to 2.5.1.…7.3
- CVE-2026-82922A security vulnerability has been detected in ShopEx ECShop …7.3
Are you affected by CVE-2026-82911?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
