Lucene search

K
cve[email protected]CVE-2024-1601
HistoryApr 16, 2024 - 12:15 a.m.

CVE-2024-1601

2024-04-1600:15:09
CWE-89
web.nvd.nist.gov
34
sql injection
delete_discussion
parisneo/lollms-webui
http post request
delete all records
discussion tables
message tables
improper neutralization

7.5 High

CVSS3

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

7.6 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

8.9%

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"
      }
    ]
  }
]

7.5 High

CVSS3

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

7.6 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

8.9%

Related for CVE-2024-1601