==================================================== MYBB TagCloud 2.0 cross site scripting vulnerability ==================================================== Author: http://www.3ethicalhackers.com Discovered by: http://www.3ethicalhackers.com Original post: http://www.3ethicalhackers.com ===================================================================== Description: MYBB TagCloud 2.0 is an open source plugin, it is used to to show all recent posts. How to exploit: Enter html or javascript into topic field, once tagcloud displays the thread it will execute the malicious code that was set within the topic field. Download Link: http://www.mybbcentral.com/thread-1681.html Number of times downloaded: 402 ===================================================================== [ vuln code ] $message .= "settings['bburl']."/showthread.php?tid=".$thread['tid']."\">".$thread['subject']." |\r\n"; [ Fixed Code ] $message .= "settings['bburl']."/showthread.php?tid=".$thread['tid']."\">".htmlentities($thread['subject'])." |\r\n"; ===================================================================== [ proof of concept ] Topic Field: