Security context

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

aaronjmars/opendia
main @ 901b74b
4
Fixes
0
CVEs
CRITICAL
Peak severity
75.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
opendia-mcp/server.js: most-fixed (3 issues). Treat as high-risk during review.
4 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: Empty --token= and --http-host= values disabled authentication and widened the bind to 0.0.0.0, allowing any network client to access the MCP server without credentials.
Authentication Bypass / Unauthorized Access: The POST /sse endpoint was reachable from LAN and cross-origin without a bearer token, allowing unauthenticated remote control of the browser automation bridge.
Unauthenticated Control Channel Hijack: The WebSocket control channel bound to all interfaces without authentication, enabling LAN and cross-origin web pages to hijack the extension socket.