Rapid7 Vulnerability & Exploit Database

IBM OpenAdmin Tool SOAP welcomeServer PHP Code Execution

Back to Search

IBM OpenAdmin Tool SOAP welcomeServer PHP Code Execution

Disclosed
05/30/2017
Created
05/30/2018

Description

This module exploits an unauthenticated remote PHP code execution vulnerability in IBM OpenAdmin Tool included with IBM Informix versions 11.5, 11.7, and 12.1. The 'welcomeServer' SOAP service does not properly validate user input in the 'new_home_page' parameter of the 'saveHomePage' method allowing arbitrary PHP code to be written to the config.php file. The config.php file is executed in most pages within the application, and accessible directly via the web root, resulting in code execution. This module has been tested successfully on IBM OpenAdmin Tool 3.14 on Informix 12.10 Developer Edition (SUSE Linux 11) virtual appliance.

Author(s)

  • SecuriTeam
  • bcoles <bcoles@gmail.com>

Platform

PHP

Architectures

php

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 exploit/multi/http/ibm_openadmin_tool_soap_welcomeserver_exec
msf exploit(ibm_openadmin_tool_soap_welcomeserver_exec) > show targets
    ...targets...
msf exploit(ibm_openadmin_tool_soap_welcomeserver_exec) > set TARGET < target-id >
msf exploit(ibm_openadmin_tool_soap_welcomeserver_exec) > show options
    ...show and set options...
msf exploit(ibm_openadmin_tool_soap_welcomeserver_exec) > exploit

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

;