Description
IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to read arbitrary files due to path traversal.
Published: 2026-08-28
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a classic path traversal vulnerability (CWE-22) that allows an unauthenticated remote attacker to read any file accessible to the web server process. By subverting the file path parameters in HTTP requests, an attacker can read configuration files, credentials or other sensitive operational data stored outside the intended webroot. This leads to the exposure of confidential information and can provide a foothold for further compromise if secrets are revealed.

Affected Systems

IBM Langflow OSS, versions 1.0.0 through 1.11.1, which are distributed via the PyPI package manager and typically run in Python environments on web servers or containerized deployments.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.5, indicating a moderate to high risk level. The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting no widespread exploitation yet. However, the attack vector is remote and requires only an HTTP request carrying a manipulated file path; no authentication or additional privileges are needed. A successful exploitation would grant the attacker read access to arbitrary files on the host system.

Generated by OpenCVE AI on August 28, 2026 at 23:24 UTC.

Remediation

Vendor Solution

IBM strongly recommends addressing the vulnerability now by upgrading Langflow OSS to version 1.11.2 https://pypi.org/project/langflow/


OpenCVE Recommended Actions

  • Upgrade IBM Langflow OSS to version 1.11.2 or later, the official fix for this path traversal flaw.
  • If an upgrade cannot be performed immediately, restrict the file serving logic to validate paths against a whitelist, reject any request that contains directory traversal sequences, and confine the webroot to a dedicated, read‑only directory.
  • Monitor web server logs for suspicious file‑path requests and consider limiting network access to the application to trusted IP ranges or filtering through a web application firewall.

Generated by OpenCVE AI on August 28, 2026 at 23:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.11.1 could allow a remote attacker to read arbitrary files due to path traversal.
Title Langflow is affected by multiple authentication bypass, path traversal, authorization, and server-side request forgery vulnerabilities
First Time appeared Ibm
Ibm langflow Oss
Weaknesses CWE-22
CPEs cpe:2.3:a:ibm:langflow_oss:1.0.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:langflow_oss:1.11.1:*:*:*:*:*:*:*
Vendors & Products Ibm
Ibm langflow Oss
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Ibm Langflow Oss
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-08-28T20:51:48.083Z

Reserved: 2026-08-04T20:00:03.635Z

Link: CVE-2026-18899

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T22:16:47.107

Modified: 2026-08-28T22:16:47.107

Link: CVE-2026-18899

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T23:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')