Railo filling up my catalina folder with random folder names

Railo Add comments

I recently upgraded a server to Railo 4 and noticed my catalina folder started to fill up with random folder names, e.g.

C:\railo\tomcat\conf\Catalina\acoaqnyfnl (or whatever the equivalent is on Linux)

Every time I checked back the number of randomly created folders had increased exponentially, I ended up with thousands of them before I found the cause. This can cause multiple issues if left to grow, affecting the performance of Railo and Tomcat and your server in general once you get seriously large numbers of files or folders.

I poste don twitter a few times but unfortunately not one single person in the Railo community had a clue on this one so I was rather stumped initially.
Then it dawned on me, this folder normally only contains an entry/folder for each of your virtual hosts, so I went and checked another server and noticed that not only did it contain a folder for each virtual host, but also for any other domain alias that pointed at those virtual hosts, even if they were not defined in the server.xml.

Once I realised this then the reason why the folders were being created became obvious, any host header that is used to access any Railo site on your server will cause a new folder to be created in c:\railo\tomcat\conf\Catalina, at this point I don't actually know why this happens only that it does. Previously I thought that any aliases had to be defined in the virtual host config, but this is obviously not the case.

So the next question is why are all those host headers getting through?

This one was simple too, the default website on IIS is set to respond on <ALL Undefined> by default, meaning that it doesn't expect any host header and will display the default website for anything that points to any IP on the server if there is no other site with a valid entry for that host header. And of course Railo is installed to the default website as the default webapp.

So the next question was, why all the random folder names, which clearly were not normal host headers as they were not domain names. My first thought was that it could be bots trying to hack the server using randomly generated host names, so I checked my IIS logs and found a bunch of entries like this.

 

2013-02-06 07:08:10 W3SVC1 BTI-APP1 1.2.3.4 HEAD / - 80 – 5.6.7.8 HTTP/1.1 Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_8_2)+AppleWebKit/537.17+(KHTML,+like+Gecko)+Chrome/24.0.1312.57+Safari/537.17 - - kcqtvklylt 200 0 0 259 249 3430

As you can see the request was coming form a MAC and was using the host header "kcqtvklylt", which explains the folder names.

Whether this was dodgy or not I really could not tell, the logs did not show any specific filenames being requested or any query strings such as sql injection, but I guess it certainly could be a trojan or malware of some sort scanning servers for open ports, which seems more likely than a hacker using a Mac Smile

The solution was simply to put a host header on the default website to stop these requests even getting through the web server, once I did that the problem went away and no more randomly created folders.

and the moral of this tale, if you are running Railo or anything else on Tomcat, always use host headers (bindings) for all your sites, do not have any setup to allow <all undefined> or "*" without any host header at all.

3 responses to “Railo filling up my catalina folder with random folder names”

  1. Leonard Says:
    Thanks for posting this. I thought I had missed some critical security setting on our new Windows VPS... it's quite scary to see funny looking domain names in a config folder. Using Railo 4.1 beta (not that it makes a difference)
  2. same Says:
    uuuhh, can't post, your site keeps saying it is a spam comment....

    I'm on railo 4 and getting out of memory crashes and seeing entries like this with the names of odd websites. Same thing?

    Can you explain exactly how to fix this, no idea what a host header is. I'm on Centos.

    Do I also have to delete any files or entries somewhere?

    Why would this happen by default - sounds crazy - or is it because setup wrong?

    Thanks!

    org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Deploying configuration descriptor
    (catalina listings website root xml)
    java.lang.OutOfMemoryError: Java heap space

    Oct 7, 2013 3:26:49 PM org.apache.catalina.startup.HostConfig deployDirectories
    SEVERE: Error waiting for multi-thread deployment of directories to completehostConfig.deployWar=Deploying web application archive {0}
    java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
  3. Russ Michaels Says:
    I note that you used a fake email and name which would mean you won't receive my reply and I would normally reject the comment too.
    A host header is the name/domain used to access the site, look it up on google, if you are allowing any host header then this is the cause as explained in my article.

Leave a Reply

Leave this field empty

Powered by Mango Blog. Design and Icons by N.Design Studio