Banned BB Tags
There is an issue where the tag are case sensitive
If you ban [ QUOTE ] people can use [ Quote ] etc...
Here is the solution to make it case insensitive:
Replace
Code:
$vbulletin->GPC['ccb_newmessage'] = str_replace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
With
Code:
$vbulletin->GPC['ccb_newmessage'] = str_ireplace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
Look carefully they are different...
It should solve all the exploit to use blocked tag
Please note this exploit is in the version 2.3 of this tools.
People are using [ iMg ] porn picture [/ iMg ]
Which is bypassing the filter.