Rapid7 Vulnerability & Exploit Database

HP Data Protector 8.10 Remote Command Execution

Back to Search

HP Data Protector 8.10 Remote Command Execution

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

Description

This module exploits a remote command execution on HP Data Protector 8.10. Arbitrary commands can be executed by sending crafted requests with opcode 28 to the OmniInet service listening on the TCP/5555 port. Since there is a strict length limitation on the command, rundll32.exe is executed, and the payload is provided through a DLL by a fake SMB server. This module has been tested successfully on HP Data Protector 8.1 on Windows 7 SP1.

Author(s)

  • Christian Ramirez
  • Henoch Barrera
  • Matthew Hall <hallm@sec-1.com>

Platform

Windows

Architectures

x86, x64

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

;