CVE-2022-45030
Description
A SQL injection vulnerability in rConfig 3.9.7 exists via lib/ajaxHandlers/ajaxCompareGetCmdDates.php?command= (this may interact with secure-file-priv).
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A SQL injection vulnerability in rConfig 3.9.7 allows an unauthenticated attacker to execute arbitrary SQL commands via the `command` parameter in `ajaxCompareGetCmdDates.php`.
Vulnerability
A SQL injection vulnerability exists in rConfig version 3.9.7 in the lib/ajaxHandlers/ajaxCompareGetCmdDates.php file. The command parameter is directly incorporated into an SQL query without proper sanitization or parameterization, allowing an attacker to inject arbitrary SQL commands. This issue may be exploitable in conjunction with the MySQL secure-file-priv setting [1].
Exploitation
An attacker can send a crafted HTTP GET request to the vulnerable endpoint with a malicious command parameter. Authentication is not required, as the endpoint is publicly accessible. The attacker does not need any special privileges or network position beyond the ability to send HTTP requests to the rConfig instance [2].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL queries on the database backend. Depending on database permissions and configuration (such as secure-file-priv), this could lead to reading sensitive data, modifying configuration, or potentially writing files to the filesystem [2].
Mitigation
As of the available references, no patched version has been released. Users of rConfig 3.9.7 should apply strict input validation on the command parameter and restrict network access to the management interface. The vendor suggests upgrading to the latest version (rConfig V8) for improved security [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- rConfig/rConfigdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.