← Back to CVE List

CVE-2024-1601

Published: 2024-04-16T00:15Z
Last Modified: 2024-11-21T08:50Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt