漏洞信息详情
phpBB完整路径泄露漏洞
- CNNVD编号:CNNVD-200702-159
- 危害等级: 中危
- CVE编号:
CVE-2006-2220
- 漏洞类型:
输入验证
- 发布时间:
2006-05-05
- 威胁类型:
远程
- 更新时间:
2007-02-09
- 厂 商:
phpbb - 漏洞来源:
Maksymilian Arciem… -
漏洞简介
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;
}
…
如果变量非字符串的话,就可能泄漏完整路径。
参考网址
来源: 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