vendor:
ilosuna-phpsqlitecms-d9b8219
by:
John Page (hyp3rlinx)
8.8
CVSS
HIGH
CSRF, Unrestricted File Upload, Privilege escalation & XSS
352, 264, 79, 89
CWE
Product Name: ilosuna-phpsqlitecms-d9b8219
Affected Version From: ilosuna-phpsqlitecms-d9b8219
Affected Version To: ilosuna-phpsqlitecms-d9b8219
Patch Exists: NO
Related CWE: N/A
CPE: a:phpsqlitecms:ilosuna-phpsqlitecms-d9b8219
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 SP1
2015
CSRF, Unrestricted File Upload, Privilege escalation & XSS
We can add arbitrary users to the system, delete arbitrary web server files and escalate privileges, as no CSRF token is present. Under users area in admin we can easily gain admin privileges, again using CSRF vulnerability we submit form using our id and change request variable to type '1' granting us admin privileges. The following request parameters are all we is need to delete files from media or files directorys under the web servers CMS area. We can steal PHP session cookie via XSS vulnerability. We can upload malicious files to the web server, as no file type restrictions are present.
Mitigation:
Implement CSRF token, restrict file type upload, implement proper authentication and authorization, and use input validation to prevent XSS attacks.