Highlights
Auth Bypass: 32 prior fixes. Scrutinize any change in this area.
backend/airweave/api/v1/endpoints/admin.py: most-fixed (4 issues). Treat as high-risk during review.
38 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: Fragile conditional execution in the core user resolver (get_user) allowed client requests to override authenticated identities or completely skip authorization paths when querying sensitive API endpoints.
YQL Injection: String-formatting user-supplied parameters into Vespa queries without sanitization allowed attackers to break out of query string literals, leading to YQL Injection.
Auth Bypass: Missing tenant-scoping filters on vector operations allowed cross-tenant vector manipulation and data leakage in multi-tenant neural/hybrid search queries.