Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
server/node/server.cjs: most-fixed (4 issues). Treat as high-risk during review.
9 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: Third-party plugins could acquire sensitive database access and custom provider permissions without user consent due to logic inversions and lack of explicit confirmation checks.
SSRF: Reverse proxy endpoints on the Node server could be exploited to target private/internal network assets or bypass validation via unauthenticated requests or unsanitized state.
Cross-Site Scripting (XSS): Untrusted scripts executed within the plugin sandbox can escape isolation boundaries if SandboxHost CSPs lack randomized nonces or default fallback rules.