4
CVSSv2

CVE-2009-4108

Published: 29/11/2009 Updated: 10/10/2018
CVSS v2 Base Score: 4 | Impact Score: 2.9 | Exploitability Score: 8
VMScore: 410
Vector: AV:N/AC:L/Au:S/C:N/I:N/A:P

Vulnerability Summary

XM Easy Personal FTP Server 5.8.0 allows remote authenticated users to cause a denial of service (crash) by uploading or creating a large number of files or directories, then performing a LIST command.

Vulnerable Product Search on Vulmon Subscribe to Product

dxm2008 xm easy personal ftp server 5.8.0

Exploits

#!/usr/bin/python import socket import sys def Usage(): print ("Usage: /explpy <serv_ip> <Username> <password>\n") print ("Example:/explpy 19216848183 anonymous anonymous\n") if len(sysargv) <> 4: Usage() sysexit(1) else: hostname=sysargv[1] username=sysargv[2] passwd=sysargv[3] test_string="a" sock = socketsoc ...
Date of Discovery: 24-Nov-2009 Credits:leinakesi[at]gmailcom Vendor: Dxmsoft ******************************************************************************* Affected: XM Easy Personal FTP Server 580 Earlier versions may also be affected ******************************************************************************* Overview: ...