CVE-2017-14740
Description
Cross-site scripting (XSS) vulnerability in GeniXCMS 1.1.0 allows remote authenticated users to inject arbitrary web script or HTML via the Menu ID when adding a menu.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Authenticated XSS in GeniXCMS 1.1.0 via the Menu ID field allows arbitrary script injection.
Vulnerability
A cross-site scripting (XSS) vulnerability exists in GeniXCMS version 1.1.0, where the Menu ID parameter is not properly sanitized during menu creation. An authenticated user can inject arbitrary web script or HTML via this field, leading to stored XSS [2][3].
Exploitation
An attacker must have a valid authenticated account in GeniXCMS 1.1.0. The attack involves navigating to the menu addition page and injecting a malicious payload (e.g., ``) into the Menu ID input field. When the menu is saved, the payload is stored and executed in the browsers of subsequent users viewing the affected page [3].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to session hijacking, cookie theft, defacement, or redirection to malicious sites, compromising the confidentiality and integrity of the CMS instance [2][3].
Mitigation
Upgrade to a patched version of GeniXCMS. The current release is v2.4.0, which likely includes fixes for this vulnerability [1]. If upgrading is not immediately possible, implement strict input sanitization and output encoding for the Menu ID field. No official advisory has been published, but the proof-of-concept exploit is publicly available [3].
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- ghsa-coords
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/advisories/GHSA-478j-mcrr-3877ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2017-14740ghsaADVISORY
News mentions
0No linked articles in our index yet.