Description
IBM Langflow OSS 1.0.0 through 1.10.1 can allow an authenticated attacker to exploit the SaveToFile component to read and modify another user's uploaded files by specifying absolute paths pointing to victim storage locations. In append mode, the attacker's workflow reads victim file contents, appends attacker-controlled data, and uploads a copy containing victim data to the attacker's namespace (confidentiality breach). In overwrite mode, the attacker can replace victim file contents with arbitrary data (integrity breach). This breaks the storage ownership boundary between users.
Published: 2026-07-17
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

IBM Langflow OSS versions 1.0.0 through 1.10.1 contain a flaw in the SaveToFile component that allows an authenticated attacker to specify absolute file paths in uploaded file operations. The attacker can read other users’ stored files in append mode, or overwrite them with arbitrary data in overwrite mode. This effectively breaks the storage ownership boundary, resulting in confidentiality and integrity compromise of other users' data and potentially exposing sensitive content.

Affected Systems

IBM Langflow OSS, impacted versions 1.0.0 to 1.10.1, are affected. The vulnerability is present in the open source implementation distributed via PyPI.

Risk and Exploitability

With a CVSS score of 8.1, this vulnerability is considered high severity. The EPSS score is less than 1%, indicating a lower likelihood of exploitation at present, and it is not listed in the CISA KEV catalog. Attackers need only authenticated access to the vulnerable API; no additional privileges or special conditions are required. An attacker can choose absolute paths that point to files owned by other users, leading to direct file read or overwrite operations through the SaveToFile component.

Generated by OpenCVE AI on July 30, 2026 at 23:25 UTC.

Remediation

Vendor Solution

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


OpenCVE Recommended Actions

  • Upgrade Langflow OSS to version 1.10.2 as recommended by IBM.
  • For systems that cannot upgrade immediately, configure the application to reject absolute paths passed to the SaveToFile API, limiting file operations to the user's own storage namespace.
  • Enforce strict authentication and privilege checks on all file‑handling endpoints and audit API usage for anomalous file operations.

Generated by OpenCVE AI on July 30, 2026 at 23:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.10.1 can allow an authenticated attacker to exploit the SaveToFile component to read and modify another user's uploaded files by specifying absolute paths pointing to victim storage locations. In append mode, the attacker's workflow reads victim file contents, appends attacker-controlled data, and uploads a copy containing victim data to the attacker's namespace (confidentiality breach). In overwrite mode, the attacker can replace victim file contents with arbitrary data (integrity breach). This breaks the storage ownership boundary between users.
Title Langflow is affected by remote code execution, denial of service, path traversal, and exposed credentials due to multiple unauthenticated and insufficiently authorized API endpoints
First Time appeared Ibm
Ibm langflow Oss
Weaknesses CWE-639
CPEs cpe:2.3:a:ibm:langflow_oss:1.0.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:langflow_oss:1.10.1:*:*:*:*:*:*:*
Vendors & Products Ibm
Ibm langflow Oss
References
Metrics cvssV3_1

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


Subscriptions

Ibm Langflow Oss
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-07-23T03:56:14.982Z

Reserved: 2026-06-26T16:40:55.714Z

Link: CVE-2026-13445

cve-icon Vulnrichment

Updated: 2026-07-20T16:59:13.798Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:30:08Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key