Security context

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

getbindu/bindu
main @ e9e82b9
30
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 9 prior fixes. Scrutinize any change in this area.
bindu/server/middleware/auth/hydra.py: most-fixed (4 issues). Treat as high-risk during review.
18 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 Hydra token introspection and hybrid authentication middleware previously treated requests with missing DID signatures or missing public keys as valid instead of failing closed, leading to full authentication bypasses.
SSRF: The webhook notification system was vulnerable to DNS rebinding and Server-Side Request Forgery, permitting unauthorized access to private, loopback, and cloud metadata network endpoints.
Insecure Direct Object Reference (IDOR): Lack of tenant ownership verification in task storage and public A2A handlers allowed cross-tenant task manipulation, modification, and data retrieval.