1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
# Exploit Title: SQL Injection Vulnerbility in PHP Portfolio # Google Dork: "Powered by PHPortfolio" # Date: 23/5/2011 # Author: lionaneesh # Software Link: http://outshine.com/phportfolio/ http://www.outshine.com/software/phportfolio/intro.php # Risk Level : High # A hacker can get admin access to web database leading to further attacks , Shelling and Rooting of server POC :- http://[sitename]/[pathToApplication]/photo.php?id=%InjectHere% Sample :- http://site.com/work/photo.php?id=%injectHere%19 -------------------------------------------------------------------------------- ================================================================================ lionaneesh Catch my News : http://www.thehackernews.com/search?q=lionaneesh Greetz to : lucky(indishell) , Aasim Shaikh(indishell) , Team Indishell , Team ICA Hack For INDIA , Live for INDIA ================================================================================ -------------------------------------------------------------------------------- -- Thanks Aneesh Dogra (lionaneesh) |