CVE-2024-1601

Severity CVSS v4.0:
Pending analysis
Type:
CWE-89 SQL Injection
Publication date:
16/04/2024
Last modified:
07/07/2025

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.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:lollms:lollms-webui:9.0:*:*:*:*:*:*:*
cpe:2.3:a:lollms:lollms-webui:9.1:*:*:*:*:*:*:*