Enhancement: vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml by mp
parent
28f29dfa45
commit
779a386850
|
@ -1,14 +1,20 @@
|
||||||
id: fastjson-1-2-47-rce
|
id: fastjson-1-2-47-rce
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Fastjson 1.2.47 Deserialization RCE
|
name: Fastjson 1.2.47 Deserialization - Remote Code Execution
|
||||||
author: zh
|
author: zh
|
||||||
severity: critical
|
severity: critical
|
||||||
|
description: Fastjson 1.2.47 is susceptible to a remote code execution vulnerability.
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.47-rce
|
- https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.47-rce
|
||||||
- https://www.freebuf.com/vuls/208339.html
|
- https://www.freebuf.com/vuls/208339.html
|
||||||
- https://cert.360.cn/warning/detail?id=7240aeab581c6dc2c9c5350756079955
|
- https://cert.360.cn/warning/detail?id=7240aeab581c6dc2c9c5350756079955
|
||||||
- https://github.com/wyzxxz/fastjson_rce_tool
|
- https://github.com/wyzxxz/fastjson_rce_tool
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||||||
|
cvss-score: 10.0
|
||||||
|
cve-id:
|
||||||
|
cwe-id: CWE-77
|
||||||
tags: fastjson,rce,deserialization,oast
|
tags: fastjson,rce,deserialization,oast
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -41,4 +47,6 @@ requests:
|
||||||
condition: and
|
condition: and
|
||||||
words:
|
words:
|
||||||
- "Bad Request"
|
- "Bad Request"
|
||||||
- "400"
|
- "400"
|
||||||
|
|
||||||
|
# Enhanced by mp on 2022/05/25
|
||||||
|
|
Loading…
Reference in New Issue