linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* exploitable function
@ 2002-06-25 21:02 xlp
  2002-06-25 21:43 ` Elias Athanasopoulos
  0 siblings, 1 reply; 5+ messages in thread
From: xlp @ 2002-06-25 21:02 UTC (permalink / raw)
  To: linux-c-programming

hi, if this code is setuid root, is exploitable:

if(argc==2){
	        if(!strcmp("-show_release",argv[1]))
        {
                printf("%s\n", VERSION);
                exit(1);
        }
}




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-06-26 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-25 21:02 exploitable function xlp
2002-06-25 21:43 ` Elias Athanasopoulos
     [not found]   ` <20020625163329.C27404@nietzsche>
2002-06-26 13:41     ` Elias Athanasopoulos
2002-06-26 19:26       ` Glynn Clements
2002-06-26 20:58         ` Elias Athanasopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).