Rapid7 Vulnerability & Exploit Database

PHP-Charts v1.0 PHP Code Execution Vulnerability

Back to Search

PHP-Charts v1.0 PHP Code Execution Vulnerability

Disclosed
01/16/2013
Created
05/30/2018

Description

This module exploits a PHP code execution vulnerability in php-Charts version 1.0 which could be abused to allow users to execute arbitrary PHP code under the context of the webserver user. The 'url.php' script calls eval() with user controlled data from any HTTP GET parameter name.

Author(s)

  • AkaStep
  • 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/unix/webapp/php_charts_exec
msf exploit(php_charts_exec) > show targets
    ...targets...
msf exploit(php_charts_exec) > set TARGET < target-id >
msf exploit(php_charts_exec) > show options
    ...show and set options...
msf exploit(php_charts_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

;