is allowing full access to cgi-bin a big security issue?
My question:
If I allowed someone free access to their own cgi-bin on my server (after they register), and odviously allowed to execute any perl script for a maximum of 20 secs exec time, would that be a big security issue? Does anyone know what they can do if they had that kind of access and wether it is really serious, like wether they can gain root access, contact other servers, etc?
-Mike
Re: is allowing full access to cgi-bin a big security issue?
Quote:
Originally posted here by yanksfan
My question:
If I allowed someone free access to their own cgi-bin on my server (after they register), ..., would that be a big security issue?
Does a bear in the woods $h17 where it wants? Does the Pope wear a silly hat? I think you'll find the answer to all of these questions a resounding YES.
If you want more in depth than that you could probably be a bit more specific about your box and config. In basic terms however the cgi-bin, or any directory with execute permissions set, allows code to be run. If a user can upload and run any code they want they own your box.