Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
SQL Injection in parisneo/lollms-webui
Vulnerability 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.
CVSS Information
N/A
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
LoLLMs SQL注入漏洞
Vulnerability Description
LoLLMs是Saifeddine ALOUI个人开发者的一个大型语言多模式系统的 Web UI。 LoLLMs 存在SQL注入漏洞,该漏洞源于SQL 命令中使用的特殊元素的中和不当,允许攻击者通过向 /delete_discussion 端点发送精心设计的 HTTP POST 请求,该端点会调用 delete_discussion() 函数,通过在 id 参数中发送特制的有效载荷,攻击者可以操纵 SQL 查询来删除 discussion、message表中的所有记录。
CVSS Information
N/A
Vulnerability Type
N/A