CVE-2020-21119
Description
SQL Injection vulnerability in Kliqqi-CMS 2.0.2 in admin/admin_update_module_widgets.php in recordIDValue parameter, allows attackers to gain escalated privileges and execute arbitrary code.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in Kliqqi-CMS 2.0.2 admin panel via unsanitized recordIDValue parameter allows privilege escalation and code execution.
Vulnerability
SQL injection vulnerability exists in Kliqqi-CMS version 2.0.2 in the file admin/admin_update_module_widgets.php. The recordIDValue parameter is not wrapped in single quotes and is not sanitized before being used in a SQL query at line 47 [1]. The vulnerability is reachable when the admin has installed modules; if the relevant tables are empty, time-based injection may not be observable [1].
Exploitation
An attacker must have administrative access to the Kliqqi-CMS admin panel to reach the vulnerable script. The attacker can supply a crafted recordIDValue parameter containing SQL injection payloads, which are directly interpolated into the query without proper escaping. Time-based blind SQL injection techniques are possible when the database tables contain data [1].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL queries, leading to privilege escalation within the application and potentially arbitrary code execution on the underlying server [1].
Mitigation
As of the latest available references, no patched version has been publicly released for CVE-2020-21119. Users should apply input validation and parameterized queries to the vulnerable parameter as a workaround. The project may be unmaintained; consider migrating to an alternative CMS if no fix is provided [1].
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: =2.0.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.