Description
IBM Langflow OSS 1.0.0 through 1.10.1 can allow an attacker to access another user's private vector documents by creating their own flow with matching Chroma persist_directory and collection_name values. The attacker receives exact victim content in their workflow output despite having no authorization to read the victim's flow. Additionally, the attacker can pollute the victim's collection by inserting their own documents into the shared namespace.
Published: 2026-07-30
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 insecure API endpoints that do not enforce proper authorization. An attacker can create a flow that references the exact persist_directory and collection_name used by another user, thereby retrieving that user's private vector documents. Additionally, the attacker can inject arbitrary documents into the same collection, corrupting shared data. This leads to a breach of confidentiality and integrity for users’ private information.

Affected Systems

Affected systems are IBM Langflow OSS installations running any version from 1.0.0 up to and including 1.10.1. The product can be updated through the IBM Langflow OSS PyPI package.

Risk and Exploitability

The CVSS base score is 8.1, indicating high severity. EPSS score of < 1%, indicating a very low but nonzero probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, but because the flaw can be exploited remotely with only unauthenticated API requests, the practical exploitation likelihood is high. Attackers can send crafted API calls over the network to retrieve or tamper with private flows without any user interaction or elevated privileges.

Generated by OpenCVE AI on August 2, 2026 at 05:00 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 IBM Langflow OSS to version 1.10.2 or later, as the vendor explicitly recommends this to mitigate the vulnerability.
  • Apply strict authentication and authorization checks on all API endpoints that expose user data, ensuring that only the rightful owner can create or access flows linked to a specific persist_directory or collection_name.
  • Segment or isolate Chroma namespaces so that shared collections are not globally accessible during migration to a patched version, and monitor for unauthorized document insertion or anomalous flow creation.

Generated by OpenCVE AI on August 2, 2026 at 05:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
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'}

ssvc

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


Thu, 30 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.10.1 can allow an attacker to access another user's private vector documents by creating their own flow with matching Chroma persist_directory and collection_name values. The attacker receives exact victim content in their workflow output despite having no authorization to read the victim's flow. Additionally, the attacker can pollute the victim's collection by inserting their own documents into the shared namespace.
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-520
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

Subscriptions

Ibm Langflow Oss
Langflow Langflow
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-07-30T19:21:21.684Z

Reserved: 2026-06-26T16:38:07.032Z

Link: CVE-2026-13444

cve-icon Vulnrichment

Updated: 2026-07-30T19:20:34.035Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T19:17:06.997

Modified: 2026-08-04T20:14:38.430

Link: CVE-2026-13444

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:15:15Z

Weaknesses
  • CWE-520

    .NET Misconfiguration: Use of Impersonation