PHPB2B网站管理系统SQL注入#2(无视防注入)

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

### 简要描述: SQL注入#2 ### 详细说明: ``` 注入链接:/virtual-office/brand.php 注入参数:data[brand] 漏洞代码:(第24行开始) if (isset($_POST['save']) && !empty($company_id)) { $company->newCheckStatus($companyinfo['status']); if(!empty($_POST['data']['brand'])){ $vals = $_POST['data']['brand']; if(isset($_POST['id'])){ $id = intval($_POST['id']); } $attachment->rename_file = "brand-".($brand->getMaxId()+1); if(!empty($id)){ $attachment->insert_new = false; $attachment->rename_file = "brand-".$id; } if (!empty($_FILES['pic']['name'])) { $attachment->upload_process(); $vals['picture'] = $attachment->file_full_url; } if (!empty($vals['description'])) { $vals['description'] = stripcslashes($vals['description']); } $vals['letter'] = L10n::getinitial($vals['name']); $vals['member_id'] = $the_memberid; $vals['company_id'] = $company_id; if (!empty($id)) { $vals['modified'] = $time_stamp; $res = $brand->save($vals, "update", $id, null, $conditions); $vals =...

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