Description
IBM Langflow OSS 1.0.0 through 1.10.3 contain an authorization bypass vulnerability in the MemoryComponent that allows authenticated users to access chat history of other users via session_id collision. The MemoryComponent.retrieve_messages and store_message methods filter on session_id without validating flow_id or user_id ownership, enabling cross-user information disclosure through multiple authenticated API endpoints including /api/v1/run/*, /api/v1/responses, and /api/v2/workflow/*. This vulnerability only affects multi-user deployments with LANGFLOW_AUTO_LOGIN=False.
Published: 2026-08-05
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

IBM Langflow OSS versions 1.0.0 through 1.10.3 contain an authorization bypass in the MemoryComponent. The retrieve_messages and store_message functions filter only by session_id, neglecting to verify that the requesting user owns the referenced flow_id or user_id. An authenticated attacker can therefore inject a session_id collision to read or modify other users’ chat history. The flaw results in confidential data leakage rather than code execution or denial of service, and is associated with weaknesses in authentication trust and information disclosure (CWE‑285, CWE‑200).

Affected Systems

The vulnerability affects IBM Langflow OSS releases 1.0.0 to 1.10.3, including the 1.10.3 build. Systems deployed with the default multi‑user configuration and LANGFLOW_AUTO_LOGIN set to False are impacted; single‑user or auto‑login environments are not vulnerable.

Risk and Exploitability

The CVSS score is 7.1, indicating a high severity. EPSS data is not available, and the flaw is not listed in the CISA KEV catalog. Exploitation requires authenticated access to the deployment and a multi‑user setup with auto‑login disabled, which is the normal configuration for shared environments. Attackers can exploit the exposed API endpoints (/api/v1/run/*, /api/v1/responses, and /api/v2/workflow/*) by creating a session_id collision, enabling cross‑user data retrieval without additional privileges.

Generated by OpenCVE AI on August 5, 2026 at 19:22 UTC.

Remediation

Vendor Solution

IBM recommends upgrading to Langflow OSS 1.11.0 or newer https://github.com/langflow-ai/langflow/releases


OpenCVE Recommended Actions

  • Upgrade to IBM Langflow OSS 1.11.0 or later, which removes the session_id validation flaw.
  • If an upgrade is not yet possible, restrict API access by configuring firewall or reverse proxy rules to limit exposed endpoints to trusted networks or users, and consider disabling multi‑user support in the application.
  • Modify application configuration to enforce ownership checks for flow_id and user_id in all MemoryComponent calls, or patch the component to validate that the session owner matches the target user.

Generated by OpenCVE AI on August 5, 2026 at 19:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.10.3 contain an authorization bypass vulnerability in the MemoryComponent that allows authenticated users to access chat history of other users via session_id collision. The MemoryComponent.retrieve_messages and store_message methods filter on session_id without validating flow_id or user_id ownership, enabling cross-user information disclosure through multiple authenticated API endpoints including /api/v1/run/*, /api/v1/responses, and /api/v2/workflow/*. This vulnerability only affects multi-user deployments with LANGFLOW_AUTO_LOGIN=False.
Title Langflow OSS is affected by arbitrary code execution in custom component validation and trusted code enforcement
First Time appeared Ibm
Ibm langflow Oss
CPEs cpe:2.3:a:ibm:langflow_oss:1.0.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:langflow_oss:1.10.3:*:*:*:*:*:*:*
Vendors & Products Ibm
Ibm langflow Oss
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}


Subscriptions

Ibm Langflow Oss
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-08-05T18:16:05.828Z

Reserved: 2026-05-20T18:05:00.910Z

Link: CVE-2026-9130

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T19:30:05Z

Weaknesses

No weakness.