CVE-2026-55447
Awaiting Analysis
Awaiting Analysis - Queue
Path Traversal in Langflow Prior to 1.9.2
Publication date: 2026-06-23
Last updated on: 2026-06-23
Assigner: GitHub, Inc.
Description
Description
Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.2, by controlling a files that are digested into the RAG, an attacker can direct the node to read any file on the file-system by absolute path. All components based on BaseFileComponent are vulnerable to the vulnerability. This includes Docling (DoclingInlineComponent), Docling Serve, DoclingRemoteComponent), Read File (FileComponent), NVIDIA Retriever Extraction (NvidiaIngestComponent), Video File (VideoFileComponent), and Unstructured API (UnstructuredComponent). This vulnerability is fixed in 1.9.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| langflow-ai | langflow | to 1.9.2 (exc) |
| langflow-ai | docling | to 1.9.2 (exc) |
| langflow-ai | read_file | to 1.9.2 (exc) |
| nvidia | nvidia_ingest | to 1.9.2 (exc) |
| langflow-ai | video_file | to 1.9.2 (exc) |
| langflow-ai | unstructured | to 1.9.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-61 | The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files. |
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |