KPPW Sql 最新版 可修改管理密码

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

### 简要描述: 更新日期: 2014-05-19 12:17:29 。。可以修改管理密码 但是修改的密码是不可控的。 还是老老实实注入把。 ### 详细说明: 在api/uc.php中 ``` if(!defined('IN_UC')) { require_once '../app_comm.php'; require_once S_ROOT.'/config/config_ucenter.php'; $get = $post = array(); $code = @$_GET['code']; parse_str(_authcode($code, 'DECODE', UC_KEY), $get); if(DEBUGUC==TRUE){ $get['realtime'] = date('Y-m-d H:i:s', $get['time']); file_put_contents(S_ROOT.'/data/log/uc_client_log.txt', var_export ( $get, 1), FILE_APPEND); } if(time() - $get['time'] > 3600) { exit('Authracation has expiried'); } if(empty($get)) { exit('Invalid Request'); } include_once S_ROOT.'/uc_client/lib/xml.class.php'; $post = xml_unserialize(file_get_contents('php://input')); ``` 默认的uckey为123456. 在直接用uckey getshell发现 ``` if($post['UC_API']) { $UC_API = str_replace(array('\'', '"', '\\', "\0", "\n", "\r"), '', $post['UC_API']); unset($post['UC_API']); } ``` 还是来注入把 ``` function updatepw($get, $post) { global $_G; if(!API_UPDATEPW) { return API_RETURN_FORBIDDEN; }...

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