Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 1.1.4 Hacked [RESOLVED - NON-VANILLA ISSUE]
My TWiT forums (http://twit.tv/forums) were hacked this evening. Every post and discussion has been replaced by the string "Hacked by Z4i0n - Zer0Day Group"
I'm guessing this is a MySQL injection, but I don't know.
0
This discussion has been closed.
Comments
I've checked your forum for known exploits in previous versions of Vanilla (there are no known exploits in Vanilla 1.1.4 - until now, maybe) and found that you were all patched up as you should be.
It is possible that the user got in through some method other than a Vanilla exploit - but it would be very strange for them to choose to only manipulate Vanilla's tables and not any other tables if this were the case.
It would really help us if you could get access to your web logs so we could see what requests were being made around the time of the exploit.
Here is our entire dialogue:
Me Z4i0n Me Z4i0n === End of Discussion ===
He actually got into Leo's site through the website www.ultravioletsound.com, which is on the same server as twit.tv. He then used a backconnect (apparently this is some kind of exploiting technique that I've never heard of) to get access to the twit.tv site. From there he must have stumbled across the database configuration file for Vanilla, where he was able to get the database name, username, and password for the db.
From there it was a simple matter of connecting to the db directly and running an update script on the discussion and comment tables.
So, from a Vanilla standpoint, there is really only one thing that could be done. That is to move the database configuration file to some place other than the web root (there is a configuration option available for this type of thing). But that kind of tactic is just obfuscation. If the hacker already has access to your server through avenues other than Vanilla, he can pretty much do whatever he wants to you. I'd say it's time to speak to the server admins and see if they have any answers about vulnerabilities in the ultravioletsound site.