vendor:
ShopMaker
by:
Hussin X
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ShopMaker
Affected Version From: ShopMaker v1.0
Affected Version To: ShopMaker v1.0
Patch Exists: YES
Related CWE: N/A
CPE: a:shopmaker:shopmaker:1.0
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
2008
ShopMaker v1.0 (product.php id) Remote SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable application. The malicious request contains an SQL query that is appended to the vulnerable parameter. This allows the attacker to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.