Rapid7 Vulnerability & Exploit Database

HP Data Protector EXEC_INTEGUTIL Remote Code Execution

Back to Search

HP Data Protector EXEC_INTEGUTIL Remote Code Execution

Disclosed
10/02/2014
Created
05/30/2018

Description

This exploit abuses a vulnerability in the HP Data Protector. The vulnerability exists in the Backup client service, which listens by default on TCP/5555. The EXEC_INTEGUTIL request allows to execute arbitrary commands from a restricted directory. Since it includes a perl executable, it's possible to use an EXEC_INTEGUTIL packet to execute arbitrary code. On linux targets, the perl binary isn't on the restricted directory, but an EXEC_BAR packet can be used to access the perl binary, even in the last version of HP Data Protector for linux. This module has been tested successfully on HP Data Protector 9 over Windows 2008 R2 64 bits and CentOS 6 64 bits.

Author(s)

  • Aniway.Anyway <Aniway.Anyway@gmail.com>
  • juan vazquez <juan.vazquez@metasploit.com>

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

;