Yblog - 'uss.php' Cross-Site Scripting

Related Vulnerabilities: CVE-2006-5146  
Publish Date: 30 Sep 2006
Author: You_You
                							

                source: http://www.securityfocus.com/bid/20280/info
  
Yblog is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input data.
  
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 allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
  
http://www.example.com/[path]/uss.php?action="><script>alert('test!')</script>