Security context

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

floci-io/floci
main @ 238294e
22
Fixes
0
CVEs
HIGH
Peak severity
15.0%
Coverage
Highlights
Auth Bypass: 14 prior fixes. Scrutinize any change in this area.
src/main/java/io/github/hectorvent/floci/services/s3/S3Controller.java: most-fixed (3 issues). Treat as high-risk during review.
12 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 PostgreSQL proxy allowed backend authentication bypasses by proceeding with connection bridging and issuing AuthenticationOK messages to clients despite receiving backend startup errors. Ensure errors close the client socket immediately.
Auth Bypass: Query-protocol services bypassed IAM authorization completely because the registry failed to extract the target 'Action' parameter from application/x-www-form-urlencoded POST bodies, falling back to empty validation.
Path Traversal: Local file-system based S3 storage resolved object keys without validation, enabling attackers to escape the bucket root. Standardize on resolving canonicalized paths and verifying they begin with the bucket root prefix.