Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
agent_api/src/main/java/dev/aikido/agent_api/vulnerabilities/path_traversal/UnsafePathChecker.java: most-fixed (2 issues). Treat as high-risk during review.
5 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: The use of naive string matching on allowed IP lists enabled authorization bypasses, which required migrating to a structured IPList and CIDR range matching strategy.
Path Traversal: Flaws in path normalization and leading-slash evaluation allowed path traversal checks to be bypassed, particularly via duplicate slash sequences.
SSRF: Outbound redirects pointing to private IP address ranges were not properly detected or blocked, allowing SSRF attacks.