Destoon B2B建站软件最新版SQL盲注漏洞

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: Destoon B2B建站存在SQL注入漏洞(已经打了20130703补丁) ### 详细说明: /module/mall/buy.inc.php 这个文件,除了已经修复了的知道创宇上报的那个注入点,还存在其他注入点。 ``` if($submit) { require DT_ROOT.'/module/'.$module.'/cart.class.php'; $do = new cart(); $cart = $do->get(); if($post) { $add = array_map('trim', $add); $add['address'] = area_pos($add['areaid'], '').$add['address']; $add = array_map('htmlspecialchars', $add); $buyer_address = $add['address']; if(strlen($buyer_address) < 10) message($L['msg_type_address']); $buyer_postcode = $add['postcode']; if(strlen($buyer_postcode) < 6) message($L['msg_type_postcode']); $buyer_name = $add['truename']; if(strlen($buyer_name) < 2) message($L['msg_type_truename']); $buyer_mobile = $add['mobile']; if(strlen($buyer_mobile) < 11) message($L['msg_type_mobile']); $buyer_phone = $add['telephone']; $buyer_receive = $add['receive']; if(strlen($buyer_receive) < 2) message($L['msg_type_express']); $i = 0; foreach($post as $k=>$v) { $t1 = explode('-', $k); $itemid = $t1[0]; $s1 = $t1[1];...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息