Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-14-2006, 05:18 AM
vincente13@gmail.com
Guest
 
Posts: n/a
Default web application call executable code to serve client req

hi all.

Im would like to know if there is any web application security issue in
doing this.

I have this web application where the web application has a executable
file that will be executed upon clients requests through the web and
produce a output for the client.

Would there be any issues?


Reply With Quote
  #2 (permalink)  
Old 12-14-2006, 07:04 AM
Todd H.
Guest
 
Posts: n/a
Default Re: web application call executable code to serve client req

vincente13@gmail.com writes:

> hi all.
>
> Im would like to know if there is any web application security issue in
> doing this.
>
> I have this web application where the web application has a executable
> file that will be executed upon clients requests through the web and
> produce a output for the client.
>
> Would there be any issues?


There certainly could be.

You'll want to scrub the daylights out of any user-supplied
data/arguments being passed to that executable via any form to make
sure you don't allow the "execute this" web request to allow users to
run arbitrary commands on the system.

And if it's taking arguments supplied by the user, you'll also want to
make sure there aren't any buffer overflow vulnerabilities in that
application via the command line arguments.

--
Todd H.
http://www.toddh.net/

Reply With Quote
  #3 (permalink)  
Old 12-14-2006, 07:15 AM
vincente13@gmail.com
Guest
 
Posts: n/a
Default Re: web application call executable code to serve client req

Todd H. wrote:
> There certainly could be.
>
> You'll want to scrub the daylights out of any user-supplied
> data/arguments being passed to that executable via any form to make
> sure you don't allow the "execute this" web request to allow users to
> run arbitrary commands on the system.
>
> And if it's taking arguments supplied by the user, you'll also want to
> make sure there aren't any buffer overflow vulnerabilities in that
> application via the command line arguments.


Would take note of that and is there any articles regarding this issues
on the Internet i can refer on?

Appreciate your advice


Reply With Quote
  #4 (permalink)  
Old 12-14-2006, 07:54 AM
vincente13@gmail.com
Guest
 
Posts: n/a
Default Re: web application call executable code to serve client req

Todd H. wrote:
> Chapters 6 15 and 21 will be of most
> interest to your work.


Appreciate your help

Thank you


Reply With Quote
  #5 (permalink)  
Old 12-14-2006, 08:42 AM
Todd H.
Guest
 
Posts: n/a
Default Re: web application call executable code to serve client req

vincente13@gmail.com writes:

> Todd H. wrote:
> > There certainly could be.
> >
> > You'll want to scrub the daylights out of any user-supplied
> > data/arguments being passed to that executable via any form to make
> > sure you don't allow the "execute this" web request to allow users to
> > run arbitrary commands on the system.
> >
> > And if it's taking arguments supplied by the user, you'll also want to
> > make sure there aren't any buffer overflow vulnerabilities in that
> > application via the command line arguments.

>
> Would take note of that and is there any articles regarding this issues
> on the Internet i can refer on?


Hunt down the OWASP Project and the OWASP guide, open web application
security project.
http://www.owasp.org/index.php/Guide_Table_of_Contents

Chapters 6 15 and 21 will be of most
interest to your work.


--
Todd H.
http://www.toddh.net/

Reply With Quote
  #6 (permalink)  
Old 12-14-2006, 02:58 PM
xpyttl
Guest
 
Posts: n/a
Default Re: web application call executable code to serve client req

Isn't this a sort of vanilla cgi?

...

<vincente13@gmail.com> wrote in message
news:1166077125.906003.137340@l12g2000cwl.googlegr oups.com...
> hi all.
>
> Im would like to know if there is any web application security issue in
> doing this.
>
> I have this web application where the web application has a executable
> file that will be executed upon clients requests through the web and
> produce a output for the client.
>
> Would there be any issues?
>




Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PAP2 and Trixbox sandsandeep VOIP 1 12-20-2006 05:41 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 10-19-2005 04:37 AM
New concept in software protection SoftComplete comp.security.misc 2 10-07-2005 10:56 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 08-30-2005 04:26 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 04:25 AM


All times are GMT. The time now is 09:29 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45