Fastjson 1.2.47 远程命令执行漏洞
1、靶机环境安装
1.1、虚机机linux环境参数
1、操作系统:CentOS Linux release 7.4.1708 (Core)
2、IP:192.168.127.132
1.1、docker与docker compose安装
1.2、下载https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.47-rce到本地临时路径
https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.47-rce
[root@localhost docker]# pwd
/usr/local/src/docker
[root@localhost docker]# ls
docker-compose.yml
[root@localhost docker]# cat docker-compose.yml
version: '2'
services:
web:
image: vulhub/fastjson:1.2.45
ports:
- "8090:8090"
1.3、启动靶机服务
docker-compose up -d