[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Network Tracker .95 Stored XSS
# Published : 2011-08-19
# Author :
# Previous Title : WordPress Ajax Gallery plugin <= 3.0 SQL Injection Vulnerability
# Next Title : WordPress File Groups plugin <= 1.1.2 SQL Injection Vulnerability


# Exploit Title: Network Tracker .95 Stored XSS
# Date: 08-18-2011
# Author: G13
# Software link: http://networktracker.org/
# Version: .95

ISSUE

The application contains a option which allows anyone to create a user. 
If this option is left enabled an attacker could launch a stored XSS 
attack against the vulnerable application

Vulnerability:

Network Tracker does not escape the data entry on the Description and 
Brand fields of a device.  An attacker may enter 
<script>alert(100);</script> into these fields to cause the exploit.