phpBB完整路径泄露漏洞

漏洞信息详情

phpBB完整路径泄露漏洞

漏洞简介

phpBB是一种用PHP语言实现的基于Web的开放源码论坛程序,使用较为广泛。它支持多种数据库作为后端,如Oracle、MSSQL、MySql、PostGres等等
完整路径泄漏,在phpBB的htmlspecialchars()函数中:

if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, \”s|ls\”, &str, &str_len, \
&quote_style, &hint_charset, &hint_charset_len) == FAILURE) { return;
}

如果变量非字符串的话,就可能泄漏完整路径。

漏洞公告

目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.phpbb.com

参考网址

来源: XF
名称: phpbb-multiple-path-disclosure(26306)
链接:http://xforce.iss.net/xforce/xfdb/26306

来源: FULLDISC
名称: 20060505 phpBB 2.0.20 Full Path Disclosure and SQL Errors
链接:http://marc.theaimsgroup.com/?l=full-disclosure&m=114685931319903&w=2

来源: BUGTRAQ
名称: 20060508 Re: phpBB 2.0.20 Full Path Disclosure and SQL Errors
链接:http://marc.theaimsgroup.com/?l=bugtraq&m=114731067321710&w=2

来源: BUGTRAQ
名称: 20060505 phpBB 2.0.20 Full Path Disclosure and SQL Errors
链接:http://marc.theaimsgroup.com/?l=bugtraq&m=114695651425026&w=2

来源: SREASON
名称: 837
链接:http://securityreason.com/securityalert/837

受影响实体

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享