Closed (fixed)
Project:
Filemanager
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
9 Mar 2005 at 04:23 UTC
Updated:
31 Mar 2005 at 01:04 UTC
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