Lucene search

K
cvelist@huntr_aiCVELIST:CVE-2024-1601
HistoryApr 16, 2024 - 12:00 a.m.

CVE-2024-1601 SQL Injection in parisneo/lollms-webui

2024-04-1600:00:14
CWE-89
@huntr_ai
www.cve.org
3
sql injection
lollms-webui
delete discussion
http post
crafted payload
sql command neutralization

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

EPSS

0

Percentile

9.0%

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.

CNA Affected

[
  {
    "vendor": "parisneo",
    "product": "parisneo/lollms-webui",
    "versions": [
      {
        "version": "unspecified",
        "lessThan": "9.2",
        "status": "affected",
        "versionType": "custom"
      }
    ]
  }
]

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

EPSS

0

Percentile

9.0%

Related for CVELIST:CVE-2024-1601