← Back to browse · API

CVE-2024-1601

Severity
HIGH
CVSS
7.5
EPSS
0.40416
Risk score
44.15
CISA KEV
No
PoC
No
Published
2024-04-16
Modified
2024-08-01
First seen
2026-08-08
Aliases
EUVD-2024-17342, GHSA-V84M-CF86-322V
Products
parisneo:parisneo/lollms-webui, parisneo:parisneo/lollms-webui unspecified <9.2
Sources
euvd EUVD-2024-17342

Description

An SQL injection vulnerability exists in the `delete_discussion()` function of the parisneo/lollms-webui application, allowing an attacker to delete all discussions and message data. The vulnerability is exploitable via a crafted HTTP POST request to the `/delete_discussion` endpoint, which internally calls the vulnerable `delete_discussion()` function. By sending a specially crafted payload in the 'id' parameter, an attacker can manipulate SQL queries to delete all records from the 'discussion' and 'message' tables. This issue is due to improper neutralization of special elements used in an SQL command.

References