|
What exactly are the risks involved in making HTML files world writeable ?
I have a CGI script which allows a user to edit an html file after they enter a password. For this purpose, the file must be CHMOD'ed to 666. The password only protects access to use the script and there is no .htaccess type password protection on the file or directory at all.
Can anyone tell me what security risks this poses ? Could someone make changes to the files or delete them ?
Thanks.
|