CVE-2026-7755: Langflow: MCP config validation gap enables RCE
HIGHIBM Langflow OSS versions 1.0.0 through 1.10.0 fail to fully enforce validation on MCP server configuration files, letting an authenticated low-privilege user achieve remote code execution on the Langflow host. The CVSS 8.8 score (network vector, low complexity, low privileges, no user interaction, full C/I/A impact) reflects an unusually easy path to full compromise for an AI agent orchestration platform. There is no evidence of active exploitation yet — it isn't in CISA KEV, no EPSS score is available, and no public exploit or Nuclei template exists — but Langflow's role as an agent/MCP integration hub makes it a high-value target once tooling appears. Inventory every Langflow instance (1.0.0-1.10.0), lock down who can create or edit MCP server configs, and watch IBM's advisory for a patched release to apply immediately.
What is the risk?
High severity (CVSS 8.8) driven by low attack complexity, low privilege requirement, and no user interaction — a low-privileged Langflow user can trigger full remote code execution. Exploitation likelihood is currently unconfirmed (no EPSS percentile, not in CISA KEV, no public PoC or scanner template found), so this sits in a 'high impact, unproven exploitation' bucket that can shift quickly once researchers or attackers reverse-engineer the validation gap. Risk is elevated further by Langflow's growing adoption as an agent/MCP orchestration layer, meaning a single compromised instance can expose credentials and tooling for downstream AI pipelines.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| Langflow | pip | — | No patch |
Do you use Langflow? You're affected.
How severe is it?
What is the attack surface?
What should I do?
1 step-
Upgrade to a patched Langflow release above 1.10.0 as soon as IBM/Langflow publishes one; track the vendor advisory at the reference URL for the fix version. Until patched, restrict MCP server configuration creation/editing to trusted administrators only (remove this capability from standard editor/contributor roles). Audit existing MCP server configs for unauthorized entries. Run Langflow in a least-privilege, network-segmented container so RCE cannot pivot laterally, and monitor process/command execution on Langflow hosts for anomalous child processes spawned by the Langflow service account.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-7755?
IBM Langflow OSS versions 1.0.0 through 1.10.0 fail to fully enforce validation on MCP server configuration files, letting an authenticated low-privilege user achieve remote code execution on the Langflow host. The CVSS 8.8 score (network vector, low complexity, low privileges, no user interaction, full C/I/A impact) reflects an unusually easy path to full compromise for an AI agent orchestration platform. There is no evidence of active exploitation yet — it isn't in CISA KEV, no EPSS score is available, and no public exploit or Nuclei template exists — but Langflow's role as an agent/MCP integration hub makes it a high-value target once tooling appears. Inventory every Langflow instance (1.0.0-1.10.0), lock down who can create or edit MCP server configs, and watch IBM's advisory for a patched release to apply immediately.
Is CVE-2026-7755 actively exploited?
No confirmed active exploitation of CVE-2026-7755 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-7755?
Upgrade to a patched Langflow release above 1.10.0 as soon as IBM/Langflow publishes one; track the vendor advisory at the reference URL for the fix version. Until patched, restrict MCP server configuration creation/editing to trusted administrators only (remove this capability from standard editor/contributor roles). Audit existing MCP server configs for unauthorized entries. Run Langflow in a least-privilege, network-segmented container so RCE cannot pivot laterally, and monitor process/command execution on Langflow hosts for anomalous child processes spawned by the Langflow service account.
What systems are affected by CVE-2026-7755?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, MCP tool integration, AI pipeline orchestration.
What is the CVSS score for CVE-2026-7755?
CVE-2026-7755 has a CVSS v3.1 base score of 8.8 (HIGH). The EPSS exploitation probability is 0.75%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0049 Exploit Public-Facing Application AML.T0050 Command and Scripting Interpreter AML.T0053 AI Agent Tool Invocation AML.T0081 Modify AI Agent Configuration Compliance Controls Affected
What are the technical details?
Original Advisory
IBM Langflow OSS 1.0.0 through 1.10.0 Langflow could allow remote code execution due to incomplete validation enforcement on MCP server configuration files.
Exploitation Scenario
An attacker with a low-privileged account on a shared or multi-tenant Langflow instance (e.g., a flow editor role) submits a crafted MCP server configuration through the Langflow UI or API. Because Langflow's validation enforcement on these config files is incomplete, the malformed configuration is accepted and processed, allowing attacker-controlled commands to execute in the Langflow server's context. The attacker gains full read/write/execute access to the host, harvesting API keys and credentials used by connected LLM agents and tool integrations, and potentially using that foothold to pivot into other systems the Langflow pipeline touches.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H References
Timeline
Related Vulnerabilities
CVE-2026-10561 10.0 Langflow: auth bypass + unauthenticated RCE (CVSS 10)
Same package: langflow CVE-2026-10134 10.0 Langflow: unauthenticated RCE via tool_code injection
Same package: langflow CVE-2026-33309 9.9 langflow: Path Traversal enables file access
Same package: langflow CVE-2026-55255 9.9 Langflow: IDOR allows cross-user flow execution
Same package: langflow CVE-2026-7873 9.9 Langflow: authenticated RCE enables credential theft
Same package: langflow