vendor:
Guru Penny Auction Pro V3
by:
v3n0m
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Guru Penny Auction Pro V3
Affected Version From: 3
Affected Version To: 3
Patch Exists: NO
Related CWE: N/A
CPE: a:guruscript:guru_penny_auction_pro_v3
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
2011
Guru Penny Auction Pro V3 Blind SQL Injection Vulnerability
Guru Penny Auction Pro V3 is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to sensitive information from the database. The vulnerable parameter is 'prodid' which can be manipulated to inject malicious SQL queries. An attacker can use the SUBSTRING() function to extract information from the 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 SQL queries.