VYPR
Unrated severityOSV Advisory· Published Dec 28, 2018· Updated Sep 17, 2024

CVE-2018-20572

CVE-2018-20572

Description

WUZHI CMS 4.1.0 allows coreframe/app/coupon/admin/copyfrom.php SQL injection via the index.php?m=promote&f=index&v=search keywords parameter, a related issue to CVE-2018-15893.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SQL injection in WUZHI CMS 4.1.0 allows unauthenticated attackers to execute arbitrary SQL commands via the 'keywords' parameter.

Vulnerability

SQL injection vulnerability exists in WUZHI CMS version 4.1.0 within the coreframe/app/coupon/admin/copyfrom.php file. The listing() function directly concatenates user-supplied input from the keywords parameter into a SQL LIKE clause without proper sanitization or parameterization. The code at line 22 shows: $where = "name LIKE '%$keywords%'";. The vulnerable parameter is accessible via the URL index.php?m=promote&f=index&v=search as described in the CVE.

Exploitation

An unauthenticated attacker can exploit this vulnerability by sending a crafted HTTP GET request to the vulnerable endpoint with a malicious keywords parameter. For example, the payload keywords=1111%'*%23 can be used to inject SQL commands. No authentication or special privileges are required; only network access to the application is needed.

Impact

Successful exploitation allows an attacker to execute arbitrary SQL queries against the backend database. This can lead to unauthorized disclosure of sensitive data, modification of database content, and potentially full compromise of the application's data integrity and confidentiality.

Mitigation

As of the publication date (2018-12-28), no official patch has been released by the vendor for WUZHI CMS 4.1.0. Users are advised to apply input validation and sanitization on the keywords parameter, restrict access to the vulnerable URL, or upgrade to a patched version if available. The issue is tracked in reference [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

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.