cbcvebase.
CVE-2024-4841
published 2024-06-23

CVE-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
VendorProductVersion rangeFixed in
lollmslollms-webui
parisneoparisneo_lollms-webuiunspecified – latest

Detection & IOCsextracted from sources · hover to see the quote

url/add_reference_to_local_model
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.