CVE-2018-9993
Description
YUNUCMS 1.0.7 has XSS via the content title on an admin/content/addcontent/cid/## page (aka a news center page).
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
YUNUCMS 1.0.7 is vulnerable to stored XSS via the content title parameter in the admin news center page.
Vulnerability
YUNUCMS 1.0.7 contains a stored cross-site scripting (XSS) vulnerability in the content title parameter on the admin news center page (admin/content/addcontent/cid/##). The application fails to sanitize user input before storing it, allowing arbitrary HTML and JavaScript to be injected. Affected version is 1.0.7 [1].
Exploitation
An attacker must have valid admin credentials to access the admin panel. The attacker navigates to the add content page, sets the content title to a payload such as <svg/onload=alert(0)>, and saves the content. The payload is stored and executed when the content list or the show page (index/show/index?id=38) is viewed [1].
Impact
Successful exploitation allows execution of arbitrary JavaScript in the context of the admin's browser. This can lead to session hijacking, defacement, or other client-side attacks. The attacker does not gain direct server-side access but can perform actions on behalf of the authenticated admin.
Mitigation
No official fix is documented in the available reference [1]. Users should upgrade to a later version of YUNUCMS if a patched release exists, or apply input sanitization and output encoding to the content title field. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
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
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/imsebao/404team/blob/master/yunucms/yunucms.mdmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.