Rapid7 Vulnerability & Exploit Database

Oracle VM Server Virtual Server Agent Command Injection

Back to Search

Oracle VM Server Virtual Server Agent Command Injection

Disclosed
10/12/2010
Created
05/30/2018

Description

This module exploits a command injection flaw within Oracle\'s VM Server Virtual Server Agent (ovs-agent) service. By including shell meta characters within the second parameter to the 'utl_test_url' XML-RPC methodCall, an attacker can execute arbitrary commands. The service typically runs with root privileges. NOTE: Valid credentials are required to trigger this vulnerable. The username appears to be hardcoded as 'oracle', but the password is set by the administrator at installation time.

Author(s)

  • jduck <jduck@metasploit.com>

Platform

Linux,Unix

Architectures

cmd

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

;