PostBoard 2.0 Topic Title Script Execution Vulnerability

Gerardo Vazquez, Eduardo Arriols 19.04.2002 Verified
Web Application Exploits PHP

Exploit Code

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

PostBoard is a freely available, open source message board module for the PostNuke content management system. It is designed for use on the Unix and Linux operating systems.

PostBoard does not adequately sanitize input by board users. Because of this, it is possible for users of the board to insert script code in message titles.

The following code is proof of concept:

<script>alert('give me cookies');</script>