CVE-2024-4322
published 2024-05-16CVE-2024-4322: A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `/list_personalities` endpoint. By manipulating the…
PriorityP267high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
30.76%
98.0th percentile
A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `/list_personalities` endpoint. By manipulating the `category` parameter, an attacker can traverse the directory structure and list any directory on the system. This issue affects the latest version of the application. The vulnerability is due to improper handling of user-supplied input in the `list_personalities` function, where the `category` parameter can be controlled to specify arbitrary directories for listing. Successful exploitation of this vulnerability could allow an attacker to list all folders in the drive on the system, potentially leading to information disclosure.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lollms | lollms_web_ui | < 9.8 | 9.8 |
| parisneo | parisneo_lollms-webui | unspecified – latest | — |
Detection & IOCsextracted from sources · hover to see the quote
- ·Vulnerability affects parisneo/lollms-webui versions prior to 9.8; patch to version 9.8 or later to remediate
- ·Exploitation requires no authentication (PR:N) and no user interaction (UI:N), making it remotely exploitable by unauthenticated attackers
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.
No detection rules found.
Nuclei
LoLLMS WebUI < 9.8 - Path Traversal
nuclei·CVSS 7.5
CVE-2024-4322 [HIGH] LoLLMS WebUI < 9.8 - Path Traversal
LoLLMS WebUI < 9.8 - Path Traversal
parisneo/lollms-webui contains a path traversal caused by improper handling of 'category' parameter in /list_personalities endpoint, letting attackers list arbitrary directories, exploit requires control over 'category' parameter.
Template:
id: CVE-2024-4322
info:
name: LoLLMS WebUI < 9.8 - Path Traversal
author: MJ-bin
severity: high
description: |
parisneo/lollms-webui contains a path traversal caused by improper handling of 'category' parameter in /list_personalities endpoint, letting attackers list arbitrary directories, exploit requires control over 'category' parameter.
impact: |
Attackers can list all directories on the system, leading to potential information disclosure and further exploitation.
remediation: |
Implement proper input validatio
No writeups or analysis indexed.
2024-05-16
Published