vendor:
MyMarket
by:
ahmadso
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyMarket
Affected Version From: 1.71
Affected Version To: 1.71
Patch Exists: NO
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 XP SP2
2011
MyMarket version 1.71(index.php) sql Injection
MyMarket version 1.71 is vulnerable to SQL Injection. An attacker can inject malicious SQL codes into the 'id' parameter of the 'index.php' page of the application. This can be exploited to gain access to the database and potentially gain access to sensitive information.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.