CVE-2026-34046

HIGH

Langflow: Authenticated Users Can Read, Modify, and Delete Any Flow via Missing Ownership Check

Title source: cna
STIX 2.1

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.

References (2)

Core 2
Core References
X_Refsource_Misc x_refsource_misc
https://github.com/langflow-ai/langflow/pull/8956

Scores

CVSS v3 8.8
EPSS 0.0041
EPSS Percentile 32.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-639 CWE-862
Status published
Products (7)
langflow/langflow 1.5.0 dev0 (2 CPE variants)
langflow/langflow < 1.5.0
langflow/langflow-base < 0.5.1
langflow-ai/langflow < 1.5.1
langflow-ai/langflow-base < 0.5.1
pypi/langflow 0 - 1.5.1PyPI
pypi/langflow-base 0 - 0.5.1PyPI
Published Mar 27, 2026
Tracked Since Mar 29, 2026