Summary
CVE-2026-7663 is a critical improper authorization vulnerability (CWE-285) in IBM Langflow OSS affecting versions 1.0.0 through 1.9.6. The flaw resides in the Streamable MCP transport endpoint, where missing project ownership controls allow completely unauthenticated, remote attackers to access protected MCP project resources and execute MCP operations belonging to any user. It carries a CVSS v3.1 base score of 9.1 (Critical).
Technical details
- Root cause: The Streamable MCP transport endpoint (
/api/v1/mcp/project/{project_id}/streamable), introduced in Langflow 1.7, fails to properly enforce authorization checks. Project ownership controls are bypassed entirely, without requiring any credentials. - Trigger conditions: Network access to a Langflow instance with MCP Composer enabled is sufficient. IBM’s security bulletin notes that projects using OAuth or non-API-key authentication are particularly exposed. No user interaction is required.
- Attack vector: Fully remote, unauthenticated, over HTTP/HTTPS. The endpoint is part of Langflow’s public-facing API surface and is reachable from the internet on exposed instances.
- Impact: An attacker can enumerate MCP tool metadata, read project files, access superuser-level files, and execute MCP tools with elevated privileges — all without a valid credential. This results in high confidentiality and high integrity impact across affected projects.
Affected software
- IBM Langflow OSS version 1.0.0 through 1.9.6 (inclusive)
Severity
- CVSS v3.1 Base Score: 9.1 (Critical)
- Vector String:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Mitigation and recommended actions
- Immediate action — patch: Upgrade IBM Langflow OSS to version 1.10.0, which contains the vendor-provided fix.
- No workarounds available: IBM’s security bulletin explicitly states that no mitigations or workarounds exist short of upgrading. Organizations unable to patch immediately should consider isolating Langflow instances behind strict network access controls or a firewall to prevent unauthenticated internet access to the MCP transport endpoint.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

