← Back
CWE-29

64 CVEs • Abstraction: Variant

Path Traversal: '\..\filename'

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory.

JSON object

Loading...

CVEs (64)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Lollms
1Lollms Web Ui
Jun 17, 2026
Jun 2, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
A path traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'copy_to_custom_personas' endpoint in the 'lollms_personalities_infos.py' file. This vulnerability allows attackers to read arbi...Show more
A path traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'copy_to_custom_personas' endpoint in the 'lollms_personalities_infos.py' file. This vulnerability allows attackers to read arbitrary files by manipulating the 'category' and 'name' parameters during the 'Copy to custom personas folder for editing' process. By inserting '../' sequences in these parameters, attackers can traverse the directory structure and access files outside of the intended directory. Successful exploitation results in unauthorized access to sensitive information.Show less
1Lollms
1Lollms Web Ui
Jun 17, 2026
May 16, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `/list_personalities` endpoint. By manipulating the `category` parameter, an attacker can traverse the directory str...Show more
A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `/list_personalities` endpoint. By manipulating the `category` parameter, an attacker can traverse the directory structure and list any directory on the system. This issue affects the latest version of the application. The vulnerability is due to improper handling of user-supplied input in the `list_personalities` function, where the `category` parameter can be controlled to specify arbitrary directories for listing. Successful exploitation of this vulnerability could allow an attacker to list all folders in the drive on the system, potentially leading to information disclosure.Show less
1Lfprojects
1Mlflow
Jun 17, 2026
May 16, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
A path traversal vulnerability exists in mlflow/mlflow version 2.11.0, identified as a bypass for the previously addressed CVE-2023-6909. The vulnerability arises from the application's handling of artifact URLs, where a...Show more
A path traversal vulnerability exists in mlflow/mlflow version 2.11.0, identified as a bypass for the previously addressed CVE-2023-6909. The vulnerability arises from the application's handling of artifact URLs, where a '#' character can be used to insert a path into the fragment, effectively skipping validation. This allows an attacker to construct a URL that, when processed, ignores the protocol scheme and uses the provided path for filesystem access. As a result, an attacker can read arbitrary files, including sensitive information such as SSH and cloud keys, by exploiting the way the application converts the URL into a filesystem path. The issue stems from insufficient validation of the fragment portion of the URL, leading to arbitrary file read through path traversal.Show less
1Lollms
1Lollms Web Ui
Jun 17, 2026
May 16, 2024
N/A· v4
8.4 HIGH· v3
N/A· v2
A path traversal vulnerability exists in the 'save_settings' endpoint of the parisneo/lollms-webui application, affecting versions up to the latest release before 9.5. The vulnerability arises due to insufficient sanitiz...Show more
A path traversal vulnerability exists in the 'save_settings' endpoint of the parisneo/lollms-webui application, affecting versions up to the latest release before 9.5. The vulnerability arises due to insufficient sanitization of the 'config' parameter in the 'apply_settings' function, allowing an attacker to manipulate the application's configuration by sending specially crafted JSON payloads. This could lead to remote code execution (RCE) by bypassing existing patches designed to mitigate such vulnerabilities.Show less
1Lollms
1Lollms Web Ui
Jun 17, 2026
May 16, 2024
N/A· v4
9.6 CRITICAL· v3
N/A· v2
A vulnerability in the parisneo/lollms-webui allows for arbitrary file upload and read due to insufficient sanitization of user-supplied input. Specifically, the issue resides in the `install_model()` function within `lo...Show more
A vulnerability in the parisneo/lollms-webui allows for arbitrary file upload and read due to insufficient sanitization of user-supplied input. Specifically, the issue resides in the `install_model()` function within `lollms_core/lollms/binding.py`, where the application fails to properly sanitize the `file://` protocol and other inputs, leading to arbitrary read and upload capabilities. Attackers can exploit this vulnerability by manipulating the `path` and `variant_name` parameters to achieve path traversal, allowing for the reading of arbitrary files and uploading files to arbitrary locations on the server. This vulnerability affects the latest version of parisneo/lollms-webui.Show less
1Lollms
1Lollms Web Ui
Jun 17, 2026
May 16, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A path traversal vulnerability in the '/apply_settings' endpoint of parisneo/lollms-webui allows attackers to execute arbitrary code. The vulnerability arises due to insufficient sanitization of user-supplied input in th...Show more
A path traversal vulnerability in the '/apply_settings' endpoint of parisneo/lollms-webui allows attackers to execute arbitrary code. The vulnerability arises due to insufficient sanitization of user-supplied input in the configuration settings, specifically within the 'extensions' parameter. Attackers can exploit this by crafting a payload that includes relative path traversal sequences ('../../../'), enabling them to navigate to arbitrary directories. This flaw subsequently allows the server to load and execute a malicious '__init__.py' file, leading to remote code execution. The issue affects the latest version of parisneo/lollms-webui.Show less
1Hsclabs
1Mailinspector
Jun 17, 2026
May 6, 2024
N/A· v4
8.6 HIGH· v3
N/A· v2
An issue was discovered in HSC Mailinspector 5.2.17-3 through v.5.2.18. An Unauthenticated Path Traversal vulnerability exists in the /public/loader.php file. The path parameter does not properly filter whether the file...Show more
An issue was discovered in HSC Mailinspector 5.2.17-3 through v.5.2.18. An Unauthenticated Path Traversal vulnerability exists in the /public/loader.php file. The path parameter does not properly filter whether the file and directory passed are part of the webroot, allowing an attacker to read arbitrary files on the server.Show less
1Lfprojects
1Mlflow
Jun 17, 2026
Apr 16, 2024
N/A· v4
9.3 CRITICAL· v3
N/A· v2
mlflow/mlflow is vulnerable to Local File Inclusion (LFI) due to improper parsing of URIs, allowing attackers to bypass checks and read arbitrary files on the system. The issue arises from the 'is_local_uri' function's f...Show more
mlflow/mlflow is vulnerable to Local File Inclusion (LFI) due to improper parsing of URIs, allowing attackers to bypass checks and read arbitrary files on the system. The issue arises from the 'is_local_uri' function's failure to properly handle URIs with empty or 'file' schemes, leading to the misclassification of URIs as non-local. Attackers can exploit this by crafting malicious model versions with specially crafted 'source' parameters, enabling the reading of sensitive files within at least two directory levels from the server's root.Show less
1Zenml
1Zenml
Jun 17, 2026
Apr 16, 2024
N/A· v4
9.9 CRITICAL· v3
N/A· v2
A directory traversal vulnerability exists in the zenml-io/zenml repository, specifically within the /api/v1/steps endpoint. Attackers can exploit this vulnerability by manipulating the 'logs' URI path in the request to...Show more
A directory traversal vulnerability exists in the zenml-io/zenml repository, specifically within the /api/v1/steps endpoint. Attackers can exploit this vulnerability by manipulating the 'logs' URI path in the request to fetch arbitrary file content, bypassing intended access restrictions. The vulnerability arises due to the lack of validation for directory traversal patterns, allowing attackers to access files outside of the restricted directory.Show less
1Gradio Project
1Gradio
Jun 17, 2026
Apr 16, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
An issue was discovered in gradio-app/gradio, where the `/component_server` endpoint improperly allows the invocation of any method on a `Component` class with attacker-controlled arguments. Specifically, by exploiting t...Show more
An issue was discovered in gradio-app/gradio, where the `/component_server` endpoint improperly allows the invocation of any method on a `Component` class with attacker-controlled arguments. Specifically, by exploiting the `move_resource_to_block_cache()` method of the `Block` class, an attacker can copy any file on the filesystem to a temporary directory and subsequently retrieve it. This vulnerability enables unauthorized local file read access, posing a significant risk especially when the application is exposed to the internet via `launch(share=True)`, thereby allowing remote attackers to read files on the host machine. Furthermore, gradio apps hosted on `huggingface.co` are also affected, potentially leading to the exposure of sensitive information such as API keys and credentials stored in environment variables.Show less
1Lfprojects
1Mlflow
Jun 17, 2026
Dec 20, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
This vulnerability enables malicious users to read sensitive files on the server.
1Lfprojects
1Mlflow
Jun 17, 2026
Dec 20, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A malicious user could use this issue to get command execution on the vulnerable machine and get access to data & models information.
1Lfprojects
1Mlflow
Jun 17, 2026
Dec 18, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.9.2.
1Lfprojects
1Mlflow
Jun 17, 2026
Dec 15, 2023
N/A· v4
8.1 HIGH· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.9.2.
1Ray Project
1Ray
Jun 17, 2026
Nov 16, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
LFI in Ray's log API endpoint allows attackers to read any file on the server without authentication. The issue is fixed in version 2.8.1+. Ray maintainers' response can be found here: https://www.anyscale.com/blog/updat...Show more
LFI in Ray's log API endpoint allows attackers to read any file on the server without authentication. The issue is fixed in version 2.8.1+. Ray maintainers' response can be found here: https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023Show less
1Vertaai
1Modeldb
Jun 17, 2026
Nov 16, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
An attacker can read any file on the filesystem on the server hosting ModelDB through an LFI in the artifact_path URL parameter.
1Salesagility
1Suitecrm
Jun 17, 2026
Nov 14, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository salesagility/suitecrm prior to 7.14.2, 7.12.14, 8.4.2.
1Pimcore
1Pimcore
Jun 17, 2026
May 30, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository pimcore/pimcore prior to 10.5.22.
1Lfprojects
1Mlflow
Jun 17, 2026
May 17, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.3.1.
1Lfprojects
1Mlflow
Jun 17, 2026
Mar 24, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.2.1.