Gallery v 1.4.1 Update Urgent
Bonjour,
Un important fixe de securite vient de voir le jour sur le site officiel de
Gallery v1.4.1.
Vous pouvez trouver les informations necessaires sur le site ou encore update
votre version de Gallery a v1.4.1-pl1
Ou encore vous pouvez patcher vous meme Gallery voici les lignes de code a modifier.
File: gallery/init.php
Find the following code:
if (!$gallery->register_globals) {
if (is_array($HTTP_GET_VARS)) {
extract($HTTP_GET_VARS);
}
…
Insert the code below the first line so that it now appears as:
if (!$gallery->register_globals) {
/* START OF NEW CODE */
$scrubList = array(‘HTTP_GET_VARS’, ‘HTTP_POST_VARS’,
‘HTTP_COOKIE_VARS’, ‘HTTP_POST_FILES’);
foreach ($scrubList as $outer) {
foreach ($scrubList as $inner) {
unset(${$outer}[$inner]);
}
}
/* END OF NEW CODE */
if (is_array($HTTP_GET_VARS)) {
extract($HTTP_GET_VARS);
}
…
File: gallery/setup/init.php
Find the following code, at the top of the file:
/* emulate part of register_globals = on */
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
Insert the code below the first line so that it now appears as:
/* emulate part of register_globals = on */
/* START OF NEW CODE */
$scrubList = array(‘HTTP_GET_VARS’, ‘HTTP_POST_VARS’,
‘HTTP_COOKIE_VARS’, ‘HTTP_POST_FILES’);
foreach ($scrubList as $outer) {
foreach ($scrubList as $inner) {
unset(${$outer}[$inner]);
}
}
/* END OF NEW CODE */
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
Mes Tweets!
- Bonne Année 2012.. premier tweet de #2012
- @cyber6_ une resolution pour 2012
- #geekbecois Vous avez été coupé par les lutins !
- Superbe atelier ce matin François Desrosiers Utilisation du flash #ZPFS Zoom Photo Festivale Saguenay 2011 http://t.co/K0mDu9Er
- RT @_unoyt: Il parait que l'annonce se fera demain soir à 20h....http://www.geocaching-qc.com/index.php @GeoQC @AGTMIB @Newk82 @NoNameX03
Aquariophilie
Baladodiffusion
Categories
- Aquaphilie
- Découverte
- Divers
- Fete
- Film
- Gaspésie 2010
- General
- GéoCaching
- IPV6
- Jeux
- Kayak
- Lan Party
- Linux
- Mise a jours
- Mise en test
- NB'09
- Nouvelles
- Passions
- Perte de Temps!
- photographie
- Photos
- Plein Air!
- PodCast
- Prix Essences
- Rallye
- Renovation
- Sans Fil
- Securite
- Sports
- Star Trek
- Techno
- Vacances
- Voitures
- WebCam
Recent Comments
- Coach sportif on La photo d’action.. motocross…
- L'Frere on Gaspésie Je t’aime 2.0 … Jour 1 -
- L'Frere on Coin de mon enfance!
- Eric Lachance on Coin de mon enfance!
- L'Frere on Moncton, Shediac, IPE….









