CVE-2026-7787
Description
A session ID namespace bypass in IBM Langflow OSS allows unauthenticated attackers to access user chat history by manipulating the session parameter in a public flow.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A session ID namespace bypass in IBM Langflow OSS allows unauthenticated attackers to access user chat history by manipulating the session parameter in a public flow.
Vulnerability
A session ID namespace bypass vulnerability exists in IBM Langflow OSS versions 1.0.0 through 1.9.1. The endpoint POST /api/v1/build_public_tmp/{flow_id}/flow accepts an inputs.session parameter that overrides the session ID used during flow execution. When a public flow contains a Memory (Message History) component with an empty session_id field, the component uses the caller-supplied session ID without proper isolation [1]. This allows an unauthenticated attacker to retrieve chat history from other users' sessions by providing arbitrary session IDs.
Exploitation
An unauthenticated attacker can call the public endpoint with a target session ID. Since the default session_id for authenticated runs equals the flow UUID (visible in URLs), the attacker can discover or guess the flow UUID. By including this session ID in the inputs.session parameter, the attacker retrieves stored chat history without any authentication or user interaction [1].
Impact
Successful exploitation enables an unauthenticated attacker to read chat history from arbitrary sessions, leading to disclosure of sensitive information. The CVSS v3 score is 7.5 (High) with a vector of AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, reflecting no required privileges, no user interaction, and high confidentiality impact [1].
Mitigation
As of the publication date (2026-06-11), no workarounds or mitigations have been provided by IBM. The advisory states "None" for workarounds and mitigations [1]. No fixed version has been released. Users should monitor the IBM support page and Langflow OSS project for updates. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog.
AI Insight generated on Jun 11, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: 1.0.0 - 1.9.1
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.