MDN

Go Back   Mambo - Forums Closed for posting > Mambo Announcements Forum > Security Announcements

Reply
 
Thread Tools Search this Thread Display Modes
Old July 10th, 2006, 21:31   #1
mambomod
Administrator
 
Join Date: Aug 2005
Location: Victoria, Australia
Posts: 908
mambomod is on a distinguished road
Default 3PD components being targeted

Lately a lot of mambo sites have been getting hacked, with configuration.php files being overwritten and other unfortunate attacks. Hackers seem to be targeting third party components.

If you are using any components that do not come bundled with mambo then it is advised to look in the php files for that component and make sure that it contains


Code:
/** ensure this file is being included by a parent file and stop direct linking */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
towards the very top of the file (usually underneath file comments).

Register globals should also be turned off if possible. Mambo has the ability to emulate register globals on if necessary.

Regular backups are a great idea and will help repairing any damage if your site is unfortunate enough to be targeted.
__________________
Support Mambo by making a donation through paypal.
mambomod is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
3PD components being targeted mambomod Security & Performance 0 July 10th, 2006 21:20
Targeted user access for sections, categories, components lpkb General Questions 2 September 1st, 2005 20:58
Trash manager support for 3PD components Jinx 5.0 7 October 12th, 2004 05:42
Super Admin and Admin lewisteo Wishlist & Feature Requests 22 March 11th, 2004 00:24


All times are GMT -7. The time now is 04:43.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.