CVE Catalog

CVE-2026-9130

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

9th percentile - higher than 9% of all known CVEs

Summary

IBM Langflow OSS versions 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 retrieve_messages and store_message methods filter only on session_id without validating flow_id or user_id ownership, enabling cross-user information disclosure through multiple API endpoints.

Risk Assessment

The risk involves unauthorized access to confidential chat data of other users, potentially violating privacy and confidentiality in multi-user deployments. An attacker could exploit this to steal data or conduct espionage.

Recommendation

It is recommended to immediately upgrade IBM Langflow OSS to a version newer than 1.10.3 if available. Additionally, implement ownership validation (flow_id, user_id) in the MemoryComponent and consider restricting access to sensitive API endpoints.

Other vulnerabilities in IBM Langflow OSS

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS