Highlights
Auth Bypass: 16 prior fixes. Scrutinize any change in this area.
backend/src/auth/auth.service.ts: most-fixed (5 issues). Treat as high-risk during review.
23 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: Missing or malformed roles claim in OIDC tokens could bypass role-based access control, granting unauthorized access.
Auth Bypass: Multiple authentication bypasses in password reset, password change, and session management, including LDAP user handling and session invalidation on password change.
Auth Bypass: Share token reuse across shares with same ID due to missing creation timestamp, allowing password bypass.