7.5
CVSSv2

CVE-2008-0255

Published: 15/01/2008 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 archive.php in iGaming 1.5, and 1.3.1 and previous versions, allows remote malicious users to execute arbitrary SQL commands via the section parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

igamingcms igaming cms 1.5

igamingcms igaming cms

Exploits

#!/usr/bin/perl use Tk; use Tk::BrowseEntry; use Tk::DialogBox; use LWP::UserAgent; $mw = new MainWindow(title => "UnderWHAT?!" ); $mw->geometry ( '395x180' ) ; $mw->resizable(0,0); $mw->Label(-text => '', -font => '{Verdana} 2',-foreground=>'red')->pack(); $mw->Label(-text => 'iGaming cms <= 131 Remo ...