Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
cluster/manager/manager.go: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: The use of an outdated JWT implementation allowed bypasses in authentication and validation checks, posing a significant risk to the security of the API endpoints relying on token validation.
Auth Bypass: A race condition in the node manager allowed decommissioned cluster nodes to re-register and bypass decommissioning status by overwriting their database entries during startup.
Denial of Service: Concurrent read/write access to the internal mounts map during unmount operations could cause runtime panics, resulting in denial of service for volume management.