7.5
CVSSv2

CVE-2006-3304

Published: 29/06/2006 Updated: 18/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in cp.php in DeluxeBB 1.07 and previous versions allows remote malicious users to execute arbitrary SQL commands via the xmsn parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

deluxebb deluxebb

Exploits

#!/usr/bin/perl # DeluxeBB <= 107 Create Admin Exploit # ## wwwh4ckerzcom / wwwhackerzir / wwwaria-securitynet # /2006-6-25 ### Coded & Discovered By Hessam-x / Hessamx-at-Hessamxnet use IO::Socket; use LWP::UserAgent; use HTTP::Cookies; $host = $ARGV[0]; $uname = $ARGV[1]; $passwd = $ARGV[2]; $url = ""$host; prin ...