Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 02:33:23 PM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ General Discussion
| |-+ Tech Corner
| | |-+ Net worm using Google to spread
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: Net worm using Google to spread  (Read 4092 times)
Hope
Key Keeper
Veteran
*****
Posts: 1 975


P.I.T.A.


WWW
« on: December 22, 2004, 01:23:34 AM »

Quote
A Web worm that identifies potential victims by searching Google is spreading among online bulletin boards using a vulnerable version of the program phpBB, security professionals said on Tuesday.

http://news.zdnet.com/2100-1009_22-5499725.html?tag=nl.e589
Report to moderator   Logged

SensoVision
Administrator
Veteran
*****
Posts: 5 857


I'm proud user of Debian GNU/Linux OS


WWW
« Reply #1 on: December 22, 2004, 07:07:59 AM »

wow, seems that hackers become more and more inventive in their ways to hack into the sites. Too bad that it appear close to X-mas time and would certanly ruin humor of forum admins who's sites were defaced Undecided I need to write to my friends using phpBB to warn them about this issue.
Report to moderator   Logged

Denis
SensoVision
Administrator
Veteran
*****
Posts: 5 857


I'm proud user of Debian GNU/Linux OS


WWW
« Reply #2 on: December 22, 2004, 07:23:05 AM »

just find another thread about this here http://forum.weblamp.net/index.php?topic=3554.0
usually I would merge them or delete one, but as for now I decide to leave both, who knows maybe it would save someone from defacing of his or her phpBB powered forum.
Report to moderator   Logged

Denis
spherica
Key Keeper
Sr. Member
****
Posts: 277


Consultant


WWW
« Reply #3 on: December 22, 2004, 08:03:50 AM »

Here is the actual fix to stop this worm, you really should upgrade to phpbb version 2.0.11, but if you can't figure it out, at the VERY LEAST, make this change

Open viewtopic.php in any text editor. (I use TextPad, its free for trial) Find this bit of code:
Quote
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
   // Split words and phrases
   $words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));

   for($i = 0; $i < sizeof($words); $i++)
   {

and replace with:
Quote
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
   // Split words and phrases
   $words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));

   for($i = 0; $i < sizeof($words); $i++)
   { 


http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=240513
« Last Edit: December 22, 2004, 10:21:18 AM by spherica » Report to moderator   Logged

webspace
Guest
« Reply #4 on: December 23, 2004, 04:12:19 AM »

Thanks for the email.

That was a quick fix.




Just a note few newbies to php. (Like Me)

That took about 10 mintues, mostly because couldn't find the bit of code within the viewtopic.php file. I recomend using the "find and replace" option in whichever editor you use.
Report to moderator   Logged
SensoVision
Administrator
Veteran
*****
Posts: 5 857


I'm proud user of Debian GNU/Linux OS


WWW
« Reply #5 on: December 23, 2004, 08:59:04 AM »

it's really nice to that our mail saved your board from hacking. Thanks once again to Hope who have warned us about this, and Seph who have post quick fix to this problem!
Report to moderator   Logged

Denis
spherica
Key Keeper
Sr. Member
****
Posts: 277


Consultant


WWW
« Reply #6 on: December 23, 2004, 11:14:41 AM »

Don't just fix your phpbb board, you should contact your hoster, and make sure they know.

I fixed all my phpbb forums on a friends hoster, and told him to contact anyone that used it alos, and if he had no responce, that he himself should make the fix.

Too late, every site on the server got dumped. SWo he had a 2 day old backup, and....... about an hour later, some where starting to get effected again...he now fixed all the phpbb forums.  It a pretty nasty worm.
Report to moderator   Logged

carpmad
Key Keeper
Sr. Member
****
Posts: 293



WWW
« Reply #7 on: December 24, 2004, 09:11:09 PM »

thanks for the email i cant think of any other sites that would do that Grin
verry easy to stop that was handy lol
hope you all have a great christmas and new year
take care all
carpmad
Report to moderator   Logged
Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ General Discussion
| |-+ Tech Corner
| | |-+ Net worm using Google to spread

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!