CVE-2018-10313
Description
WUZHI CMS 4.1.0 allows persistent XSS via the form%5Bqq_10%5D parameter to the /index.php?m=member&f=index&v=profile&set_iframe=1 URI.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
WUZHI CMS 4.1.0 suffers from persistent XSS via the form[qq_10] parameter in the profile update endpoint, enabling stored script injection.
Vulnerability
A persistent cross-site scripting (XSS) vulnerability exists in WUZHI CMS version 4.1.0. The flaw is located in the profile update functionality accessed via /index.php?m=member&f=index&v=profile&set_iframe=1. The form%5Bqq_10%5D (URL-encoded form[qq_10]) parameter is not properly sanitized, allowing arbitrary HTML and JavaScript to be stored in the application. [1]
Exploitation
An authenticated attacker (a registered member) can exploit this vulnerability by sending a POST request to the profile update URI with malicious script code in the form[qq_10] parameter. The payload is stored in the database. Subsequently, when a backend administrator views that member's personal information, the stored script executes in the administrator's browser. [1]
Impact
Successful exploitation results in persistent XSS, enabling an attacker to execute arbitrary JavaScript in the context of an administrator's session. This can lead to session hijacking, defacement, or theft of sensitive information, effectively compromising the administrative interface. [1]
Mitigation
As of the publication date (2018-04-24), no official patch has been released. Users are advised to restrict access to the profile update functionality or apply input validation and output encoding manually. Consider upgrading to a later version if available. [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- Range: =4.1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- www.exploit-db.com/exploits/44617/mitreexploitx_refsource_EXPLOIT-DB
- github.com/wuzhicms/wuzhicms/issues/133mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.