CyberRota Analysis
AI-GeneratedThe vulnerability in 9Router affects the local-only access gate in the src/dashboardGuard.js file, which improperly uses Host and Origin headers for access control. This flaw allows attackers to spoof headers in reverse proxy or tunnel configurations, potentially exposing sensitive API endpoints to unauthorized access. Organizations using versions 0.4.45 and earlier should prioritize patching this vulnerability to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
9Router is an AI router & token saver. In 0.4.45 and earlier, 9Router's src/dashboardGuard.js local-only access gate used Host and Origin headers in isLocalRequest() to protect /api/mcp/*, /api/tunnel/*, and /api/cli-tools/*, allowing header spoofing in reverse proxy or tunnel deployments to reach MCP child process stdin paths.