Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Further exploits closed

Further exploits closed
Following up from the previous exploit, I have added some more lines to protect the submission system from script & iframe exploits. The exploit only affects elements which allow html elements to be posted. This is easily rectified by adding these two lines to the descript() function in fusion_core.php after line 353 approx:

$text1[12] = "#script#si"; $text2[12] = 'script';
$text1[13] = "#iframe#si"; $text2[13] = 'iframe';

That's all there is to it. Another stride towards making PHPFusion as secure as possible. You can get the latest fusion_core.php file from the service pack. The Sourceforge download has been updated to include this fix. Thanks.

Falk March 17 2005 12,564