Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-34046— Langflow: Authenticated Users Can Read, Modify, and Delete Any Flow via Missing Ownership Check

EPSS 0.03% · P9
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-34046

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Langflow: Authenticated Users Can Read, Modify, and Delete Any Flow via Missing Ownership Check
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
通过用户控制密钥绕过授权机制
Source: NVD (National Vulnerability Database)
Vulnerability Title
Langflow 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Langflow是Langflow开源的一个用于构建多代理和 RAG 应用程序的可视化框架。 Langflow 1.5.1之前版本存在安全漏洞,该漏洞源于_read_flow助手缺少所有权检查,可能导致经过身份验证的用户读取、修改或删除其他用户的流程。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
langflow-ailangflow < 1.5.1 -
langflow-ailangflow-base < 0.5.1 -

II. Public POCs for CVE-2026-34046

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-34046

登录查看更多情报信息。

Same Patch Batch · langflow-ai · 2026-03-27 · 6 CVEs total

CVE-2026-50278.8 HIGHLangflow - Path Traversal Arbitrary File Write via upload_user_file
CVE-2026-50256.5 MEDIUMLangflow - Application Logs Exposed to All Authenticated Users
CVE-2026-5022Langflow - Missing Authorization on download_image Endpoint
CVE-2026-5026Langflow - Stored XSS via Malicious SVG Upload
CVE-2026-33873Langflow has Authenticated Code Execution in Agentic Assistant Validation

IV. Related Vulnerabilities

V. Comments for CVE-2026-34046

No comments yet


Leave a comment