PT-2024-18162 · Unknown · Parisneo/Lollms-Webui
Published
2024-04-15
·
Updated
2025-07-07
·
CVE-2024-1601
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
parisneo/lollms-webui (affected versions not specified)
Description
An SQL injection issue exists in the
delete discussion() function, allowing an attacker to delete all discussions and message data by sending a crafted HTTP POST request to the "/delete discussion" endpoint. This is achieved by manipulating SQL queries through a specially crafted payload in the id parameter, which can delete all records from the 'discussion' and 'message' tables. The issue arises from improper neutralization of special elements used in an SQL command.Recommendations
As a temporary workaround, consider disabling the
delete discussion() function until a patch is available.
Restrict access to the "/delete discussion" endpoint to minimize the risk of exploitation.
Avoid using the id parameter in the affected endpoint until the issue is resolved.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.Exploit
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Parisneo/Lollms-Webui