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