I've found a vulnerability that afflict the Ajax File Manager plugin. The vulnerable code is located in /admin/editor/plugins/ajaxfilemanager/ajax_create_folder.php
Code: Select all
@ob_start();
displayArray($_POST);
writeInfo(@ob_get_clean());
I suggest to comment out the entire line 13 otherwise you could change 'data.php' with 'data.txt' into /admin/editor/plugins/ajaxfilemanager/inc/function.base.php
Regards,
EgiX