vendor:
CMS Web-Gooroo
by:
Kaimi
8,8
CVSS
HIGH
SQL Injection, Hardcoded admin user, Full path disclosure, Unrestricted file upload
89, 522, 200, 264
CWE
Product Name: CMS Web-Gooroo
Affected Version From: <=1.141
Affected Version To: <=1.141
Patch Exists: NO
Related CWE: N/A
CPE: a:web-gooroo:cms_web-gooroo
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2017
CMS Web-Gooroo <=1.141 - Multiple Vulnerabilities
SQL Injection vulnerability exists in the file /wbg/core/_includes/authorization.inc.php due to lack of input validation. Hardcoded admin user credentials are present in the same file. Full path disclosure vulnerability exists due to lack of input validation in almost any file. Unrestricted file upload can be done via admin panel as attachment to any publication without any file type checking.
Mitigation:
Input validation should be performed for all user inputs. Hardcoded admin user credentials should be removed. File type checking should be performed for file uploads.