Description
|
|
A new vulnerability was identified in MercuryBoard, which may be exploited to conduct Cross Site Scripting attacks. The problem resides in "index.php" file when handling the "f" parameter, which may be exploited to cause arbitrary scripting code to be executed by the user's browser.
http://www.example.com/index.php?a=forum&f='%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E
http://www.example.com/index.php?a=forum&f='><script>alert(document.cookie)</script>
|