domifreitas wrote:Should we do the same upgrade for Dokeos community release 2.0.2?
turboke wrote:domifreitas wrote:Should we do the same upgrade for Dokeos community release 2.0.2?
You should. The patch will be included in CR 2.0.3 (see <a href="http://www.dokeos.com/forum/viewtopic.php?p=27903#27903">this post</a>).
pcool wrote:This is indeed a security hole. You can expect a new dokeos version tomorrow.
If you want to fix this already you have to do the following:
<ol> <li>open inc/claro_init_global.inc.php</li> <li>find the 4 occurrences of
<pre><font color="#ff0000">if(!isset($_SESSION[$key]) && $key != 'includePath')</font>
</pre> </li> <li>replace these 4 occurrences into
<font color="#ff0000">if(!isset($_SESSION[$key]) && $key != 'includePath' && $key
!= 'rootSys' && $key!= 'clarolineRepositorySys' && $key!= 'lang_path' &&
$key!= 'extAuthSource' && $key!= 'thisAuthSource' && $key!=
'main_configuration_file_path' && $key!= 'phpDigIncCn' && $key!= 'drs')</font></li></ol>
vianney wrote:I will try.
Actually, register_global is on.
Do "off" should or must be used for Dokeos ? I thought it was "should".
Tripple wrote:roan wrote:Dokeos works with register globals on or off. We strongly suggest you set it to off, because setting it to on is a huge security risk.
Does Dokeos 1.6.1 works with globals off?
roan wrote:Dokeos works with register globals on or off. We strongly suggest you set it to off, because setting it to on is a huge security risk.
Past Dokeos versions required register_globals to be set to On. This is no
longer necessary, this can be set to Off and Dokeos will work fine.
pcool wrote:Dokeos 1.6.4 zip package has the corrected resourcelinker.inc.php file already (tar.gz doesn't yet).
Return to Community support & stories
Users browsing this forum: No registered users and 0 guests