A critical security flaw in the open-source AI orchestration platform Ruflo has been disclosed, allowing unauthenticated attackers to execute arbitrary commands and fully compromise AI agent environments.
Assigned a maximum CVSS base score of 10.0, the vulnerability (tracked as CVE-2026-59726) was discovered by Noma Labs and affects Ruflo’s Model Context Protocol (MCP) Bridge, a core component responsible for handling tool execution across agentic workflows.
Ruflo is a rapidly growing AI orchestration platform with over 67,000 GitHub stars and an estimated 1 million active users.
It is widely used to deploy agentic AI swarms, manage persistent vector memory, and enable real-world tool execution via MCP. However, its powerful architecture introduces severe security risks when improperly configured.
The MCP Bridge, implemented as an Express.js server, exposes 233 distinct tools over HTTP, including capabilities for shell execution, database interaction, and agent lifecycle management. Researchers found that this interface lacked any authentication controls by default.
The vulnerability stems from the MCP Bridge being publicly accessible on port 3001, often bound to 0.0.0.0 in default Docker container deployments.
As detailed in the Noma Security research, a single crafted HTTP POST request to the /mcp endpoint can trigger arbitrary command execution inside the container without requiring API keys, tokens, or session validation. By invoking the ruflo__terminal_execute tool, attackers gain immediate shell execution context.
Similar exposures highlight the importance of implementing robust api security tools across containerized environments.
Because Ruflo operates as a “meta-harness” for orchestrating multi-agent AI swarms, the MCP Bridge functions as its central control plane. Every agent action, memory operation, and tool invocation passes through this component.
Exploiting this trust boundary enables attackers to move laterally across the entire orchestration layer:
27017) can be queried directly to extract full conversation histories, prompts, and metadata.| Exploitation Stage | Target Mechanism | Impact & Threat Vector |
| Initial Foothold | Unauthenticated /mcp endpoint | Remote command execution via ruflo__terminal_execute |
| Credential Theft | Process environment variables | Exfiltration of provider API keys (OpenAI, Anthropic, Google) |
| Persistence & Poisoning | AgentDB & Container Storage | Injecting malicious memory states and persistent startup scripts |
| Data Exfiltration | Unauthenticated MongoDB (27017) | Extraction of user chats, system prompts, and operational metadata |
These escalation vectors closely mirror risks observed in API connection vulnerability scenarios where unauthenticated management endpoints break infrastructure isolation.
This flaw underscores the systemic risks associated with “Shadow AI” deployments, where high-privilege AI orchestration suites are deployed rapidly without formal security oversight.
Ruflo’s ease of deployment via Docker and its deep integration with host system resources make it attractive for rapid prototyping, but dangerous when exposed to untrusted networks.
Following responsible disclosure on June 30, 2026, the Ruflo development team responded rapidly, releasing a security patch (tracked under GHSA-c4hm-4h84-2cf3).
localhost (127.0.0.1) by default.ruflo__terminal_execute) disabled unless explicitly enabled by an administrator.Security teams should review deployment models for securing enterprise APIs, immediately restrict access to ports 3001 and 27017, rotate all provider API keys, and audit persistent AI memory stores for unauthorized modifications.
“Exploiting the MCP Bridge converts the central AI control plane into an attacker foothold, enabling secret exfiltration, agent swarm hijacking, and persistent memory poisoning.”
Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. -> Integrate ANY.RUN With Your SOC Now.
Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…
Hackers are making some phishing pages harder to track by changing the code delivered to…
A cyber incident reportedly forced a British power plant to halt operations for about four…
Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…
TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…
A fake student resume is being used to place a remote-access tool on researchers’ Windows…