CVE-2024-1601

CVSS V2 None CVSS V3 None
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.
Overview
  • CVE ID
  • CVE-2024-1601
  • Assigner
  • @huntr_ai
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2024-04-16T00:00:14.318Z
  • Last Modified Date
  • 2024-04-16T11:10:47.905Z
History
Created Old Value New Value Data Type Notes
2024-06-26 05:48:21 Added to TrackCVE