Rapid7 Vulnerability & Exploit Database

Array Networks vAPV and vxAG Private Key Privilege Escalation Code Execution

Back to Search

Array Networks vAPV and vxAG Private Key Privilege Escalation Code Execution

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

Description

This module exploits a default hardcoded private SSH key or default hardcoded login and password in the vAPV 8.3.2.17 and vxAG 9.2.0.34 appliances made by Array Networks. After logged in as the unprivileged user, it's possible to modify the world-writable file /ca/bin/monitor.sh with attacker-supplied arbitrary code. Execution is possible by using the backend tool, running setuid, to turn the debug monitoring on. This makes it possible to trigger a payload with root privileges.

Author(s)

  • xistence <xistence@0x90.nl>

Platform

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

;