Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

AikidoSec/firewall-java
main @ 8a92b6b
9
Fixes
0
CVEs
HIGH
Peak severity
22.2%
Coverage
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.