CVE-2026-7524
Analyzed Analyzed - Analysis Complete
Remote Code Execution in IBM Langflow OSS

Publication date: 2026-05-27

Last updated on: 2026-06-02

Assigner: IBM Corporation

Description
IBM Langflow OSS 1.0.0 through 1.9.1 could allow remote code execution due to improper validation of symbolic links during archive extraction.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-02
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
langflow langflow From 1.0.0 (inc) to 1.9.1 (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

CVE-2026-7524 is a path traversal vulnerability in IBM Langflow OSS versions 1.0.0 through 1.9.1. It arises from improper validation of symbolic links during archive extraction in the _unpack_bundle function. Attackers can exploit this by uploading malicious tar files containing symbolic links to sensitive system files. When these archives are extracted, the attacker can read arbitrary files, including sensitive data like JWT secret keys.

This vulnerability affects multiple file processing components such as Docling, Docling Serve, Read File, NVIDIA Retriever Extraction, Video File, and Unstructured API. Exploiting this flaw can allow attackers to retrieve sensitive data through chatbot queries, bypass authentication by forging JWT tokens, and potentially execute remote code via the Python Interpreter node.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive files on the system, such as JWT secret keys. Attackers can use this access to bypass authentication mechanisms by forging JWT tokens.

Additionally, it can lead to remote code execution through the Python Interpreter node, allowing attackers to run arbitrary code on the affected system. This can compromise the confidentiality, integrity, and availability of the system and its data.

Detection Guidance

This vulnerability involves improper validation of symbolic links during archive extraction in Langflow OSS versions 1.0.0 through 1.9.1. Detection would involve identifying if these vulnerable versions are in use and monitoring for suspicious archive extraction activities involving symbolic links.

Specifically, detection could focus on checking for the presence of malicious tar files containing symbolic links that point to sensitive files, such as JWT secret keys, being uploaded or extracted.

However, no specific detection commands or tools are provided in the available information.

Mitigation Strategies

The immediate and recommended step to mitigate this vulnerability is to upgrade IBM Langflow OSS to version 1.9.2 or later, where the issue has been fixed.

There are no available workarounds, so applying the official fix promptly is critical to reduce the risk of remote code execution and data compromise.

Compliance Impact

The vulnerability in IBM Langflow OSS allows attackers to read arbitrary sensitive files, including JWT secret keys, which can lead to authentication bypass and remote code execution. This exposure of sensitive data and potential unauthorized access could result in violations of data protection regulations such as GDPR and HIPAA, which mandate strict controls over personal and sensitive information.

Organizations using affected versions should promptly upgrade to Langflow OSS version 1.9.2 to mitigate risks that could impact compliance with these standards.

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