CVE-2024-2548
"LoLLMs Windows Path Traversal Vulnerability"
Description
A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `lollms_core/lollms/server/endpoints/lollms_binding_files_server.py` and `lollms_core/lollms/security.py` files. Due to inadequate validation of file paths between Windows and Linux environments using `Path(path).is_absolute()`, attackers can exploit this flaw to read any file on the system. This issue affects the latest version of LoLLMs running on the Windows platform. The vulnerability is triggered when an attacker sends a specially crafted request to the `/user_infos/{path:path}` endpoint, allowing the reading of arbitrary files, as demonstrated with the `win.ini` file. The issue has been addressed in version 9.5 of the software.
INFO
Published Date :
June 6, 2024, 7:15 p.m.
Last Modified :
Oct. 17, 2024, 3:52 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
3.6
Exploitability Score :
3.9
Affected Products
The following products are affected by CVE-2024-2548
vulnerability.
Even if cvefeed.io
is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-2548
.
URL | Resource |
---|---|
https://github.com/parisneo/lollms-webui/commit/49b0332e98d42dd5204dda53dee410b160106265 | Patch |
https://huntr.com/bounties/65979513-db0d-46fd-9977-fcd73bcd8a41 | Exploit Third Party Advisory |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-2548
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-2548
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Oct. 17, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N Changed Reference Type https://github.com/parisneo/lollms-webui/commit/49b0332e98d42dd5204dda53dee410b160106265 No Types Assigned https://github.com/parisneo/lollms-webui/commit/49b0332e98d42dd5204dda53dee410b160106265 Patch Changed Reference Type https://huntr.com/bounties/65979513-db0d-46fd-9977-fcd73bcd8a41 No Types Assigned https://huntr.com/bounties/65979513-db0d-46fd-9977-fcd73bcd8a41 Exploit, Third Party Advisory Added CWE NIST CWE-22 Added CPE Configuration OR *cpe:2.3:a:lollms:lollms_web_ui:*:*:*:*:*:*:*:* versions up to (excluding) 9.5 -
CVE Received by [email protected]
Jun. 06, 2024
Action Type Old Value New Value Added Description A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `lollms_core/lollms/server/endpoints/lollms_binding_files_server.py` and `lollms_core/lollms/security.py` files. Due to inadequate validation of file paths between Windows and Linux environments using `Path(path).is_absolute()`, attackers can exploit this flaw to read any file on the system. This issue affects the latest version of LoLLMs running on the Windows platform. The vulnerability is triggered when an attacker sends a specially crafted request to the `/user_infos/{path:path}` endpoint, allowing the reading of arbitrary files, as demonstrated with the `win.ini` file. The issue has been addressed in version 9.5 of the software. Added Reference huntr.dev https://huntr.com/bounties/65979513-db0d-46fd-9977-fcd73bcd8a41 [No types assigned] Added Reference huntr.dev https://github.com/parisneo/lollms-webui/commit/49b0332e98d42dd5204dda53dee410b160106265 [No types assigned] Added CWE huntr.dev CWE-36 Added CVSS V3 huntr.dev AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-2548
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-2548
weaknesses.