MyBB Community Forums

Full Version: The templates below matched known security issues. Please review them.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heya,

Today I ran this check, and it show some interesting things.

Like this one:

&nbsp; <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/acp.png" alt="" /><b>{$lang->welcome_admin}</b></a>

What is the security risk of this one tbh?

Thanks in advance!
Reno
If it's an admin template, ignore it. No risk.
change to below code (reference )
&nbsp; <a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/acp.png" alt="" /><b>{$lang->welcome_admin}</b></a>