6.4
CVSSv2

CVE-2006-2180

Published: 04/05/2006 Updated: 20/07/2017
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
VMScore: 645
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:P

Vulnerability Summary

Buffer overflow in Golden FTP Server Pro 2.70 allows remote malicious users to cause a denial of service (application crash) and execute arbitrary code via a long argument to the (1) NLST or (2) APPE commands, as demonstrated by the Infigo FTPStress Fuzzer.

Vulnerable Product Search on Vulmon Subscribe to Product

kmint21 software golden ftp server 1.32b

kmint21 software golden ftp server 2.70

Exploits

#!/usr/bin/perl # ----------------------------------------------------------------------------------------- # Golden FTP Server Pro 270 Remote APPE command PoC exploit : DoS # /JA # wwwsecurinfosinfo # ----------------------------------------------------------------------------------------- use Net::FTP; $host = @ARGV[0]; $port = @ARG ...