7.5
CVSSv2

CVE-2005-4553

Published: 28/12/2005 Updated: 20/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 1.92 allows remote malicious users to execute arbitrary code via a long APPE command. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

kmint21 software golden ftp server 1.92

Exploits

## # Written by Tim Shelton [redsand@redsandnet] # GoldenFTPd ## package Msf::Exploit::goldenftpd_appe; use base "Msf::Exploit"; use strict; use Pex::Text; my $advanced = { }; my $info = { 'Name' => 'GoldenFTPd APPE <= 192 Stack Overflow', 'Version' => '$Revision: 10 $', 'Authors' => [ 'Tim Shelton <redsand [at] red ...