[+] Sql Injection on Dream Gallery v1.0 [+] Date: 10/01/2016 [+] Risk: High [+] CWE Number : CWE-89 [+] Author: Felipe Andrian Peixoto [+] Vendor Homepage: http://clareslab.com.br/ [+] Software Demo : http://clareslab.com.br/dream/ [+] Contact: felipe_andrian@hotmail.com [+] Tested on: Windows 7 and Gnu/Linux [+] Dork: intitle:"Dream Gallery - Admin" // use your brain ;) [+] Admin Page: http://host/admin/ [+] Exploit : http://host/patch//album.php?id= [SQL Injection] [+] Vulnerable File : query( "select * from albuns order by album_name asc" )->fetchAll(); if ( $db->rows >= 1 ) { $albuns = $db->data; foreach ( $albuns as $album ) { $a = ( object ) $album; $db->query( "select * from fotos where foto_album = $a->album_id order by foto_pos asc" )->fetchAll(); if ( $db->rows >= 1 ) { $f = ( object ) $db->data[0]; ?>