vendor:
MiniCMS
by:
yudp
4.8
CVSS
MEDIUM
Stored XSS
79
CWE
Product Name: MiniCMS
Affected Version From: 1.10
Affected Version To: 1.10
Patch Exists: YES
Related CWE: CVE-2019-13339
CPE: a:bg5sbk:minicms:1.10
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2019
MiniCMS 1.10 – ‘content box’ Stored XSS
A stored XSS vulnerability exists in MiniCMS 1.10. An attacker can inject malicious JavaScript code into the 'content box' of the page-edit page in /MiniCMS/mc-admin/page-edit.php. The malicious code is then executed when the page is viewed. An attacker can use Burp Suite to edit the payload and URL-encode the '+' character. When the page is viewed, a window will pop up with the domain.
Mitigation:
Input validation should be used to prevent malicious code from being injected into the 'content box'. Additionally, the application should be kept up to date with the latest security patches.