PHP-Fusion <= 6.00.206 Forum SQL Injection Vulnerability

Summary
Description : A vulnerability is reported in the forum module of PHP-Fusion 6.00.206 and some early released versions. When the forum module is activated, a registered user can execute arbitrary SQL injection commands. The failure exists because the application does not properly sanitize user-supplied input in 'options.php' and 'viewforum.php' before using it in the SQL query, and magic_quotes_gpc is set to off.
Solution
Apply the patch from the php-fusion main site: http://www.php-fusion.co.uk/downloads.php?cat_id=3
References