Rapid7 Vulnerability & Exploit Database

Narcissus Image Configuration Passthru Vulnerability

Back to Search

Narcissus Image Configuration Passthru Vulnerability

Disclosed
11/14/2012
Created
05/30/2018

Description

This module exploits a vulnerability found in Narcissus image configuration function. This is due to the backend.php file not handling the $release parameter properly, and then passes it on to the configure_image() function. In this function, the $release parameter can be used to inject system commands for passthru (a PHP function that's meant to be used to run a bash script by the vulnerable application), which allows remote code execution under the context of the web server.

Author(s)

  • Dun
  • sinn3r <sinn3r@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/narcissus_backend_exec
msf exploit(narcissus_backend_exec) > show targets
    ...targets...
msf exploit(narcissus_backend_exec) > set TARGET < target-id >
msf exploit(narcissus_backend_exec) > show options
    ...show and set options...
msf exploit(narcissus_backend_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

;