Summary
CVE-2026-7664 is a critical authorization bypass vulnerability (CVSS 9.8) affecting IBM Langflow OSS versions 1.0.0 through 1.8.4, an AI pipeline-building platform widely deployed as an internet-facing web application. The flaw stems from improper authorization enforcement in the Streamable MCP (Model Context Protocol) HTTP transport endpoint, allowing unauthenticated remote attackers to access protected MCP project resources and execute MCP operations without any credentials. IBM has released a fix and recommends immediate upgrade to version 1.9.1.
Technical details
- Root cause: Improper authentication enforcement (CWE-287) in the Streamable HTTP MCP transport endpoint. The endpoint fails to correctly validate authorization before processing inbound MCP requests, exposing project-scoped resources and operations to unauthenticated callers.
- Trigger conditions: Any internet-accessible Langflow instance running versions 1.0.0–1.8.4 is potentially vulnerable. Streamable HTTP is the default MCP transport in Langflow, served at the
/streamableURL path, meaning default deployments are exposed without additional configuration changes. - Attack vector: Remote, unauthenticated network access. An attacker sends crafted HTTP requests to the Streamable MCP transport endpoint without supplying any credentials. No user interaction is required.
- Impact: High impact across confidentiality, integrity, and availability. An attacker can read protected MCP project resources, execute arbitrary MCP operations (including triggering or manipulating AI pipelines), and potentially disrupt service availability. Langflow’s own documentation warns that without authentication configured, the MCP server "becomes a public endpoint that anyone can access."
Affected software
- IBM Langflow OSS 1.0.0 through 1.8.4 (inclusive)
Severity
CVSS v3.1 base score: 9.8 (Critical)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Upgrade to IBM Langflow OSS version 1.9.1 or later, available on PyPI.
- IBM’s security bulletin documents no available workarounds or interim mitigations; upgrading to 1.9.1 is the only supported remediation path.
- Until patching is complete, consider restricting network-level access to Langflow instances and ensuring MCP server authentication is explicitly enabled, as Langflow documentation notes that unauthenticated MCP deployments are fully publicly accessible.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

