| Upgrade immediately to Joomla! 1.0.11 |
|
|
|
| Tuesday, 29 August 2006 | ||||||||||
Page 3 of 8 In the last few weeks, Joomla! sites have garnered increased attention from the hacking community. This has led to the discovery of several security vunerabilities in the Joomla! 1.0.x core (which have been addressed by this 1.0.11 release) and 3rd Party extensions. Therefore it is of prime importance that security be at the top of your priorities. To that end you are strongly encouraged to read through the Security Checklist - put together by Security Forum Moderator (rliskey): .htaccessOne easy way to block the majority of current exploit attempts is to utilise the .htaccess rules - put together by our Quality & Testing Techincal Lead (RobS): These extra .htaccess rules are now part of the Joomla! core as of this 1.0.11 release in the file htaccess.txt . However if you are upgrading your site, then you will need to manually insert the rules to your .htaccess file yourselves. This additions to the .htaccess file will help in protecting vulnerable third-party extensions against such attacks. You are strongly encouraged to implement these into all your existing and future Joomla! sites. PHP SettingsThere are two particular PHP settings which help increase dramatically the security of your site, specially if software contains yet unknown vulnerabilities. As a matter of fact, sites with these settings set correctly have been saved from most last attacks to 3PD extensions.:
You need to ensure that these two settings are set to:
for your system. To check the value of these settings, go to the System Info page in your Backend end Adminstrator area (System -> System Info). Core SettingsThere is also one Joomla! Core setting that can pose a potential security threat:
Your system is safest when this setting is set to `OFF`. However, we suggest that you test to see if your site and its extenions will continue to work properly with this setting set to `OFF` as your site will be far more secure when run in this environment. You can find a discussion thread here about extensions which do not work correctly when this setting is set to `OFF`, and listing updates and ways to fix these extensions so they will work correctly in this environment. In Joomla! 1.5, `Register Globals Emulation` will be set to `OFF by default`. To change this setting to `OFF`, you need to edit your globals.php file (found in your sites root directory) and look for the line: define( 'RG_EMULATION', 1 ); And change the setting to: define( 'RG_EMULATION', 0 ); |
||||||||||
| < Prev | Next > |
|---|







