ZeroHour

CVE-2026-21445

PoC moderate

Missing Authentication Controls in Langflow API Exposes User Data

CVSS 4.0
8.8 high
EPSS
34%p98
Published
()
Modified
AI analysis

Multiple critical API endpoints in Langflow, an open-source tool for building and deploying AI-powered agents and workflows, lack required authentication (CWE-306), so any unauthenticated user can reach them directly over the network with no privileges or user interaction required. By sending crafted requests to these endpoints, an attacker can read sensitive user conversation data and transaction histories and can perform destructive operations such as deleting messages. Any organization or individual running an affected Langflow deployment whose API is reachable, especially instances exposed to the internet, is affected, since the endpoints handle personal data and system operations that should require proper authorization. A public proof of concept is available via the project's GitHub security advisory (GHSA-c5cp-vx83-jhqx), EPSS assigns a 33.7% probability of exploitation within 30 days (98th percentile), and recent reporting indicates CISA has added actively exploited Langflow flaws to its KEV catalog, so this should be treated as exploited in the wild. Version 1.7.0.dev45 contains the patch.

What to do: Upgrade Langflow to version 1.7.0.dev45 or later. If you cannot upgrade immediately, restrict access to the affected API endpoints to trusted networks or place them behind an authenticating reverse proxy or API gateway. Review logs for unauthenticated requests to conversation, transaction, and message endpoints, and check for unexpected message deletions or access to user conversation data.

Affected
langflowAll versions prior to 1.7.0.dev45 (fixed in 1.7.0.dev45)
Estimated exposure
moderate≈ tens of thousands of self-hosted Langflow deployments, with likely thousands of instances internet-exposed — Langflow is a widely adopted self-hosted open-source agent/workflow builder typically deployed as one instance per team or organization, so total installations plausibly number in the tens of thousands, of which only the internet-facing…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0.dev45, multiple critical API endpoints in Langflow are missing authentication controls. The issue allows any unauthenticated user to access sensitive user conversation data, transaction histories, and perform destructive operations including message deletion. This affects endpoints handling personal data and system operations that should require proper authorization. Version 1.7.0.dev45 contains a patch.

Vendors
langflow
Products
langflow
Weakness
CWE-306
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/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

In the news