vendor:
Fashion Shopping Cart
by:
lahilote
6,5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Fashion Shopping Cart
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:fashion_shopping_cart
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Xampp
2016
Fashion Shopping Cart SQL Injection
This vulnerability was discovered when the audit_list in /admin/dd.php was found to be vulnerable to SQL injection. An example exploitation is http://server/path_to_webapp/admin/dd.php?q=-1%27%20union%20select%201,version()--+ which can be used to extract information from the database. The vulnerability can be fixed by using the php function intval.
Mitigation:
Use the php function intval.