Ecmall某处SQL二次注入第三弹

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

### 简要描述: 20140618 ### 详细说明: 虽然在20140618的防注入补丁添加了防注入代码 但是还是能勉强绕过。 在app/my_goods.app.php中 ``` function edit() { $id = empty($_GET['id']) ? 0 : intval($_GET['id']); if (!IS_POST) { $this->assign('goods', $this->_get_goods_info($id)); /* 取得商品分类 */ $this->assign('mgcategories', $this->_get_mgcategory_options(0)); // 商城分类第一级 $this->assign('sgcategories', $this->_get_sgcategory_options()); // 店铺分类 /* 当前页面信息 */ $this->_curlocal(LANG::get('member_center'), 'index.php?app=member', LANG::get('my_goods'), 'index.php?app=my_goods', LANG::get('goods_list')); $this->_curitem('my_goods'); $this->_curmenu('edit_goods'); $this->assign('page_title', Lang::get('member_center') . Lang::get('my_goods')); $this->import_resource(array('script' => 'mlselection.js,jqtreetable.js,jquery.plugins/jquery.validate.js', 'style' => 'jqtreetable.css')); /* 所见即所得编辑器 */ $this->assign('build_editor', $this->_build_editor(array('name' => 'description'))); $this->display('my_goods.form.html'); } else { /* 取得数据 */ $data...

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