CVE-2026-34046HIGH 8.8EPSS p32.2%

CVE-2026-34046CVE-2026-34046

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.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS0.41% probability of exploitation · percentile 32.2% · 2026-06-19T12:03:05Z
Published2026-03-27
Last modified2026-05-11

Underlying weaknesses· 2

CWE-639CWE-862

References

  1. https://github.com/langflow-ai/langflow/pull/8956
  2. https://github.com/langflow-ai/langflow/security/advisories/GHSA-8c4j-f57c-35cf

2

TypeTargetConfidenceTier
WeaknessAuthorization Bypass Through User-Controlled Keycwe-6390%live
WeaknessMissing Authorizationcwe-8620%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-21445
CVE
CVE-2026-33053
CVE
Langflow Code Injection Vulnerability
CVE
Langflow Missing Authentication Vulnerability
CVE
CVE-2026-42048
CVE
CVE-2026-33873
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.