4
CVSSv2

CVE-2006-5728

Published: 06/11/2006 Updated: 19/10/2017
CVSS v2 Base Score: 4 | Impact Score: 2.9 | Exploitability Score: 8
VMScore: 405
Vector: AV:N/AC:L/Au:S/C:N/I:N/A:P

Vulnerability Summary

XM Easy Personal FTP Server 5.2.1 and previous versions allows remote authenticated users to cause a denial of service via a long argument to the NLST command, possibly involving the -al flags.

Vulnerable Product Search on Vulmon Subscribe to Product

dxmsoft xm easy personal ftp server 4.3

dxmsoft xm easy personal ftp server

dxmsoft xm easy personal ftp server 4.2

Exploits

#!/usr/bin/perl # # * # * Title: XM Easy Personal FTP Server <= 521 'NLST -al' Remote Denial of Service # * Author: boecke # * Discovery: boecke # * Vulnerability Type: Remote Denial of Service # * Risk: Low Risk (Requires valid # * Software Affected: XM Easy Personal FTP Server <= 521 # * Greetings: henrik, str0ke! # * # use IO::Socket; ...