http://www.vbulletin.com/forum/foru...4388-yui-security-issue-found-in-uploader-swf Basically you need to overwrite clientscript/yui/uploader/assets/uploader.swf file with a blank/empty file of the same name. This will force VB4 to use the AJAX/JavaScript uploader instead. VB5 has the file but doesn't use it so no functionality will be lost in VB5, but VB4 users will lose the flash uploader. Yahoo says they will not be fixing the issue. VB3 is unaffected.
The asset manager continues to work, just uploads will be done via the AJAX form rather than the flash uploader.
Yahoo considers YUI 2.x end of life. They have YUI 3.x out but they do longer have a flash based uploader in YUI 3.x.
Thanks for the post @BirdOPrey5 as I haven't followed the vB.com boards in quite a while. I patched my clients boards.
YUI 3 beat VB4 by just a couple months... Couldn't throw everything out and change to YUI 3 at that point.
I actually warned vbulletin about the issue long before that, as YUI2 beta releases were already flowing and at that time there also was a YUI2 exploit. At that time the wisest decision would have been to implement jQuery instead. Back then it was already clear that jQuery was the future.
For anyone looking to keep using the flash uploader, a developer over at vB.org released a patched version of the file. http://www.vbulletin.org/forum/showthread.php?t=307008&page=2 Hope that helps!