UApplication Ublog Reload 1.0.5 - 'Trackback.asp' Cross-Site Scripting

Related Vulnerabilities: CVE-2005-2010  
Publish Date: 20 Jun 2005
Author: Dedi Dwianto
                							

                source: http://www.securityfocus.com/bid/13994/info

Ublog Reload is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

http://www.example.com/UblogReload/trackback.asp?bi=[id]&btitle=[XSS]&mode=view
http://www.example.com/UblogReload/trackback.asp?bi=343&btitle=<script>alert('document.cookie')</script>&mode=view