Highlights
Auth Bypass: 14 prior fixes. Scrutinize any change in this area.
server/handles/auth.go: most-fixed (4 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: Multiple fixes address incomplete role-based path permission checks across different handlers (WebDAV, file listing, search), indicating a systemic weakness in enforcing access control on file operations.
Auth Bypass: Token lifecycle issues are repeatedly fixed: invalidation on logout, invalidation on password change, and 2FA enforcement. Stolen or reused tokens are a persistent risk.
Path Traversal: Path traversal fixes appear in local driver file operations, ISO extraction, and file operation handlers, showing a recurring need for path validation before filesystem access or external command execution.