CVE-2018-18938
Description
An issue was discovered in WUZHI CMS 4.1.0. There is stored XSS in index.php?m=core&f=index via an ontoggle attribute to details/open/ within a second input field.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
WUZHI CMS 4.1.0 has a stored XSS vulnerability via an ontoggle attribute in the details/open input field, allowing remote attackers to inject arbitrary web script.
Vulnerability
The vulnerability is a stored cross-site scripting (XSS) issue in WUZHI CMS version 4.1.0. It resides in the index.php?m=core&f=index functionality, specifically within a second input field that uses the details/open element. An attacker can inject an ontoggle attribute containing malicious JavaScript, which gets stored and executed when the page is viewed. The affected version is 4.1.0 [1].
Exploitation
Exploitation requires an attacker to have administrative access to the CMS. The attacker logs in as an admin, navigates to the vulnerable input field, and inserts a payload such as <details/open/ontoggle=eval(String.fromCharCode(...))>. Upon submitting and subsequently viewing the page, the ontoggle event triggers, executing the injected script [1].
Impact
Successful exploitation leads to stored XSS, enabling the attacker to execute arbitrary JavaScript in the context of the admin session. This can result in session hijacking, defacement, or theft of sensitive information. The attack is persistent as the payload remains in the database [1].
Mitigation
As of the publication date, no official patch or mitigation has been released. Administrators should restrict access to admin accounts, validate and sanitize all user inputs, and consider upgrading to a newer version if available. The vulnerability is not listed on the CISA KEV [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
1- github.com/wuzhicms/wuzhicms/issues/158mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.