漏洞信息详情
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/
参考网址
来源: MISC
链接:http://www.stadtaus.com/forum/t-2600.html
来源: MISC
链接:http://retrogod.altervista.org/gbs_17_xpl_pl.html
来源: XF
名称: guestbook-includefiles-file-include(26252)
链接:http://xforce.iss.net/xforce/xfdb/26252
来源: BID
名称: 17845
链接:http://www.securityfocus.com/bid/17845
来源: VUPEN
名称: ADV-2006-1660
链接:http://www.frsirt.com/english/advisories/2006/1660
来源: SECUNIA
名称: 19957
链接:http://secunia.com/advisories/19957
受影响实体
- Stadtaus Guestbook_script:1.7<!--2000-1-1-->
补丁
暂无
还没有评论,来说两句吧...