ghsa-7pgr-32fx-c6x9
Vulnerability from github
Published
2024-10-11 15:30
Modified
2024-10-11 17:47
Severity ?
Summary
Lord of Large Language Models (LoLLMs) Server path traversal vulnerability in lollms_file_system.py
Details
A path traversal vulnerability exists in the ParisNeo/lollms repository, specifically in the lollms_file_system.py
file. The functions add_rag_database
, toggle_mount_rag_database
, and vectorize_folder
do not implement security measures such as sanitize_path_from_endpoint
or sanitize_path
. This allows an attacker to perform vectorize operations on .sqlite
files in any directory on the victim's computer, potentially installing multiple packages and causing a crash.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "lollms" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "9.5.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-6971" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2024-10-11T17:47:38Z", "nvd_published_at": "2024-10-11T13:15:16Z", "severity": "LOW" }, "details": "A path traversal vulnerability exists in the ParisNeo/lollms repository, specifically in the `lollms_file_system.py` file. The functions `add_rag_database`, `toggle_mount_rag_database`, and `vectorize_folder` do not implement security measures such as `sanitize_path_from_endpoint` or `sanitize_path`. This allows an attacker to perform vectorize operations on `.sqlite` files in any directory on the victim\u0027s computer, potentially installing multiple packages and causing a crash.", "id": "GHSA-7pgr-32fx-c6x9", "modified": "2024-10-11T17:47:39Z", "published": "2024-10-11T15:30:32Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6971" }, { "type": "WEB", "url": "https://github.com/ParisNeo/lollms/commit/aeace796d861e922133b769710019608a6363264" }, { "type": "PACKAGE", "url": "https://github.com/ParisNeo/lollms" }, { "type": "WEB", "url": "https://huntr.com/bounties/fbfe7cd0-99fb-4305-bd07-8b573364109e" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P", "type": "CVSS_V4" } ], "summary": "Lord of Large Language Models (LoLLMs) Server path traversal vulnerability in lollms_file_system.py" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.