PHPCMS V9...

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

<ul><li>/api/get_menu.php</li></ul><pre class="">function ajax_getlist() { $cachefile = $_GET['cachefile']; $cachefile = str_replace(array('/', '//'), '', $cachefile); //$cachefile = preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]+/S', '', $cachefile); $path = $_GET['path']; $path = str_replace(array('/', '//'), '', $path); //$path = preg_replace('/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]+/S', '', $path); $title = $_GET['title']; $key = $_GET['key']; $infos = getcache($cachefile,$path); </pre><p>其中getcache中参数可控,可以包含cache文件夹中配置文件得到authkey。利用authkey可以进行SQL注入。</p><ul><li>/phpsso_server/phpcms/modules/phpsso/index.php</li></ul><pre class="">public function getuserinfo($is_return = 0) { $this-&gt;uid = isset($this-&gt;data['uid']) ? $this-&gt;data['uid'] : ''; $this-&gt;email = isset($this-&gt;data['email']) ? $this-&gt;data['email'] : ''; if($this-&gt;uid &gt; 0) { $r = $this-&gt;db-&gt;get_one(array('uid'=&gt;$this-&gt;uid)); } elseif(!empty($this-&gt;username)) { $r =...

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