From a1732cc1a37d27c9f4b383141b5b137fcdeb8052 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:59:10 +0530 Subject: [PATCH] Removing cve-2020-14815 This will be added back with support of https://github.com/projectdiscovery/nuclei/issues/295 --- cves/CVE-2020-14815.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 cves/CVE-2020-14815.yaml diff --git a/cves/CVE-2020-14815.yaml b/cves/CVE-2020-14815.yaml deleted file mode 100644 index 2fbcefa2b0..0000000000 --- a/cves/CVE-2020-14815.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: cve-2020-14815 - -info: - name: Oracle Fusion Middleware XSS - author: shine - severity: medium - - # Reference:- https://twitter.com/HackerOn2Wheels/status/1326927875279380480 - -requests: - - method: GET - path: - - "{{BaseURL}}/bi-security-login/login.jsp?msi=false&redirect=\">" - - matchers-condition: and - matchers: - - type: status - status: - - 200 - - type: word - words: - - "" - part: body - - - type: word - words: - - "application/json" - part: header - negative: true \ No newline at end of file