Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Lonely-night/fastjsonVul

fastjson 80 远程代码执行漏洞复现
https://github.com/Lonely-night/fastjsonVul

Last synced: about 1 month ago
JSON representation

fastjson 80 远程代码执行漏洞复现

Awesome Lists containing this project

README

        

# fastjson <= 1.2.80 RCE 漏洞复现

##利用条件
- fastjson版本: 1.2.76 <= fastjson < 1.2.83
- 存在groovy依赖

##复现步骤
1.编译attack 模块为 attack-1.jar包

2.在attack-1.jar包所在的目录下执行启用http服务。

`python -m SimpleHTTPServer 8433`

3.运行poc

![image](images/1662101876011-b08585ac-f575-4c11-bb7d-2d09f1296cd1.png)