[sécurité] Joomla! 1.0.x

Informations concernant la sécurité de son site Joomla! 1.0.x

Moderators: Aidan38, sarki

Forum rules
Règles du forum
Post Reply
User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

[sécurité] Joomla! 1.0.x

Post by infograf768 » Tue Jul 11, 2006 10:44 am

Robs (Q&T groupe de travail) conseille dans cette période d'attaques de serveurs et de sites Joomla/mambo, d'ajouter dans le fichier .htaccess de votre site les éléments suivants après avoir migré sous Joomla! 1.0.10 :
########## Begin - Rewrite rules to block out some common exploits
#                             
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits
EDIT Modérateur --
* Dernière mise à jour de Robs le 2 août à 1/35 AM PDT (UTC -8:00) *
Last edited by mejean on Fri Aug 04, 2006 7:13 pm, edited 1 time in total.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
marc083
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 132
Joined: Sat Apr 08, 2006 4:11 pm
Contact:

Re: [sécurité] Joomla! 1.0.x

Post by marc083 » Tue Nov 14, 2006 4:12 pm

merci
Faut il ajouter ces lignes à .htacces d'une version 1.0.11 ?  :-[

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: [sécurité] Joomla! 1.0.x

Post by infograf768 » Tue Nov 14, 2006 4:43 pm

Utilisez la dernière version de htaccess fournie avec 1.0.11, elle contient tous ces éléments.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
marc083
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 132
Joined: Sat Apr 08, 2006 4:11 pm
Contact:

Re: [sécurité] Joomla! 1.0.x

Post by marc083 » Tue Nov 14, 2006 5:38 pm

Merci donc je ne touche a rien  :P


Post Reply

Return to “1.0 - Sécurité”