CMSMS security?
Posted: Sun Feb 18, 2007 7:41 am
When I installed CMSMS, the installation procedure highlighted some security issues to be aware of:
If I set these folders back to 775, what will be the limitation on my use and is there a workaround where I can have flexibility but also be secure?
Also, are there other things I can do to make my CMSMS website more secure from hacking as although I am only testing at the moment, I am concerned about security particularly if using CMSMS for a commercial website?
Finally, the documentation says that you should remove the install folder completely. The thing is, that folder also contains upgrade.php. Won't I need that later if upgrading to a newer version?
I used 775 for these folders but for some this gave an orange indicator (I cannot remember what that was for in these cases) when the CMSMS install did the installation check, so I set them to 777 to get a green indicator. In hindsight, I am a little concerned about this, but also don't want to be restricted in how I can use and modify CMSMS.Step 4
For the script to access the folder properly, you need to change permissions of the following files and directories on the server. CHMOD these to 777 (Note: 777 has pontential security risks and may allow hackers to upload files to these directories to run phishing sites etc. If security of your web site is important, set it these folders to CHMOD 775 or tighter.):
* tmp/templates_c
* tmp/cache
* uploads
* uploads/images
* modules
If I set these folders back to 775, what will be the limitation on my use and is there a workaround where I can have flexibility but also be secure?
Also, are there other things I can do to make my CMSMS website more secure from hacking as although I am only testing at the moment, I am concerned about security particularly if using CMSMS for a commercial website?
Finally, the documentation says that you should remove the install folder completely. The thing is, that folder also contains upgrade.php. Won't I need that later if upgrading to a newer version?