I have had multiple times where someone has dropped files into my calendarscript directory, and used them to run services.
I have seen a cron job setup in the name of my http server account, and even some running processes.
I saved a copy of all the files one of the times. it's been the same files each time. Sometimes more than one person drops in their files, into their own subdirectory.
I've had this happen 4 times.
Only in the calendar script folder structure. I have more than one cgi-bin directory on the server and they haven't been touched.
now, calendarscript installation says to make -every- file and folder set to 777. this gives anyone in the world the ability to drop files into that directory structure if they know someone is running the software. it's an easy target.
I think I have the problem solved but want to be sure.
I changed the user and group of the files and folders to the same as my web server is on. then changed permissions to 775.
calendarscript works 100%
is this a fix or is it still open?