
Rodrigo - 2009-09-02 17:04:14
A carefully crated URL used with this class can be used to search for directories inside the server
using this format source=../../../
You get the listing of files and directories beyond the allowed directory
to Fix this we added this line at Line 91 of php_dirs_explorer.class
$source=str_replace("../..","",$source);
Maybe an regex protections might work better
HTH
Rodrigo O
Xnet