If someone trys to access the admin/mod cp using a valid admin/mod username but wrong password, all private forums which the admin/mod has access to will appear in the forumjump box on the wrong password page.

Funny how this bug lasted this long before someone found it and reported it here:
http://www.vbulletin.com/forum/showt...threadid=57808
I'll post the simple fix here:
Open admin/sessions.php and find:
PHP Code:
eval("standarderror(\"".gettemplate("error_wrongpassword")."\");");
ABOVE it, ADD:
PHP Code:
$useforumjump = 0;
Done!
This is the official fix by PPN. Will come out in 2.2.9 probably.