CVE-2026-34046

HIGH EPSS 32.4%
Published Mar 27, 20263mo ago · Modified Jun 17, 20261w ago
8.7 CVSS 4.0
High
Find Similar
Published Mar 27, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago

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.

CVSS Details

Base Score
8.7
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
32.4% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-639
CWE-862 Missing Authorization Authorization

Affected Products 4

VendorProductVersionRange
langflowlangflow* <1.5.0
langflowlangflow1.5.0any
langflowlangflow1.5.0any
langflowlangflow-base* <0.5.1

References 2

  • github.com https://github.com/langflow-ai/langflow/pull/8956
    Issue TrackingPatch
  • github.com https://github.com/langflow-ai/langflow/security/advisories/GHSA-8c4j-f57c-35cf
    PatchVendor Advisory

Remediation

  • github.com https://github.com/langflow-ai/langflow/pull/8956
    Issue TrackingPatch
  • github.com https://github.com/langflow-ai/langflow/security/advisories/GHSA-8c4j-f57c-35cf
    PatchVendor Advisory