phpBB是一种用PHP语言实现的基于Web的开放源码论坛程序,使用较为广泛。它持多种数据库作为后端,如Oracle、MSSQL、MySql、PostGres等等。 phpBB的User Viewed Posts Tracker模块在处理用户请求时存在输入验证漏洞,远程攻击者可能利用此漏洞在服务器上以Web进程权限执行任意命令。 phpBB的User Viewed Posts Tracker模块没有正确地验证phpbb_root_path参数的输入,攻击者可以通过包含本地或外部资源的任意文件导致执行任意PHP代码。漏洞代码如下: include_once($phpbb_root_path . \'\'language/lang_\'\' . $board_config[\'\'default_lang\'\'] . \'\'/lang_user_viewed_posts.\'\' . $phpEx);
phpBB是一种用PHP语言实现的基于Web的开放源码论坛程序,使用较为广泛。它持多种数据库作为后端,如Oracle、MSSQL、MySql、PostGres等等。 phpBB的User Viewed Posts Tracker模块在处理用户请求时存在输入验证漏洞,远程攻击者可能利用此漏洞在服务器上以Web进程权限执行任意命令。 phpBB的User Viewed Posts Tracker模块没有正确地验证phpbb_root_path参数的输入,攻击者可以通过包含本地或外部资源的任意文件导致执行任意PHP代码。漏洞代码如下: include_once($phpbb_root_path . \'\'language/lang_\'\' . $board_config[\'\'default_lang\'\'] . \'\'/lang_user_viewed_posts.\'\' . $phpEx);