vendor:
Multi Vendor Mall
by:
Newbie_Campuz
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Multi Vendor Mall
Affected Version From: N/A
Affected Version To: N/A
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: N/A
2010
Multi Vendor Mall (pages.php) SQL Injection Vulnerability
A SQL injection vulnerability exists in Multi Vendor Mall (pages.php) which allows an attacker to execute arbitrary SQL commands on the underlying database. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'id' in the 'pages.php' script. An example of a malicious SQL query is 'http://[site]/pages.php?id=7+union+select+group_concat(EMAIL,0x3a3a,PASSWORD,0x3c62723e)+from+members_tbl--'
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.