ASPBB 0.5.2 - 'default.asp?action' Cross-Site Scripting

Related Vulnerabilities: CVE-2006-2497  
Publish Date: 18 May 2006
Author: TeufeL
                							

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

ASPBB 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 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/default.asp?action="><script>alert('Xss Vulnerability');</script>