Just see the example script getting exploited by clicking:
http://drupal.hu/?q=filebrowser/..
Here's my solution:
Replace line 291 (i think) with this:
$safer = str_replace(array("\\", "../", "/.svn", "/CVS", ".."), array("/", "", "", "",""), $folder);
Martin G.
martin {{at}} isg.si
Comments
Comment #1
(not verified) commentedEm sorry this issue is for filebrowser
Comment #2
ccourtne commented