Summary
CVE-2026-12942 is a path traversal vulnerability (CWE-22) in IBM Langflow OSS versions 1.0.0 through 1.10.1, rated High severity (CVSS 7.5). An unauthenticated remote attacker can send specially crafted URL requests containing dot-dot sequences (/../) to unauthenticated API endpoints, enabling arbitrary file reads on the underlying server. IBM has released a patched version (1.10.2) and recommends immediate upgrade.
Technical details
- Root cause: Insufficient validation and sanitization of user-supplied path parameters in exposed HTTP API endpoints, allowing directory traversal sequences to escape the intended file serving directory (CWE-22: Improper Limitation of a Pathname to a Restricted Directory).
- Trigger conditions: No authentication or user interaction is required. An attacker only needs network access to the Langflow OSS web interface.
- Attack vector: The attacker sends a crafted HTTP request containing
/../sequences in the URL path, directing the server to resolve file paths outside the application’s intended directory. - Impact: Successful exploitation allows an attacker to read arbitrary files from the server filesystem. This can expose sensitive data such as application configuration files, environment variable files containing API keys and database credentials, JWT signing secrets (enabling authentication token forgery), and other secrets stored on the host.
Affected software
- IBM Langflow OSS versions 1.0.0 through 1.10.1 (inclusive)
Severity
- CVSS v3.1 Base Score: 7.5 (High)
- Vector String:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate action: Upgrade IBM Langflow OSS to version 1.10.2, available via PyPI.
- If immediate patching is not possible: Restrict network access to Langflow OSS instances using firewall rules or network segmentation to prevent unauthenticated internet-facing exposure. IBM has not documented any in-application workarounds for this vulnerability.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

