
CVE-2024-4881 – Path Traversal in parisneo/lollms
https://notcve.org/view.php?id=CVE-2024-4881
06 Jun 2024 — A path traversal vulnerability exists in the parisneo/lollms application, affecting version 9.4.0 and potentially earlier versions, but fixed in version 5.9.0. The vulnerability arises due to improper validation of file paths between Windows and Linux environments, allowing attackers to traverse beyond the intended directory and read any file on the Windows system. Specifically, the application fails to adequately sanitize file paths containing backslashes (`\`), which can be exploited to access the root di... • https://github.com/parisneo/lollms/commit/95ad36eeffc6a6be3e3f35ed35a384d768f0ecf6 • CWE-36: Absolute Path Traversal •

CVE-2024-2548 – Path Traversal in parisneo/lollms-webui
https://notcve.org/view.php?id=CVE-2024-2548
06 Jun 2024 — 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 whe... • https://github.com/parisneo/lollms-webui/commit/49b0332e98d42dd5204dda53dee410b160106265 • CWE-36: Absolute Path Traversal •

CVE-2024-2362 – Path Traversal in parisneo/lollms-webui
https://notcve.org/view.php?id=CVE-2024-2362
06 Jun 2024 — A path traversal vulnerability exists in the parisneo/lollms-webui version 9.3 on the Windows platform. Due to improper validation of file paths between Windows and Linux environments, an attacker can exploit this vulnerability to delete any file on the system. The issue arises from the lack of adequate sanitization of user-supplied input in the 'del_preset' endpoint, where the application fails to prevent the use of absolute paths or directory traversal sequences ('..'). As a result, an attacker can send a... • https://huntr.com/bounties/2433d0a4-9ba0-474b-be1a-6fd5019770ba • CWE-36: Absolute Path Traversal •

CVE-2024-5482 – SSRF in add_webpage endpoint in parisneo/lollms-webui
https://notcve.org/view.php?id=CVE-2024-5482
06 Jun 2024 — A Server-Side Request Forgery (SSRF) vulnerability exists in the 'add_webpage' endpoint of the parisneo/lollms-webui application, affecting the latest version. The vulnerability arises because the application does not adequately validate URLs entered by users, allowing them to input arbitrary URLs, including those that target internal resources such as 'localhost' or '127.0.0.1'. This flaw enables attackers to make unauthorized requests to internal or external systems, potentially leading to access to sensi... • https://huntr.com/bounties/d97e23e7-172f-4862-a732-86bfc0b7860e • CWE-918: Server-Side Request Forgery (SSRF) •