CVE-2026-63732 PUBLISHED

9router before 0.4.60 Remote Code Execution via default password

Assigner: VulnCheck
Reserved: 18.07.2026 Published: 23.07.2026 Updated: 23.07.2026

9router 0.4.59 (fixed in 0.4.60) contains a chain of vulnerabilities: a hardcoded default password (123456) that authenticates any fresh installation, a bypass of the LOCAL_ONLY network gate via a spoofed Host header, and unvalidated arguments passed to child_process.spawn() when registering MCP plugins. A remote, unauthenticated attacker can log in with the default credential, spoof the Host header to reach local-only routes, and register a malicious MCP plugin (e.g. node -e <payload>) to achieve arbitrary code execution on the host operating system when the plugin's SSE endpoint is triggered.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.4

Product Status

Vendor decolua
Product 9router
Versions Default: unaffected
  • affected from 0 to 0.4.60 (excl.)
  • Version 0.4.60 is unaffected

Credits

  • darealDanh reporter

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE