I found exactly the same files in my e107files/public dir so deleted them. They don’t seem to have done any damage though - what are they supposed to do?
Checked all my e107 dirs - lots of these files there too! In the webshell file manager they seem to be under the ownership of httpd:httpd I’ve deleted them all but would like to know what they are supposed to do. The sites in question have very low usage but nothing seems to have happened.
So far it seems time stamp on all these files is 2006/08/19 03:56 PM
Doesn’t mean that this is when they appeared though.
Site seem to be fine but monitoring closely (while scanning and deleting offending files).
Please let us know when the server is clean as I would like to reset all passwords - I guess necessity dictates it’s time for me to produce a password change process for my organisation groan.
The files seems to be leftovers of the last incident that werent removed due to difference in timestamp and size of these files, against the hack signs we had. The point is taken and we will do more extensive audit in future. As far as we have seen there has been no new incident since then, but feel free to report anything you find suspecious here and we will examine it for you.
No, just letting you know the problem is more wide spread… will summit a ticket once I have time to deal with it but for the moment I don’t think it’s causing a problem on any of my sites (well, I certainly hope it isn’t).
Should be fine now. A simple method to handle this is for directory that needs write permission for PHP (like cache, templates, etc), is to have a .htaccess file with contents like:
deny from all
===================
Ensure it is under ownership of your user.
Now here even if you have some unwanted file in these folders, they cant be browsed (and thus executed).