VYPR
High severity8.8NVD Advisory· Published Mar 27, 2026· Updated May 11, 2026

CVE-2026-34046

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

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
langflowPyPI
< 1.5.11.5.1
langflow-basePyPI
< 0.5.10.5.1

Affected products

8
  • cpe:2.3:a:langflow:langflow:*:*:*:*:*:*:*:*+ 5 more
    • cpe:2.3:a:langflow:langflow:*:*:*:*:*:*:*:*range: <1.5.0
    • cpe:2.3:a:langflow:langflow:1.5.0:dev0:*:*:*:*:*:*
    • cpe:2.3:a:langflow:langflow:1.5.0:dev1:*:*:*:*:*:*
    • cpe:2.3:a:langflow:langflow-base:*:*:*:*:*:python:*:*range: <0.5.1
    • (no CPE)range: < 1.5.1
    • (no CPE)range: < 0.5.1
  • ghsa-coords2 versions
    < 1.5.1+ 1 more
    • (no CPE)range: < 1.5.1
    • (no CPE)range: < 0.5.1

Patches

Vulnerability mechanics

References

4

News mentions

0

No linked articles in our index yet.