CVE-2026-34046 Details
Description
Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.5.1, the `_read_flow` helper in `src/backend/base/langflow/api/v1/flows.py` branched on the `AUTO_LOGIN` setting to decide whether to filter by `user_id`. When `AUTO_LOGIN` was `False` (i.e., authentication was enabled), neither branch enforced an ownership check — the query returned any flow matching the given UUID regardless of who owned it. This allowed any authenticated user to read any other user's flow, including embedded plaintext API keys; modify the logic of another user's AI agents, and/or delete flows belonging to other users. The vulnerability was introduced by the conditional logic that was meant to accommodate public/example flows (those with `user_id = NULL`) under auto-login mode, but inadvertently left the authenticated path without an ownership filter. The fix in version 1.5.1 removes the `AUTO_LOGIN` conditional entirely and unconditionally scopes the query to the requesting user.
A vulnerability in Langflow versions prior to 1.5.1 allows authenticated users to access, modify, and delete flows belonging to other users. The issue arises from a missing ownership check in the '_read_flow' helper, located in 'src/backend/base/langflow/api/v1/flows.py'. The vulnerability was introduced by conditional logic intended to support public or example flows under auto-login mode, which inadvertently left the authenticated user path unprotected. As a result, any authenticated user could read another user's flow, including embedded plaintext API keys, alter the logic of AI agents, or delete flows from other users.
Users can upgrade to Langflow version 1.5.1 or later to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/langflow-ai/langflow/pull/8956 | [email protected] | Issue TrackingPatch |
| https://github.com/langflow-ai/langflow/security/advisories/GHSA-8c4j-f57c-35cf | [email protected] | PatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| langflow langflow | < 1.5.0 1.5.0 dev0 1.5.0 dev1 |
CPE
Remediation
| |
| langflow langflow-base | < 0.5.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 11, 2026 | Reanalysis | [email protected] |
| May 11, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | New CVE Received | [email protected] |