Rapid7 Vulnerability & Exploit Database

ZPanel 10.0.0.2 htpasswd Module Username Command Execution

Back to Search

ZPanel 10.0.0.2 htpasswd Module Username Command Execution

Disclosed
06/07/2013
Created
05/30/2018

Description

This module exploits a vulnerability found in ZPanel's htpasswd module. When creating .htaccess using the htpasswd module, the username field can be used to inject system commands, which is passed on to a system() function for executing the system's htpasswd command. Please note: In order to use this module, you must have a valid account to login to ZPanel. An account part of any of the default groups should suffice, such as: Administrators, Resellers, or Users (Clients). By default, there's already a 'zadmin' user, but the password is randomly generated.

Author(s)

  • shachibista
  • sinn3r <sinn3r@metasploit.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/unix/webapp/zpanel_username_exec
msf exploit(zpanel_username_exec) > show targets
    ...targets...
msf exploit(zpanel_username_exec) > set TARGET < target-id >
msf exploit(zpanel_username_exec) > show options
    ...show and set options...
msf exploit(zpanel_username_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

;