花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

織夢(mèng)CMS模板SQL注入漏洞

時(shí)間: 2021-03-26 08:38 閱讀: 作者:素材無憂網(wǎng)

織夢(mèng)CMS模板SQL注入漏洞(圖1)

漏洞

dedecms模版SQL注入漏洞

簡介

DedeCMS V5.7 SP2正式版(2018-01-09) dedecms的/member/soft_add.php中,對(duì)輸入模板參數(shù)$servermsg1未進(jìn)行嚴(yán)格過濾,導(dǎo)致攻擊者可構(gòu)造模版閉合標(biāo)簽,實(shí)現(xiàn)模版注入進(jìn)行GETSHELL。

路徑

/member/soft_add.php

修復(fù)

打開 /member/soft_add.php 找到 大概在155行

$urls .= "{dede:link islocal='1' text='{$servermsg1}'} $softurl1 {/dede:link}\r\n";

改成

if(preg_match("#}(.*?){/dede:link}{dede:#sim", $servermsg1) != 1)
{
	$urls .= "{dede:link islocal='1' text='{$servermsg1}'} $softurl1 {/dede:link}\r\n";
}

說明

自行采取了底層/框架統(tǒng)一修復(fù)、或者使用了其他的修復(fù)方案,可能會(huì)導(dǎo)致您雖然已經(jīng)修復(fù)了該漏洞,云盾依然報(bào)告存在漏洞,遇到該情況可選擇忽略該漏洞提示

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)CMS模板SQL注入漏洞

標(biāo)簽:  
相關(guān)文章
模板推薦