CVE-2024-31212 MEDIUM

CVE-2024-31212: SQL injection in index_chart_data action

Vendor Instantsoft
Product icms2
Weakness CWE-89 · SQLi
Published April 4, 2024
Last update August 2, 2024

CVSS base score

6.7/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

InstantCMS is a free and open source content management system. A SQL injection vulnerability affects instantcms v2.16.2 in which an attacker with administrative privileges can cause the application to execute unauthorized SQL code. The vulnerability exists in index_chart_data action, which receives an input from user and passes it unsanitized to the core model `filterFunc` function that further embeds this data in an SQL statement. This allows attackers to inject unwanted SQL code into the statement. The `period` should be escaped before inserting it in the query. As of time of publication, a patched version is not available.

Key dates

02Disclosure timeline

April 4, 2024 CVE published
August 2, 2024 Record updated

Related vulnerabilities

04Related CVE