Vulnerability Development mailing list archives
buffer overflow - fundamentals
From: adeon <adeon () dino open net pl>
Date: Mon, 5 Feb 2001 20:47:20 +0100
Hello ,
I've wondered (I'm beginner) on how to make a buffer overflow
exploit. So, let's say that i've got suid program (compiled) and owned
by root:
//----- cut here
#include <stdio.h>
char buff[2];
int main()
{
printf("Enter some letters:");
scanf("%s",buff);
return 0;
}
//---- cut here
Can anyone explain me how to make an exploit for it? Can anyone give
some example of exploits?
--
Best regards,
adeon mailto:adeon () dino open net pl
Current thread:
- buffer overflow - fundamentals adeon (Feb 06)
- Re: buffer overflow - fundamentals erasor (Feb 06)
- Re: buffer overflow - fundamentals maillist (Feb 06)
- Re: buffer overflow - fundamentals visi0n (Feb 06)
- Re: buffer overflow - fundamentals honoriak (Feb 07)
- Re: buffer overflow - fundamentals rpc (Feb 08)
- Re: buffer overflow - fundamentals Larry W. Cashdollar (Feb 08)
- Re: buffer overflow - fundamentals honoriak (Feb 07)
- Re: buffer overflow - fundamentals Rasta C. Shell (Feb 07)
- Re: buffer overflow - fundamentals LV (Feb 07)
- <Possible follow-ups>
- Re: buffer overflow - fundamentals Robert G. Ferrell (Feb 07)
- Re: buffer overflow - fundamentals gregory duchemin (Feb 08)
