ESPCMS 权限限定绕过直接登录后台(DEMO站测试通过)

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

### 简要描述: ESPCMS 权限限定绕过直接登录后台 仅测试了 最新版本 然后demo测试进去看了一眼,别的什么也没做。 ### 详细说明: 先看下 后台验证的代码 ``` function softbase($admin_purview = false) { header("Content-Type: text/html; charset=utf-8"); $this->dbmysql(); $this->commandinc(); $this->systemfile(); $this->cachedb(); if ($admin_purview) { $this->admin_purview(); $this->sitelng = $this->getlng(); $action = $this->fun->accept('action', 'R'); if (in_array($action, $this->esp_powerlist) && !in_array('all', $this->esp_powerlist)) { exit('Permissions errors'); } } if ($this->CON['is_gzip'] == 1 && !function_exists('ob_gzhandler')) { ob_start('ob_gzhandler'); } else { ob_start(); } if ($runpage && $this->CON['is_close']) { exit($this->CON['close_content']); } if (!admin_FROM) { include admin_ROOT . adminfile . '/include/admin_language_' . db_lan . '.php'; $this->lng = $ST; unset($ST); } else { $lngpack = (admin_LNG == 'big5') ? $this->CON['is_lancode'] : admin_LNG; if ($this->creat_lanpack($lngpack)) { include admin_ROOT . 'datacache/' ....

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