XDcms Sql Injection 6-10
简要描述: Sql Injection 详细说明: 注入在XDCMS企业管理系统后台的内容编辑处,\system\modules\xdcms\content.php文件: 这次出在编辑处,用到的函数是editsave public function editsave $title=safehtml$POST'title';//第一处注入title字段,safehtml为过滤规则集,可被大写绕过进行注入 $commend=intval$POST'commend'; $username=safehtml$POST'username';//第二处注入username,大写可绕过过滤...