Hi All,
Thanks for the updates on the security loop holes in MODx and thanks for the great work that you have been doing thus far.
I’ve been looking though some of the code and I think I might have found another place where Remote inclusion might be possible:
AjaxSearch snippet - line 27:
include_once $base_path . ’assets/snippets/AjaxSearch/AjaxSearch.inc.php’;
If the install folder was not remove then this might be a possible hole as well:
/install/instprocessor.php - line 96:
include "$setupPath/sqlParser.class.php";
It might be best to scan all modx snippets, plugins, modules for such vulnerabilities.