CVE-2026-19306
Received Received - Intake

IBM Langflow Path Traversal Vulnerability Exposes Sensitive Data

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: IBM Corporation

Description

IBM Langflow OSS 1.0.0 through 1.11.2 allows an authenticated attacker to read arbitrary files from the server filesystem β€” including server secret material (secret_key, JWT signing keys, the application database, /proc/self/environ, and other tenants' upload directories) β€” by supplying absolute paths or traversal sequences in the files parameter of an authenticated build request. The file contents were embedded as text attachments in the language model prompt and transmitted to the configured model endpoint, resulting in confidential data exfiltration. This bypassed the LANGFLOW_RESTRICT_LOCAL_FILE_ACCESS=true containment boundary, which was enforced for other file-reading components but not for the Chat Input to Message attachment pipeline.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ibm langflow From 1.0.0 (inc) to 1.11.2 (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
Executive Summary

This vulnerability allows an authenticated attacker to read arbitrary files from the server filesystem by exploiting the files parameter in an authenticated build request. The attacker can access sensitive data like secret keys, database files, and other tenants' upload directories. The file contents are embedded in prompts and sent to the configured model endpoint, leading to data exfiltration.

Detection Guidance

To detect this vulnerability, monitor for unauthorized file reads or unusual file attachments in language model prompts. Check logs for requests containing absolute paths or traversal sequences in the 'files' parameter of authenticated build requests. Look for unexpected data exfiltration to configured model endpoints.

Impact Analysis

An attacker could steal confidential data such as server secrets, application databases, or other tenants' files. This could lead to unauthorized access, data breaches, or further attacks on the system or connected services.

Compliance Impact

This vulnerability could result in non-compliance with GDPR, HIPAA, or other regulations due to unauthorized access and exfiltration of sensitive data. Organizations may face legal penalties, reputational damage, and loss of customer trust.

Mitigation Strategies

Immediately upgrade IBM Langflow OSS to a version beyond 1.11.2. Ensure LANGFLOW_RESTRICT_LOCAL_FILE_ACCESS=true is enforced globally. Review and restrict file access permissions. Monitor network traffic for suspicious data exfiltration to model endpoints. Audit logs for unauthorized file reads or traversal attempts.

Chat Assistant

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

EPSS Chart