vendor:
ZeroCMS
by:
Mayuresh Dani
7,5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: ZeroCMS
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2014-4710
CPE: //a:zerocms
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 / Mozilla Firefox, Ubuntu 14.04 / Mozilla Firefox
2014
Persistent ZeroCMS Cross-Site Scripting Vulnerability
ZeroCMS is a very simple Content Management System Built using PHP and MySQL. The application does not validate any input to the 'Full Name', 'Email Address', 'Password' or 'Confirm Password' functionality. It saves this unsanitized input in the backend databased and executes it when visiting the subsequent or any logged-in pages.
Mitigation:
Input validation should be done for all user inputs.