Rapid7 Vulnerability & Exploit Database

Accellion FTA MPIPE2 Command Execution

Back to Search

Accellion FTA MPIPE2 Command Execution

Disclosed
02/07/2011
Created
05/30/2018

Description

This module exploits a chain of vulnerabilities in the Accellion File Transfer appliance. This appliance exposes a UDP service on port 8812 that acts as a gateway to the internal communication bus. This service uses Blowfish encryption for authentication, but the appliance ships with two easy to guess default authentication keys. This module abuses the known default encryption keys to inject a message into the communication bus. In order to execute arbitrary commands on the remote appliance, a message is injected into the bus destined for the 'matchrep' service. This service exposes a function named 'insert_plugin_meta_info' which is vulnerable to an input validation flaw in a call to system(). This provides access to the 'soggycat' user account, which has sudo privileges to run the primary admin tool as root. These two flaws are fixed in update version FTA_8_0_562.

Author(s)

  • hdm <x@hdm.io>

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

;