Webfroot Shoutbox 2.32 - 'Viewshoutbox.php' Cross-Site Scripting

EDB-ID:

23474

CVE:

N/A




Platform:

PHP

Date:

2003-12-23


source: https://www.securityfocus.com/bid/9289/info

Webfroot Shoutbox is prone to a cross-site scripting vulnerability in the 'viewshoutbox.php' script. The source of the problem is that HTML and script code are not adequately sanitized from input supplied via URI parameters. This input will be included in dynamically generated web pages. A remote attacker could exploit this issue by embedding hostile HTML and script code in a malicious link to the vulnerable script. The attacker-supplied code will be interpreted in the context of the site hosting the vulnerable software. 

http://www.example.com/shoutbox/viewshoutbox.php?error="><script>alert(document.cookie);</script>