Description
Detected SAP systems where the SAP Start Service (sapstartsrv) SAPControl SOAP interface exposes the GetInstanceProperties method without requiring authentication.
Detected SAP systems where the SAP Start Service (sapstartsrv) SAPControl SOAP interface exposes the GetInstanceProperties method without requiring authentication.
id: sap-getinstanceproperties-disclosure
info:
name: SAPControl Webmethods - Disclosure
author: LRVT,l4rm4nd
severity: medium
description: |
Detected SAP systems where the SAP Start Service (sapstartsrv) SAPControl SOAP interface exposes the GetInstanceProperties method without requiring authentication.
reference:
- https://community.sap.com/t5/technology-blog-posts-by-members/securing-the-sap-instance-agent-sap-start-service/ba-p/13486679
- https://help.sap.com/docs/SUPPORT_CONTENT/si/3362958690.html
- https://help.sap.com/docs/SUPPORT_CONTENT/si/3362959700.html
- https://www.neteye-blog.com/2017/03/sap-monitoring-experiences-with-sapcontrol-and-check_sap_health/
- https://redrays.io/blog/extended-security-settings-for-sapstartsrv-sap-security-note-1439348/
metadata:
max-request: 1
tags: misconfig,sap,sapcontrol,soap,exposure
http:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-Type: text/xml; charset=UTF-8
SOAPAction: '""'
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
<sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/">
<enableSession>true</enableSession>
</sapsess:Session>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:GetInstanceProperties xmlns:ns1="urn:SAPControl"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
matchers-condition: and
matchers:
- type: word
part: body
words:
- "GetInstancePropertiesResponse"
- "<property>Webmethods</property>"
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450220077e084e2eeac3e3ec64690ef5238db5189010b182abfcd1e71933b4b3d5515002210084dbabd5d42548a31a0b7ece62783035a0f4b632e3865afbd0d8d713b099df03:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.