Rapid7 Vulnerability & Exploit Database

SAP Unauthenticated WebService User Creation

Back to Search

SAP Unauthenticated WebService User Creation

Disclosed
07/14/2020
Created
07/23/2020

Description

This module leverages an unauthenticated web service to submit a job which will create a user with a specified role. The job involves running a wizard. After the necessary action is taken, the job is canceled to avoid unnecessary system changes.

Author(s)

  • Pablo Artuso
  • Dmitry Chastuhin
  • Spencer McIntyre

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/admin/sap/cve_2020_6287_ws_add_user
msf auxiliary(cve_2020_6287_ws_add_user) > show actions
    ...actions...
msf auxiliary(cve_2020_6287_ws_add_user) > set ACTION < action-name >
msf auxiliary(cve_2020_6287_ws_add_user) > show options
    ...show and set options...
msf auxiliary(cve_2020_6287_ws_add_user) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;