Forum Moderators: rogerd
Who exactly is this hacking team? ...well they left their names, too. "HacKed By EL_MuHaMMeD & EsKoBaR & CyBeRWoLF & C-W-M & _HacKAteS_ & Poizonb0x & XYU & M.H.G USeRs".
All the topics, and subforums appear to be innaccessible and are defaced. The damage to the MySQL database appears to be minimal, though, as only 4 rows contain the words "Hacked by...". But, I can't be sure about what the hackers have done to the database and what information they might have about my forum and my passwords. I can't just fix the defacement and leave the forums as is because someone else is likely to come along and do the same thing again.
After searching around for a bit, it turns out that version 1.3 of Invision Power Board is vulnerable to an SQL injection exploit. Upgrading to a newer version of Invision Power Board is out of the question because the forum is not that large and an IPB license is rather expensive. IPB v 1.3 is the last free version of the forum software, if I'm not mistaken.
I've taken the forums down, and I'm considering transferring everything over to phpBB2. Is phpBB2 more secure? How difficult would it be to transfer exisiting members (~100) and posts (~7000) over to the new forum software?
Also, do you think that the hackers could have gotten information like MySQL passwords, user passwords, or sensitive server information?
Any help/suggestions would be appreciated!
BTW: It turns out that I'm not the only one who has been affected by this exploit (searched Google).
[edited by: rogerd at 8:30 pm (utc) on Mar. 15, 2006]
[edit reason] no specifics or URLs, please [/edit]
Just about every major script has vulnerabilities turn up - the only solution is to keep checking for updates. If the forum software has a mailing list for important announcements, be sure you are on it.
Of course, it's remotely possible there was some other vulnerability that let the hackers in. If the other sites you found were also Invision, though, it was probably a hack directed at that software.
I have already converted everything over to phpBB and I am liking the new system.
Thanks for the suggestions though.
bad plan, phpbb's easiest hack has never been fixed, how's that for secure?
at any rate
if the db only has 4 rows messed with then it may be a somewhat standard hack. A lot of these hacks just mess around with parts of the templates.
My wild guess is that it isn't half as bad as you think. The db is the core for most forum software so you need to look at exactly what rows in what tables have been changed. Then see how those rows are used and where. That is the key to finding out what happened and what needs to be changed back.
>> do you think that the hackers could have gotten information like MySQL passwords, user passwords, or sensitive server information?
nope, most of these are just injection attacks, foolish and simple. It really makes the site look terrible but as far as actual server hacking, most of these jokers are just script kiddies, nothing more.
I have run at more than a couple of them head to head. If I am actually logged into the server I can kill them and ban them as fast as they can switch ips. The moment I can figure where the problem is the door can be closed quickly and they can't do much about it. Real hackers either don't leave footprints or the whole thing goes up in smoke so fast you don't have time to figure out something happened.
bad plan, phpbb's easiest hack has never been fixed, how's that for secure?
if the db only has 4 rows messed with then it may be a somewhat standard hack. A lot of these hacks just mess around with parts of the templates.
That is the key to finding out what happened and what needs to be changed back.nope, most of these are just injection attacks, foolish and simple. It really makes the site look terrible but as far as actual server hacking, most of these jokers are just script kiddies, nothing more.
the highlight function
get rid of it all together, it shouldn't be used at all. You can change it so it doesn't add it to links. Then you can also just nuke it all together in common.php (or whatever it is called)
there are so many hacks for the highlight param it is ridiculous
[edited by: rogerd at 12:32 am (utc) on April 24, 2006]
[edit reason] No specifics or URLs, please. [/edit]