CVE-2020-18414
Description
Stored cross site scripting (XSS) vulnerability in Chaoji CMS v2.18 that allows attackers to execute arbitrary code via /index.php?admin-master-webset.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Chaoji CMS v2.18 contains a stored cross-site scripting vulnerability via the web_tongji parameter in the admin panel, allowing arbitrary code execution.
Vulnerability
Chaoji CMS version 2.18 is affected by a stored cross-site scripting (XSS) vulnerability in the /index.php?admin-master-webset page. The web_tongji parameter is not properly sanitized, allowing an attacker with administrative access to inject arbitrary HTML and JavaScript code. The injected code is stored and executed when the page is viewed by other administrators or users [1].
Exploitation
An attacker must first obtain valid administrator credentials and log in to the Chaoji CMS admin panel. By navigating to /index.php?admin-master-webset and supplying a malicious payload in the web_tongji parameter (e.g., ``), the attacker stores the script. Any user who subsequently loads the affected page will trigger the XSS payload in their browser [1].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to session hijacking, defacement, or theft of sensitive data displayed within the admin panel. The attack does not grant direct server-side code execution but can be used to perform actions on behalf of the victim administrator [1].
Mitigation
As of the available references [1], the recommended fix is to filter or sanitize the web_tongji parameter to remove or escape HTML tags. The vendor has not yet released an official patched version. Administrators should restrict access to the admin panel and consider using a web application firewall (WAF) as a temporary workaround. If no fix is applied, the vulnerability remains exploitable in Chaoji CMS v2.18 [1].
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Chaoji CMS/Chaoji CMSdescription
- Range: =2.18
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.