Rapid7 Vulnerability & Exploit Database

Mutiny 5 Arbitrary File Read and Delete

Back to Search

Mutiny 5 Arbitrary File Read and Delete

Disclosed
05/15/2013
Created
05/30/2018

Description

This module exploits the EditDocument servlet from the frontend on the Mutiny 5 appliance. The EditDocument servlet provides file operations, such as copy and delete, which are affected by a directory traversal vulnerability. Because of this, any authenticated frontend user can read and delete arbitrary files from the system with root privileges. In order to exploit the vulnerability a valid user (any role) in the web frontend is required. The module has been tested successfully on the Mutiny 5.0-1.07 appliance.

Author(s)

  • 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 auxiliary/admin/http/mutiny_frontend_read_delete
msf auxiliary(mutiny_frontend_read_delete) > show actions
    ...actions...
msf auxiliary(mutiny_frontend_read_delete) > set ACTION < action-name >
msf auxiliary(mutiny_frontend_read_delete) > show options
    ...show and set options...
msf auxiliary(mutiny_frontend_read_delete) > run 

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

;