CVE-2026-90898: Bifrost unauthenticated remote code execution via MCP stdio client registration

Published Sep 14, 2026
·
Updated

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.authconfig.isenabled=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.

Affected Software

1 affected component
Bifrost>=transports/v2.0.0<transports/v2.1.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Bifrost HTTP transport to a version that resolves this vulnerability.

    Fixed in 2.1.0
  2. Compensating control

    Ensure the MCP stdio client registration endpoint requires authenticated requests (dashboard authentication enabled) by setting governance.auth_config.is_enabled=true, since the default is governance.auth_config.is_enabled=false and unauthenticated registration is possible when disabled or unconfigured.

Event History

Sep 14, 2026
CVE Published
via MITRE·10:18 AM
Data Sourced
via MITRE·10:18 AM
RemedyDescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to unauthenticated exploitation?

Deployments using transports/v2.0.0 with governance.auth_config.is_enabled=false are exposed. This is the default configuration, where every caller is treated as a local administrator.

2

What does an attacker need to exploit the issue?

An attacker only needs network access to send one unauthenticated POST request to /api/mcp/client. No MCP handshake, credentials, or user interaction is required.

3

What privileges does successful exploitation provide?

The registered stdio client command is started by the gateway immediately. It runs as the Bifrost process user, which is appuser in the official image.

4

What should be done if an immediate upgrade is not possible?

Enable governance.auth_config.is_enabled to prevent unauthenticated callers from being treated as administrators. Restrict access to the management API so untrusted callers cannot submit MCP client registrations.

5

How can I determine whether a deployment has the fix?

transports/v2.1.0 rejects unauthenticated stdio client registrations with HTTP 403. transports/v2.0.0 still permits those registrations.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203