diff --git a/cves/2018/CVE-2018-3167.yaml b/cves/2018/CVE-2018-3167.yaml new file mode 100644 index 0000000000..02e9c48811 --- /dev/null +++ b/cves/2018/CVE-2018-3167.yaml @@ -0,0 +1,24 @@ +id: CVE-2018-3167 + +info: + name: Unauthenticated Blind SSRF in Oracle EBS + author: geeknik + severity: medium + description: https://medium.com/@x41x41x41/unauthenticated-ssrf-in-oracle-ebs-765bd789a145 + +requests: + - method: POST + path: + - '{{BaseURL}}/OA_HTML/lcmServiceController.jsp' + + body: + + matchers-condition: and + matchers: + - type: word + words: + - 'Unexpected text in DTD' + part: body + - type: status + status: + - 200