CVE-2018-17322
Description
Cross-site scripting (XSS) vulnerability in index.php/index/category/index in YUNUCMS 1.1.4 allows remote attackers to inject arbitrary web script or HTML via the area parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
YUNUCMS 1.1.4 is vulnerable to reflected XSS via the `area` parameter in `index.php/index/category/index`, allowing arbitrary script injection.
Vulnerability
YUNUCMS version 1.1.4 contains a reflected cross-site scripting (XSS) vulnerability in the index.php/index/category/index endpoint. The area parameter is not properly sanitized before being reflected in the response, allowing an attacker to inject arbitrary HTML and JavaScript. The issue is confirmed in the official repository [1].
Exploitation
An attacker can craft a malicious URL containing a payload in the area parameter. No authentication is required; the victim only needs to visit the crafted link. For example, the proof-of-concept URL http://localhost/index.php/index/category/index?area=tangshan'"()%26%25&id=23&page=2 triggers the XSS [1]. The injected script executes in the context of the victim's browser session.
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the victim's browser. This can lead to session hijacking, defacement, or theft of sensitive information displayed on the page. The attack is reflected, meaning the payload is not stored on the server but delivered via the crafted link.
Mitigation
As of the publication date (2018-09-22), no official patch has been released. Users should upgrade to a patched version if available, or implement input validation and output encoding for the area parameter. A web application firewall (WAF) may also help block malicious payloads. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities 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
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/source-trace/yunucms/issues/1mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.