CVE-2024-4841
published 2024-06-23CVE-2024-4841: A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input…
PriorityP269low3.3CVSS 3.1
AVLACLPRLUINSUCLINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
0.67%
47.5th percentile
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input sanitization. This vulnerability affects versions v9.6 to the latest. By exploiting this vulnerability, an attacker can predict the folders, subfolders, and files present on the victim's computer. The vulnerability is present in the way the application handles the 'path' parameter in HTTP requests to the '/add_reference_to_local_model' endpoint.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lollms | lollms-webui | — | — |
| parisneo | parisneo_lollms-webui | unspecified – latest | — |
Detection & IOCsextracted from sources · hover to see the quote
commandPOST /add_reference_to_local_model HTTP/1.1
Content-Type: application/json
{"path":"\\Users"}↗
- →Detect path traversal attempts targeting the '/add_reference_to_local_model' POST endpoint; look for JSON body with a 'path' parameter containing backslash-prefixed directory traversal strings (e.g., '\\Users', '\\..\\'). ↗
- →Use the FOFA fingerprint 'LoLLMS WebUI - Welcome' to identify exposed instances of the vulnerable application on the internet. ↗
- ·The vulnerability affects parisneo/lollms-webui versions v9.6 to the latest at time of disclosure; scope detection rules accordingly. ↗
- ·The path traversal is exploitable without authentication (PR:N, UI:N per CVSS), meaning no session or login token is required to probe the endpoint. ↗
CVSS provenance
nvdv3.13.3LOWCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
nvdv3.04.0MEDIUMCVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
vulncheck3.3LOW
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-p4vx-w5q8-cq9j: A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of
ghsa_unreviewed·2024-06-23
CVE-2024-4841 [MEDIUM] CWE-29 GHSA-p4vx-w5q8-cq9j: A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input sanitization. This vulnerability affects versions v9.6 to the latest. By exploiting this vulnerability, an attacker can predict the folders, subfolders, and files present on the victim's computer. The vulnerability is present in the way the application handles the 'path' parameter in HTTP requests to the '/add_reference_to_local_model' endpoint.
VulnCheck
lollms lollms-webui Path Traversal: '\..\filename'
vulncheck·2024·CVSS 3.3
CVE-2024-4841 [LOW] lollms lollms-webui Path Traversal: '\..\filename'
lollms lollms-webui Path Traversal: '\..\filename'
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input sanitization. This vulnerability affects versions v9.6 to the latest. By exploiting this vulnerability, an attacker can predict the folders, subfolders, and files present on the victim's computer. The vulnerability is present in the way the application handles the 'path' parameter in HTTP requests to the '/add_reference_to_local_model' endpoint.
Affected: lollms lollms-webui
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver
No detection rules found.
Nuclei
LoLLMS WebUI - Subfolder Prediction via Path Traversal
nuclei·CVSS 3.3
CVE-2024-4841 [LOW] LoLLMS WebUI - Subfolder Prediction via Path Traversal
LoLLMS WebUI - Subfolder Prediction via Path Traversal
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input sanitization. This vulnerability affects versions v9.6 to the latest.
Template:
id: CVE-2024-4841
info:
name: LoLLMS WebUI - Subfolder Prediction via Path Traversal
author: s4e-io
severity: medium
description: |
A Path Traversal vulnerability exists in the parisneo/lollms-webui, specifically within the 'add_reference_to_local_mode' function due to the lack of input sanitization. This vulnerability affects versions v9.6 to the latest.
remediation: |
Apply the latest security patches and updates from the vendor to address this vulnerability.
impact: |
By exploiting this vulnerabil
No writeups or analysis indexed.
2024-06-23
Published
Exploited in the wild