Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

Qloapps/QloApps
develop @ 5c52b86
36
Fixes
14
CVEs
CRITICAL
Peak severity
21.9%
Coverage
Highlights
Auth Bypass: 14 prior fixes. Scrutinize any change in this area.
controllers/front/AuthController.php: most-fixed (3 issues). Treat as high-risk during review.
21 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Auth Bypass: Numerous admin actions lacked permission checks or used weak type comparisons, enabling unauthorized modifications and data access.
Auth Bypass / IDOR: Customer order data and session authentication were exposed without proper ownership or session validation, leading to IDOR and authentication bypass..
Unrestricted/Arbitrary File Upload: File uploads in hotel review lacked extension validation, allowing remote code execution (CVE-2025-67325, CVE-2024-40318).