A Little Tale About Website Cross-Contamination

If you need help with a hacked site, we offer professional website malware removal services and will protect and monitor your website going forward.

Mary has a site that she really cares about called mycoolsite.com. She has learned how to monetize her blog through the use of ads which allows her to make a living. She uses WordPress and always keep it updated. She also keeps her plugins updated, uses strong passwords, accesses the admin panel via SSL, and takes all the security recommendations very seriously.

She uses a shared server and her host offers her unlimited domains. Over the years, she has taken advantage of this offering, adding a few sites here and there. One such site was mytestsite.com for trying new themes and plugins.

It has been at least a year since she has touched one of her other sites – mytestsite.com hasn’t been updated and houses a plugin that has since been removed from the WordPress repository. Little does Mary know that it was removed from the repository for having a very serious security vulnerability.

Part 1: The Bad Guys Came…

Like in any story, the bad guys wasted no time in finding and exploiting this vulnerability.

They had a list with millions of sites that they were scanning daily (based on Alexa). They found Mary’s mycoolsite.com (which was ranking very well) and tried to exploit it without success. They looked for any potential attack vector; things like the WP version, vulnerable plugins, weak passwords (making use of brute force and dictionary attacks). They used a slew of tools in their arsenal, nothing worked. She won that battle.

A few days later after using a number of techniques, they found that on the same server she had another site, mytestsite.com.

Unlike mycoolsite.com, using the same techniques as before, they were able to gain access. They quickly found the vulnerable plugin and leveraged its vulnerability. Oh, well that’s cool, it’s only her unimportant site, mytestsite.com. Who cares, right?

Part 2: How Did My Site Get Hacked?

The next day, she wakes up to emails from her users complaining that mycoolsite.com is causing their local antiviruses to set off alerts and are blocking her website. The first thing she does is go to her site to see what’s going on. She is greeted with a scary warning, “This site may harm your computer“!

“EEK!! What is going on? How did my site get hacked? I did everything right!! I followed all the recommendations!!!

Part 3: Website Cross-Contamination

In part 1, we left you with a question: “Who cares, right?”

WRONG!!

Yes, Mary did everything correct to protect her mycoolsite.com. What she didn’t do is apply those same principles to all her sites. She forgot that because the other sites are on the same shared account (and can be managed by the same user), any vulnerability on them can be used to compromise her whole account.

Once on the server, the attacker was able to introduce all kinds of malicious code, from backdoors to actionable code. Like any virus, it replicated itself, inserting itself into every PHP file it could find. This spread across every directory on her site without remorse.

That, folks, is all she wrote…

Part 4: Fixing the Problem

Like you would expect, Mary contacted a company to fix mycoolsite.com. The company went through and removed all the malicious code to include backdoors. Phew! It was now showing correct again, all warnings were gone.

She even took a few more steps this time around. She blocked wp-admin access by IP address and installed all security plugins she could find. Victory?

Part 5: Website Cross-Contamination and Reinfections

Nope. Not even close. Within an hour everything Mary thought she had cleared had reappeared.

Why did this happen when she had done everything by the book? She even hired a company to get it fixed!

The answer is simple, it’s a concept known as cross-site-contamination. It’s actually very easy to understand. We all know how viruses work. They spread.

Same applies to web malware. It duplicates itself, injecting into little dark directories you never check, or care to check. You might have a directory for all your JavaScript files, in there you might find a PHP shell file. You might have a directory for images and one of those PNG files might be masking itself as an executable.

Mary did what most people do. She fixed the infection but not the root problem. She spent a week cleaning her little site day in and day out, looking for some relief to the problem. Demanding someone fix this problem for good!

She finally took the additional steps recommended, scrubbing her server but dismayed at what was found. She was elated, yet heartbroken at the amount of energy she had put into the effort. After a week of work, lost sleep, significant impact on her Alexa ranking, and many other effects – some monetary, some not – Mary finally had control of her server again.

Pulling it Together

This very real tale is meant to better articulate, by providing an example, the concept of website cross-contamination and how serious an issue it is.

The point is simple. If you have many sites on the same account (running under the same user), any one of them can be used to compromise the others. The attackers don’t care how important a site is to you, they just want an access point.

It’s unfortunate, but we see this all the time. It’s why one of the first things we do is scan the server for software versions and known vulnerabilities. It’s sad to report that too often we find things like this:

/mycoolsite.com (WordPress 3.3.1)
/mycoolsite.com_backup_1 (WordPress 3.1) - Out of Date
/mycoolsite.com_backup_2 (WordPress 3.2.1) - Out of Date
/mycoolsite.com_backup_3 (WordPress 3.2.1) - Out of Date
/myplaysite.com (WordPress 1.5) - Not even kidding about the version. - Out of Date
/myunimportantsite.com (Joomla 1.4) - Out of Date

Check your Server Today

When you do, ask yourself the following questions:

Only keep the minimum necessary files, themes, and plugins that allow your site to function perfectly. Everything else should be disabled or moved to a separate server. While you can never say your risk is zero it doesn’t mean you can’t work to reduce it.

If you have a site like Mary, learn what we can do to help you gain a complete website security system.

19 comments
  1. Great article, I’m learning a ton through this blog 😉

    I had a quick question. I have a domain left on my server that I used to host a sample blog with. I uninstalled WordPress from it recently because I wasn’t keeping it updated.

    I also removed the domain through c-panel but in the file manager I see that the folder for the domain is still there. Should I just manually delete this folder?

    Thanks!

    Shawn

  2. From a security point of view, would the same apply to services that allow you to manage multiple WordPress sites from the same dashboard? Was considering signing up to a service that uses a plugin to allow you to update WP on many sites from a single dashboard but am now thinking twice.

  3. Well that’s scary!  I do update everything and keep on top of things, but I now wonder about essentially dormant sites.  I’m off to take a look at my domains.  Thanks for sharing.

    Enjoy the journey.

    Mandy

  4. It is exactly what happened to my server, thank you for that nice little tale. It describes very good, that you work around the clock – and finally you have no chance, because you’ll never find the access-point, taking into account, that this might be one image file.

    I have more than half a million files – where should I start? So I did all the things, which were described, killed all outdated pages, deleted even income-generating pages – updated on a daily basis, asked Sukuroi for help in cleaning and findling out, where the entry is. But until now, nothing helped…

  5. Yep, having several dozens of websites on the same server, fortunately, that’s something I avoided thanks to your colleagues at Sucuri, Daniel ! You guy really rock ! One of the best web services ever ! Thank you.

  6. So would your CloudProxy service prevent this scenario from occurring within a shared hosting environment? If so, how exactly?

  7. This tale is interesting. But it stands on a lack of isolation in the shared hosting. Nowadays it is possible to compartmentize a server.

    “You might have a directory for images and one of those PNG files might be masking itself as an executable.”

    I think it is the opposite : an executable masking itself as a PNG file.

  8. My problem is a host a lot of sites for friends and family. I use a fast VPS that costs over $100 a month for this, and even with Securi (which I’ve had a good experience with and is a pretty low comparative cost at $200 a site), getting it for all of them or having separate hosting for all of them isn’t an option. Most of the sites are none profit making (hobby). My options are to delete them – or risk X infection. Spending thousands a year on securing them isn’t something that could be considered financially. I might look for secure WP hosting for my main site as an option and leave the rest vulnerable. I appreciate your service guys, It’s a shame the web has to be like this in the first place.

Comments are closed.

You May Also Like