Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
1DescriptionCVE.org
IBM Langflow OSS 1.0.0 through 1.9.0 could allow a denial of service due to uncontrolled resource consumption.
AnalysisAI
Denial of service in IBM Langflow OSS 1.0.0 through 1.9.0 lets a low-privileged, authenticated remote attacker drive uncontrolled resource consumption (CWE-400) to degrade or crash the service, with a high availability impact and a minor confidentiality exposure per the CVSS vector. The flaw is network-reachable, requires no user interaction, and needs only a low-privilege account. There is no public exploit identified at time of analysis, it is not listed in CISA KEV, and no EPSS score was supplied.
Technical ContextAI
Langflow is an open-source, Python-based low-code/visual framework for building LLM- and agent-driven applications, exposing a web API and UI for composing and running flows. The root cause is classified as CWE-400 (Uncontrolled Resource Consumption), a class of bug where the application fails to bound the CPU, memory, threads, connections, or other resources consumed in response to attacker-influenced input or requests, allowing a relatively small amount of effort to exhaust available capacity. The advisory does not name the specific endpoint, flow operation, or parser at fault, and no CPE strings were provided to pin the exact build, so the precise resource-exhaustion sink is not confirmed from the available data.
RemediationAI
No exact fixed version is stated in the provided data, so consult the IBM security bulletin at https://www.ibm.com/support/pages/node/7273427 for the vendor-released patched build and upgrade beyond 1.9.0 once confirmed (treat the bulletin as 'patch available per vendor advisory'; the specific fix version is not independently confirmed here). As compensating controls until patched: restrict network access to the Langflow API/UI to trusted networks or place it behind a VPN/reverse proxy, since the vector is AV:N; enforce per-account rate limiting and request size/timeout limits at the proxy to blunt resource exhaustion (trade-off: may throttle legitimate heavy flows); apply OS- or container-level resource quotas (CPU/memory cgroups, restart-on-OOM) to contain impact and recover automatically (trade-off: a crash-loop still interrupts service); and tighten account provisioning so low-privilege accounts are not handed to untrusted users, given the PR:L requirement.
Langflow before 1.3.0 allows unauthenticated remote code injection through the /api/v1/validate/code endpoint, enabling
Account takeover and remote code execution in Langflow AI workflow platform versions ≤1.6.9 due to a CORS misconfigurati
Langflow has a third RCE vulnerability via exec_globals (EPSS 10.0%) allowing inclusion of untrusted code that executes
Code injection in Langflow CSV Agent node before 1.8.0. The node hardcodes allow_dangerous_code=True, enabling arbitrary
Langflow has a code injection vulnerability in the code component (EPSS 2.6%) enabling remote code execution through the
Langflow through 0.6.19 allows remote code execution if untrusted users are able to reach the "POST /api/v1/custom_compo
langflow <=1.0.18 is vulnerable to Remote Code Execution (RCE) as any component provided the code functionality and the
langflow v1.0.12 was discovered to contain a remote code execution (RCE) vulnerability via the PythonCodeTool component.
Langflow before 1.7.0.dev45 exposes multiple API endpoints without authentication, allowing unauthenticated access to us
An unauthenticated shell injection vulnerability exists in Langflow's GitHub Actions CI/CD workflows, allowing attackers
Arbitrary file write vulnerability in an API endpoint (POST /api/v2/files) enables authenticated remote attackers to ove
Langflow versions prior to 1.0.13 suffer from a Privilege Escalation vulnerability, allowing a remote and low privileged
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32495
GHSA-vppx-25hc-f892