Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
weaviate/rbac/models.py: most-fixed (2 issues). Treat as high-risk during review.
3 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: Alias name casing not normalized before constructing RBAC permission, allowing bypass of permission checks by using different casing.
Auth Bypass: Minimal Nodes permission missing the READ action, allowing unauthorized node read access.
Auth Bypass: OIDC authentication flow runs even when a custom authorization header is present, potentially overriding or bypassing intended auth.