Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-639Authorization Bypass Through User-Controlled Key[email protected]
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
langflow langflow
< 1.5.0
1.5.0 dev0
1.5.0 dev1

CPE

  • cpe:2.3:a:langflow:langflow:*:*:*:*:*:*:*:*
  • cpe:2.3:a:langflow:langflow:1.5.0:dev0:*:*:*:*:*:*
  • cpe:2.3:a:langflow:langflow:1.5.0:dev1:*:*:*:*:*:*

Remediation

  • No remediation found in references.
langflow langflow-base
< 0.5.1

CPE

  • cpe:2.3:a:langflow:langflow-base:*:*:*:*:*:python:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-34046
NVD Published Date:
Mar 27, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-34046 Details - Not Deferred