CVE-2020-18413
Description
Stored cross site scripting (XSS) vulnerability in /index.php?admin-master-navmenu-add of Chaoji CMS v2.18 that allows attackers to execute arbitrary code.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Chaoji CMS v2.18 allows attackers to execute arbitrary JavaScript via crafted menu_label parameter.
Vulnerability
Chaoji CMS v2.18 contains a stored cross-site scripting (XSS) vulnerability in the /index.php?admin-master-navmenu-add page. The menu_label parameter is not properly sanitized, allowing an authenticated administrator to inject malicious JavaScript code that is stored and executed when other administrators view the menu page [1].
Exploitation
To exploit this vulnerability, an attacker must have administrator-level access to the Chaoji CMS panel. The attacker then visits the URL /index.php?admin-master-navmenu-add and injects a payload (e.g., `) into the menu_label` field. The payload is stored and executed in the browsers of any user who subsequently views the affected navigation menu [1].
Impact
Successful exploitation allows an attacker to execute arbitrary JavaScript code in the context of the victim's browser. This can lead to session hijacking, defacement, or theft of sensitive data. The attack is limited to authenticated administrators, but can compromise the entire admin panel [1].
Mitigation
The vendor has not released a patch as of the publication date. The recommended workaround is to filter and sanitize the menu_label parameter to prevent script injection. Administrators should also restrict access to the admin panel and review any custom code [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.