CVE-2026-7869
Received Received - Intake

Path Traversal in IBM Langflow OSS

Vulnerability report for CVE-2026-7869, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: IBM Corporation

Description

IBM Langflow OSS 1.0.0 through 1.10.3 is vulnerable to Path Traversal in the Knowledge Bases API (`POST /api/v1/knowledge_bases`). This occurs because user-supplied knowledge base names are used directly to create file paths without proper sanitization or containment checks. An authenticated attacker can exploit this flaw to create directories and write files anywhere on the server's filesystem.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ibm langflow_oss From 1.0.0 (inc) to 1.10.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

Check for unauthorized file creation or directory traversal attempts in logs, particularly for POST requests to /api/v1/knowledge_bases. Look for suspicious paths like ../../../ or absolute paths in knowledge base names.

Mitigation Strategies

Upgrade IBM Langflow OSS to a version beyond 1.10.3. Implement input validation for knowledge base names to prevent path traversal. Restrict filesystem permissions to limit write access. Monitor for unusual file creation activities.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-7869. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart