Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
cmd/serf/command/keygen.go: 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: CLI commands lacked RPC auth token support, allowing unauthenticated RPC access when auth was enabled.
Auth Bypass: IPC layer processed commands without mandatory authentication, enabling unauthorized control.
Privilege Escalation: Clients could trigger internal Serf functionality by using the internal query prefix, escalating privileges.