Security context

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

builderz-labs/mission-control
main @ d09e608
34
Fixes
0
CVEs
CRITICAL
Peak severity
33.3%
Coverage
Highlights
Auth Bypass: 13 prior fixes. Scrutinize any change in this area.
API: most-fixed (2 issues). Treat as high-risk during review.
22 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: Client-side IP spoofing in proxy-based authentication allowed complete authentication bypass by manipulating headers; fixes required implementing strict right-to-left verification for trusted proxy IPs. This is a recurring high-severity pattern across the project's workspace and identity layers.
Command Injection: User-controlled session parameters were executed directly within shells without proper boundary isolation. Remediation required routing prompts via standard input and applying robust shell quoting. Sibling vulnerabilities in session control endpoints also required strict regex validation on identifiers.
SSRF: Network-facing helper modules, diagnostic interfaces, and gateway check components were susceptible to Server-Side Request Forgery targeting local infrastructure and cloud metadata services. Mitigations required adding private CIDR blocks and specific cloud metadata IP blocks to the request-filtering logic.