vendor:
Q-Shop
by:
ajann
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Q-Shop
Affected Version From: 3.5
Affected Version To: 3.5
Patch Exists: N/A
Related CWE: N/A
CPE: a:quadcomm:q-shop:3.5
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
2006
Q-Shop v3.5(browse.asp) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in Q-Shop v3.5. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This request contains malicious SQL statements that are executed in the backend database. An example of such a request is http://[target]/[path]/browse.asp?cat=42&ManuID=&OrderBy=[SQL HERE], where [SQL HERE] is the malicious SQL statement.
Mitigation:
Developers should always sanitize user input to prevent SQL injection attacks. Additionally, they should use parameterized queries to prevent malicious SQL statements from being executed.