vendor:
ZPanel
by:
pcsjj
9,8
CVSS
CRITICAL
CSRF, XSS, SQLi, Password Reset
352, 79, 89, 522
CWE
Product Name: ZPanel
Affected Version From: 10.0.1
Affected Version To: 10.0.1
Patch Exists: YES
Related CWE: CVE-2012-5683, CVE-2012-5684, CVE-2012-5685, CVE-2012-5686
CPE: a:zpanel:zpanel:10.0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2012
ZPanel <= 10.0.1 CSRF, XSS, SQLi, Password Reset
All sensitive functions are lacking CSRF protection. One example below is a request showing no authorization token is required for the creation of a FTP user called 'fun'. This could also be used to deliver both XSS and SQLi examples. The 'inFullname' parameter is vulnerable to XSS. User's real name is not being sanitized as it displayed within the control panel. The 'inDestination' parameter is vulnerable to SQL injection. The 'inPassword' parameter is vulnerable to a password reset attack.
Mitigation:
Implement proper authorization and authentication mechanisms. Sanitize user input. Use parameterized queries.