当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:
漏洞标题:
B2Bbuilder 最新版前台sql注入-6
相关厂商:
漏洞作者:
提交时间:
2014-09-19 13:49
修复时间:
2014-12-18 13:50
公开时间:
2014-12-18 13:50
漏洞类型:
SQL注射漏洞
危害等级:
自评Rank:
20
漏洞状态:
未联系到厂商或者厂商积极忽略
漏洞来源:
http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]
Tags标签:
分享漏洞:
4人收藏 收藏
分享漏洞:

>

漏洞详情

披露状态:

2014-09-19: 积极联系厂商并且等待厂商认领中,细节不对外公开
2014-12-18: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

前台sql注入 不是后台

详细说明:


和admin_message_list_inbox.php中的漏洞差不多, 在文件admin_message_list_savebox.php的另一个方法同样有sql注入

include_once("$config[webroot]/includes/page_utf_class.php");
include_once("$config[webroot]/module/message/includes/plugin_msg_class.php");
$msg=new msg();
//======================================================
if(isset($_POST["deid"])&&!empty($_POST['del']))
{
$msg->del_freom_save_mail();
}
function del_freom_save_mail()
{
if(empty($id))
{
for($i=0;$i<count($_POST["deid"]);$i++)
{
$id=$_POST["deid"][$i];
$sql="update ".FEEDBACK." set is_save=0 where id=$id";
$this->db->query($sql);
unset($sql);
}
}
else
{
$sql="update ".FEEDBACK." set is_save=0 where id=$id";
$this->db->query($sql);
}
}


$id整形注入

38c83575-5190-4f2d-8246-65ff0f256493.JPG


漏洞证明:

修复方案:

版权声明:转载请注明来源 路人甲@乌云


>

漏洞回应

厂商回应:

未能联系到厂商或者厂商积极拒绝