Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable flow creation needs an authenticated low-priv user (PR:L), no interaction (UI:N); arbitrary file write enables code execution, so C/I/A all High.
Primary rating from Vendor (ibm).
CVSS VectorVendor: ibm
Lifecycle Timeline
2DescriptionCVE.org
IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to create a malicious flow pointing to an attacker-controlled URL that returns a specially crafted Content-Disposition header (e.g., filename="../../../target/path" ), enabling arbitrary file write operations with attacker-controlled content to any path accessible by the Langflow process.
AnalysisAI
Arbitrary file write in IBM Langflow OSS 1.0.0 through 1.10.0 lets an authenticated user create a malicious flow that points to an attacker-controlled URL returning a crafted Content-Disposition header, causing the Langflow process to write attacker-supplied content to any filesystem path it can access. Because writes can land on startup scripts, keys, or configuration files, this path-traversal (CWE-22) flaw is a realistic route to full server compromise. IBM has released a fix; no public exploit identified at time of analysis and the CVE is not in CISA KEV.
Technical ContextAI
Langflow is a Python-based, low-code visual builder for LLM/agent applications where users assemble 'flows' from components, some of which fetch remote resources. This vulnerability stems from CWE-22 (Improper Limitation of a Pathname to a Restricted Directory): when a flow component downloads a file, Langflow derives the local filename from the server-supplied Content-Disposition header (e.g. filename="../../../target/path") without sanitizing traversal sequences, so a remote server the attacker controls dictates where the response body is saved. The affected package per CPE is cpe:2.3:a:ibm:langflow_oss (all listed versions in the 1.0.0-1.10.0 range). The trust boundary failure is treating an HTTP response header from an arbitrary URL as a safe destination path rather than a hostile input.
RemediationAI
Patch available per vendor advisory - upgrade to the fixed IBM Langflow OSS release identified in the IBM Security Bulletin at https://www.ibm.com/support/pages/node/7278931 (consult that advisory for the exact patched version, which is not enumerated in the input data). Until patched, reduce exposure by restricting who can authenticate and create flows: disable open/self-service registration, enforce strong authentication and least-privilege user roles, and place the Langflow instance behind a VPN or network ACL rather than on the public internet. As a compensating control, use egress filtering to restrict outbound HTTP requests from the Langflow process to only trusted hosts, which blocks the attacker-controlled-URL step (trade-off: breaks flows that legitimately fetch external resources); additionally run the Langflow process as a low-privilege, sandboxed/containerized user with a read-only root filesystem so an arbitrary write cannot reach sensitive paths (trade-off: requires writable volumes for legitimate output directories).
More in Langflow Oss
View allUnauthenticated remote code execution in IBM Langflow OSS versions 1.0.0 through 1.10.0 lets any network-reachable attac
Authenticated command injection in IBM Langflow OSS 1.0.0 through 1.11.1 lets any logged-in flow user escalate to arbitr
Remote code execution in IBM Langflow OSS 1.0.0 through 1.11.1 allows a network-accessible authenticated attacker with l
Unauthenticated remote code execution in IBM Langflow OSS versions 1.0.0 through 1.9.3 allows attackers to fully comprom
Arbitrary Python code execution in IBM Langflow OSS 1.0.0 through 1.10.0 (Langflow versions up to 1.9.2) allows authenti
Remote code execution in IBM Langflow OSS 1.0.0 through 1.10.0 allows attackers to run arbitrary code by planting a mali
Authenticated remote code execution in IBM Langflow OSS 1.0.0 through 1.10.0 lets any logged-in user run arbitrary Pytho
Arbitrary file write in IBM Langflow OSS 1.0.0 through 1.10.0 lets an attacker who controls an external HTTP server plan
Remote code injection in IBM Langflow OSS versions 1.0.0 through 1.10.0 allows an authenticated remote attacker to execu
Remote code execution in IBM Langflow OSS 1.0.0 through 1.10.1 stems from improper input validation in the PythonREPL sa
Privilege escalation to remote code execution in IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated user to e
Code injection in IBM Langflow OSS versions 1.0.0 through 1.10.0 lets an authenticated user execute arbitrary operating-
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45288
GHSA-p7fv-5pcm-4rh4