CVE-2026-34046
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.
- Affected products
- Langflow
- Langflow
- < 1.5.0
- Langflow Langflow-base
- < 0.5.1
- Fix
- Available
- CVSS 3.1
- 8.8 HIGH
- EPSS
- 0.5% (38th percentile)
- Weakness
- CWE-639, CWE-862
- NVD status
- Analyzed
- Published
- 2026-03-27
No indexed exploits for CVE-2026-34046 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-34046 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows β not that no exploit exists.