One Request Can Hijack Your AI Gateway

TL;DR: A critical flaw in the Bifrost AI gateway lets attackers run any command without a password. This gives them full control over the server, exposing sensitive data and AI models.
Key facts
- Category
- AI
- Impact
- Critical
- Published
- Source
- The Hacker News
Full summary
A critical flaw in the open-source Bifrost AI gateway allows attackers to take full control of servers with a single unauthenticated request.
Security researchers have uncovered a critical vulnerability in Bifrost, a popular open-source AI gateway used to manage and route requests to dozens of large language model providers. As reported by The Hacker News, the flaw allows an unauthenticated attacker to execute arbitrary commands on the underlying server with a single, specially crafted web request. The vulnerability, tracked as CVE-2026-90898, has been assigned a CVSS severity score of 9.8 out of 10, indicating its extreme seriousness. It affects all versions of the Bifrost HTTP transport prior to the newly released 2.1.0 patch. Because Bifrost acts as a central nervous system for AI-powered applications, a compromise could grant an attacker complete control over an organization's AI infrastructure, including access to sensitive data, proprietary models, and expensive API credentials. The flaw is particularly dangerous because it requires no prior access or credentials, making any publicly exposed Bifrost instance a potential target for immediate takeover.
The attack vector exploits a weakness in how Bifrost handles management functions when authentication is not enabled. In its default or misconfigured state, certain administrative endpoints are left unprotected. An attacker can send a direct HTTP request to one of these endpoints containing malicious commands. The Bifrost server, failing to validate the request's origin or authenticity, processes the payload and executes the embedded commands with the same permissions as the gateway application itself. This type of vulnerability is known as unauthenticated remote code execution (RCE), one of the most severe classes of security flaws. It effectively turns the AI gateway into an open door for attackers, allowing them to install malware, exfiltrate data, or use the compromised server as a launchpad for further attacks into the internal network. The simplicity of the exploit—requiring only a single, well-formed request—lowers the bar for potential attackers and increases the urgency for defenders to apply the patch.
This incident is not an isolated case but rather a significant marker in the evolving landscape of AI security. As organizations increasingly rely on complex, multi-component AI stacks, the attack surface expands dramatically. AI gateways, vector databases, and model serving frameworks are becoming the new front line in cybersecurity. These infrastructure components are high-value targets because they centralize access to critical assets. A single vulnerability in a gateway like Bifrost can expose dozens of downstream models and applications, making it a far more efficient target for attackers than compromising individual endpoints. This trend mirrors the maturation of web and cloud security, where middleware and orchestration layers became primary targets for sophisticated attacks. The heavy reliance on open-source software in the AI ecosystem, while a catalyst for innovation, also means that vulnerabilities can have widespread and rapid impact, affecting thousands of organizations simultaneously if not addressed quickly.
For any team using Bifrost, the immediate and non-negotiable next step is to update all instances to version 2.1.0 or a later release. This patch closes the authentication loophole and prevents the remote code execution attack. However, the broader takeaway extends beyond this specific tool. This vulnerability serves as a stark reminder that AI infrastructure requires the same, if not greater, security scrutiny as any other critical business system. Development, security, and operations teams must collaborate to create a robust security posture for their AI stack. This includes conducting regular security audits of all components, especially open-source dependencies, and implementing a defense-in-depth strategy. Measures like strict network access controls, running services with least-privilege permissions, and deploying runtime monitoring to detect unusual behavior are essential. Looking ahead, organizations should anticipate a rise in security research and malicious activity targeting the foundational technologies that power artificial intelligence, making proactive defense a critical competency.
Why it matters
This vulnerability exposes the entire AI application stack, not just the gateway. Attackers can steal API keys, manipulate models, and pivot to other internal systems. For teams using Bifrost, this is a critical risk to intellectual property and infrastructure security, requiring an immediate patch.
Business impact
A compromised AI gateway can lead to significant financial loss from stolen API credentials and service disruption. The reputational damage from data breaches or manipulated AI outputs could erode customer trust. This highlights the urgent need for robust security vetting of all open-source AI infrastructure components.
⚡ Action needed
A critical vulnerability (CVE-2026-90898) has been found in Bifrost AI Gateway. Update all instances running versions before 2.1.0 immediately.
Action checklist
- 1Identify all Bifrost instances in your environment.
- 2Check if you are running a version before 2.1.0.
- 3Update immediately to version 2.1.0 or later.
- 4Review server logs for any signs of compromise.
- 5Ensure management authentication is enabled as a best practice.
Tags
Related on Notifire
Related stories
Primary source: The Hacker News