漏洞信息详情
Jetbox CMS config.php 远程文件包含漏洞
漏洞简介
Jetbox是一款使用php和mysql的内容管理系统。
jetbox/includes/phpdig/includes/config.php文件未经声明便使用了include()函数中的relative_script_path变量,允许攻击者包含远程资源的文件,执行任意代码。
漏洞代码:
if (is_file(\"$relative_script_path/locales/$phpdig_language-language.php\"))
{include \"$relative_script_path/locales/$phpdig_language-language.php\";}
else
{include \"$relative_script_path/locales/en-language.php\";}
漏洞公告
目前厂商还没有提供补丁或者升级程序,建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://jetbox.streamedge.com/
参考网址
来源: BID
名称: 17861
链接:http://www.securityfocus.com/bid/17861
来源: BUGTRAQ
名称: 20060506 JetBox CMS Remote File Include
链接:http://www.securityfocus.com/archive/1/archive/1/433121/100/0/threaded
来源: XF
名称: jetboxcms-phpthumb-file-include(28843)
链接:http://xforce.iss.net/xforce/xfdb/28843
来源: XF
名称: jetboxcms-config-file-include(26289)
链接:http://xforce.iss.net/xforce/xfdb/26289
来源: OSVDB
名称: 25313
链接:http://www.osvdb.org/25313
来源: VUPEN
名称: ADV-2006-1686
链接:http://www.frsirt.com/english/advisories/2006/1686
来源: SECTRACK
名称: 1016061
链接:http://securitytracker.com/id?1016061
来源: SREASON
名称: 861
链接:http://securityreason.com/securityalert/861
来源: SECUNIA
名称: 19993
链接:http://secunia.com/advisories/19993
受影响实体
- Jetbox Jetbox_cms:2.1<!--2000-1-1-->
补丁
暂无
还没有评论,来说两句吧...