Closed (fixed)
Project:
IMCE
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2006 at 04:34 UTC
Updated:
27 Sep 2006 at 16:18 UTC
Anyone can acces to http://yourserver.com/imce/browse
if the user is not autenticated the directory u0 is created (by default), and anyone can upload & execute to your server a file called "myprogram.jpg.php".
Comments
Comment #1
ufku commentedyou need to check your access permissions.
this is possible only if you give 'view/upload access' to anonymous users. and no one can upload php files unless you define .php for allowed non-image file extensions.
after you confirm please feel free to close this issue.
Comment #2
nachete commentedthanx for all ;)