CVE-2018-14515
Description
A SQL injection was discovered in WUZHI CMS 4.1.0 that allows remote attackers to inject a malicious SQL statement via the index.php?m=promote&f=index&v=search keywords parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in WUZHI CMS 4.1.0 allows remote attackers to inject malicious SQL via the keywords parameter.
Vulnerability
A SQL injection vulnerability exists in WUZHI CMS version 4.1.0 within the promote search functionality. The keywords parameter in the URL index.php?m=promote&f=index&v=search is not properly sanitized, allowing an attacker to inject arbitrary SQL statements. The vulnerability affects all installations of WUZHI CMS 4.1.0 [1].
Exploitation
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable endpoint with a malicious SQL payload in the keywords parameter. No authentication is required. For example, the payload jiguang'and+extractvalue(1,concat(0x7e,md5(777)))%23 triggers a SQL error that discloses the MD5 hash of 777 through the error message [1]. The attacker can leverage this to extract sensitive data from the database.
Impact
Successful exploitation allows an attacker to perform SQL injection, potentially leading to unauthorized access to the database, disclosure of sensitive information (such as user credentials or other data), and in some cases, further compromise of the server [1]. The example demonstrates information disclosure via error-based SQL injection.
Mitigation
As of the publication date, no official patch has been released for WUZHI CMS 4.1.0 to address this vulnerability. Users should monitor the vendor's repository for updates and consider applying input validation or using a web application firewall as a temporary workaround [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/wuzhicms/wuzhicms/issues/146mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.