Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
apps/client/src/services/auth/logout.ts: most-fixed (1 issue). Treat as high-risk during review.
4 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: Password update endpoint lacked verification of the current password, allowing an attacker with a stolen session to silently change credentials.
Privilege Escalation: Thread deletion in the AI agent workspace did not verify ownership, enabling any authenticated user to delete another user's threads.
SSRF: The printer integration accepted arbitrary URLs without validation, allowing requests to internal endpoints; redirects were also unvalidated.