
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-14470 is a path traversal vulnerability in IBM Langflow OSS that allows authenticated attackers to read arbitrary files on the system by sending specially crafted URL requests containing "dot dot" sequences (/../). It affects IBM Langflow OSS versions 1.0.0 through 1.10.2, with the fix introduced in version 1.10.3. The vulnerability was published on September 4, 2026, and carries a CVSS v3.1 base score of 6.5 (Medium) (GitHub Advisory, IBM Advisory).
The vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory — Path Traversal), arising from insufficient sanitization of user-supplied URL input before it is used to construct file system paths. An authenticated attacker can craft HTTP requests embedding /../ sequences to escape the intended directory boundary and access files outside the restricted directory. Exploitation requires only low privileges (a valid authenticated session) and no user interaction, making it straightforward to leverage once credentials are obtained. No public proof-of-concept code has been identified at this time (GitHub Advisory, IBM Advisory).
Successful exploitation allows any authenticated user to read arbitrary files on the underlying server, resulting in a high confidentiality impact. Sensitive data such as configuration files, credentials, API keys, or application secrets stored on the file system could be exposed. There is no integrity or availability impact, but file disclosure could facilitate further attacks such as credential theft or lateral movement (GitHub Advisory, IBM Advisory).
No public proof-of-concept exploit code exists, and there is no evidence of active in-the-wild exploitation as of the time of disclosure (GitHub Advisory). The EPSS score is approximately 0.328% (26th percentile), indicating a low near-term probability of exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
/etc/passwd on Linux, application config files) to understand the directory layout./../../../etc/passwd or /../../../app/config.yaml in the relevant URL parameter or endpoint./../ sequences (e.g., %2F..%2F, /../) in URL parameters; unusual GET requests targeting paths outside the application's expected directory scope.../../etc/passwd or similar sequences; repeated 200 OK responses to requests with abnormal path components from a single authenticated user./etc/passwd, config files, or credential stores) may be present if OS-level auditing is enabled.IBM has released a fix in Langflow OSS version 1.10.3; users should upgrade immediately from any version in the 1.0.0–1.10.2 range (IBM Advisory, GitHub Advisory). As interim mitigations, implement input validation to sanitize and reject directory traversal sequences (e.g., /../, %2F..%2F) in all URL parameters. Deploy web application firewall (WAF) rules to block requests containing "dot dot" sequences. Additionally, restrict the file system permissions of the Langflow OSS service account to the minimum necessary directories to limit the blast radius if exploitation occurs.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."