1
1
# fastjson 全版本漏洞复现
2
+
2
3
By. Whoopsunix
3
4
4
5
# Why fastjson?
6
+
5
7
fastjson复现简单、调用链多,很多时候反而更像是在看其他组件的序列化链,很适合拿来做java研究
6
8
7
9
所以起了个项目记录自己复现过的POC,顺便记录pom依赖,毕竟找环境还是挺麻烦的
@@ -10,23 +12,38 @@ fastjson复现简单、调用链多,很多时候反而更像是在看其他组
10
12
https://github.com/Whoopsunix/fastjson_study
11
13
12
14
# 环境
13
- [ 环境] ( https://github.com/Whoopsunix/PPPVULNS/tree/master/fastjsonDemo )
14
15
15
- # json框架区分、dnslog、版本探测、利用链探测
16
+ [ 环境] ( https://github.com/Whoopsunix/PPPVULNS/tree/master/components/fastjsonDemo )
17
+
18
+ # json检测
19
+
20
+ 通过实战案例记录不断更新,如何区分不同的框架、dnslog探测、版本探测、利用链探测
21
+
16
22
[ fastjson check] ( fastjsonCheck/fastjsonCheck.md )
17
23
18
24
# 全版本poc合集
25
+
19
26
[ 1.2.24-1.2.80 poc] ( recurring.md )
20
27
21
28
# bypass
29
+
30
+ 绕过手段
31
+
22
32
[ bypass] ( bypass/bypass.md )
23
33
34
+ # 其他利用
35
+
36
+ 二次反序列化、原生反序列化相关在其他项目中
37
+
24
38
# 感谢以下师傅的研究
25
- + https://github.com/LeadroyaL/fastjson-blacklist fastjson黑白名单
26
- + https://github.com/safe6Sec/Fastjson 目前最全的poc合集
27
- + https://github.com/su18/hack-fastjson-1.2.80 1.2.80 POC
28
- + https://github.com/safe6Sec/ShiroAndFastJson 1.2.80 poc含环境
29
- + https://mp.weixin.qq.com/s/5mO1L5o8j_m6RYM6nO-pAA 版本区分
30
- + https://b1ue.cn/archives/506.html 浅蓝博客
31
- + https://github.com/knownsec/KCon/tree/master/2022 浅蓝kcon分享
32
- + https://www.yulegeyu.com/2022/11/12/Java%E5%AE%89%E5%85%A8%E6%94%BB%E9%98%B2%E4%B9%8B%E8%80%81%E7%89%88%E6%9C%ACFastjson-%E7%9A%84%E4%B8%80%E4%BA%9B%E4%B8%8D%E5%87%BA%E7%BD%91%E5%88%A9%E7%94%A8/ 雨了个雨 低版本 bcel
39
+
40
+ +
41
+ + https://github.com/LeadroyaL/fastjson-blacklist fastjson黑白名单
42
+ + https://github.com/safe6Sec/Fastjson 目前最全的poc合集
43
+ + https://github.com/su18/hack-fastjson-1.2.80 1.2.80 POC
44
+ + https://github.com/safe6Sec/ShiroAndFastJson 1.2.80 poc含环境
45
+ + https://mp.weixin.qq.com/s/5mO1L5o8j_m6RYM6nO-pAA 版本区分
46
+ + https://b1ue.cn/archives/506.html 浅蓝博客
47
+ + https://github.com/knownsec/KCon/tree/master/2022 浅蓝kcon分享
48
+ + https://www.yulegeyu.com/2022/11/12/Java%E5%AE%89%E5%85%A8%E6%94%BB%E9%98%B2%E4%B9%8B%E8%80%81%E7%89%88%E6%9C%ACFastjson-%E7%9A%84%E4%B8%80%E4%BA%9B%E4%B8%8D%E5%87%BA%E7%BD%91%E5%88%A9%E7%94%A8/
49
+ 雨了个雨 低版本 bcel
0 commit comments