vendor:
UliCMS
by:
SunCSR
6.1
CVSS
MEDIUM
Stored Cross-Site Scripting
79
CWE
Product Name: UliCMS
Affected Version From: 2020.1
Affected Version To: 2020.1
Patch Exists: YES
Related CWE: CVE-2020-12704
CPE: 2.3:a:ulicms:ulicms:2020.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows
2019
UliCMS 2020.1 – Persistent Cross-Site Scripting
A stored cross-site-scripting security issue in the save page feature was discovered in UliCMS 2020.1. An attacker can exploit this vulnerability by sending a malicious POST request to the vulnerable URL with a payload in the 'content' parameter. This will allow the attacker to execute arbitrary JavaScript code in the context of the vulnerable website.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in the application. Additionally, developers should ensure that all user-supplied input is properly escaped before being used in the application.