Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
backend/config/main.php: most-fixed (2 issues). Treat as high-risk during review.
13 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: Two fixes address IDOR in password reset, with one critical fix for unauthenticated arbitrary password change, indicating a recurring flaw in reset authorization.
Auth Bypass: Overly permissive logout route allowed unauthenticated access, showing a pattern of loose access control in backend configuration.
Auth Bypass: Plugin config saving was added without proper authorization gating, creating an unauthenticated state-changing action.