vendor:
CMS Made Simple
by:
Blessen Thomas
3,3
CVSS
MEDIUM
Stored XSS and Reflected XSS
79, 79
CWE
Product Name: CMS Made Simple
Affected Version From: 1.11.10
Affected Version To: 1.11.10
Patch Exists: YES
Related CWE: N/A
CPE: a:cms_made_simple:cms_made_simple:1.11.10
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7
2014
CMS Made Simple 1.11.10 Multiple XSS Vulnerability
Login to the admin portal and access search functionality. Here the 'search' parameter is vulnerable to stored XSS. Payload: '">><marquee><img src=x onerror=confirm(1). Login to the admin portal and click the 'My Preferences' and click 'My account' section. Here, the 'email address' parameter is vulnerable to reflected XSS. Payload: '"";</script><script>alert(0)</script><"
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.