vendor:
LUYA CMS
by:
Ismail Tasdelen
8.8
CVSS
HIGH
Cross-site Scripting
79
CWE
Product Name: LUYA CMS
Affected Version From: 1.0.12
Affected Version To: 1.0.12
Patch Exists: NO
Related CWE: N/A
CPE: a:luyadev:luya:1.0.12
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2018
LUYA CMS 1.0.12 – Cross-Site Scripting
LUYA CMS version 1.0.12 is vulnerable to stored cross-site scripting. An attacker can send a malicious POST request to the '/admin/api-cms-nav/create-page' endpoint with a crafted payload in the 'title', 'description', and 'keywords' parameters to execute arbitrary JavaScript code in the victim's browser.
Mitigation:
Input validation should be used to prevent malicious code from being stored in the database. Additionally, output encoding should be used to prevent malicious code from being executed in the browser.