Rapid7 Vulnerability & Exploit Database

Openfiler v2.x NetworkCard Command Execution

Back to Search

Openfiler v2.x NetworkCard Command Execution

Disclosed
09/04/2012
Created
05/30/2018

Description

This module exploits a vulnerability in Openfiler v2.x which could be abused to allow authenticated users to execute arbitrary code under the context of the 'openfiler' user. The 'system.html' file uses user controlled data from the 'device' parameter to create a new 'NetworkCard' object. The class constructor in 'network.inc' calls exec() with the supplied data. The 'openfiler' user may 'sudo /bin/bash' without providing a system password.

Author(s)

  • bcoles <bcoles@gmail.com>

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

;