Vulnerability Description
Bifrost registers MCP clients through its management API. A stdio client is a command plus args. Bifrost starts that program in the gateway the moment the client is added. No MCP handshake required. The default is governance.auth_config.is_enabled=false. Auth off means every caller is a local admin. One unauthenticated POST /api/mcp/client is enough to run a program as the Bifrost process user (appuser on the official image). transports/v2.1.0 refuses an unauthenticated stdio registration with 403. transports/v2.0.0 still allows it.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/maximhq/bifrost
- https://github.com/maximhq/bifrost/commit/12e170352bd25eab1ae9ba16611f1797d1fd8f
- https://github.com/maximhq/bifrost/pull/6757
- https://github.com/maximhq/bifrost/releases/tag/transports/v2.1.0
FAQ
What is CVE-2026-90898?
CVE-2026-90898 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Bifrost registers MCP clients through its management API. A stdio client is a command plus args. Bifrost starts that program in the gateway the moment the client is added. No MCP handshake required. ...
How severe is CVE-2026-90898?
CVE-2026-90898 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-90898?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.