CVE-2013-10070

CRITICAL

PHP-Charts 1.0 - Unauthenticated Remote Code Execution via GET Parameter Eval Injection

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 3 public exploits for CVE-2013-10070. PoCs published by Metasploit, AkaStep, AkaStep, bcoles, including Metasploit module exploits/unix/webapp/php_charts_exec.

AI-analyzed exploit summary This Metasploit module exploits a PHP code execution vulnerability in php-Charts v1.0 by injecting arbitrary PHP code via the 'url.php' script, which uses eval() on user-controlled HTTP GET parameters. The exploit sends a base64-encoded payload to achieve remote command execution.

Description

PHP-Charts v1.0 contains a PHP code execution vulnerability in wizard/url.php, where user-supplied GET parameter names are passed directly to eval() without sanitization. A remote attacker can exploit this flaw by crafting a request that injects arbitrary PHP code, resulting in command execution under the web server's context. The vulnerability allows unauthenticated attackers to execute system-level commands via base64-encoded payloads embedded in parameter names, leading to full compromise of the host system.

Exploits (3)

exploitdb WORKING POC VERIFIED
by Metasploit · rubyremotephp
https://www.exploit-db.com/exploits/24273

This Metasploit module exploits a PHP code execution vulnerability in php-Charts v1.0 by injecting arbitrary PHP code via the 'url.php' script, which uses eval() on user-controlled HTTP GET parameters. The exploit sends a base64-encoded payload to achieve remote command execution.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: php-Charts v1.0
No auth needed
Prerequisites: Network access to the target web application · php-Charts v1.0 installed and accessible
devstral-2 · analyzed Feb 16, 2026 Full analysis →
exploitdb WORKING POC VERIFIED
by AkaStep · textwebappsphp
https://www.exploit-db.com/exploits/24201

This exploit demonstrates PHP code execution in php-chart_v1.0 via unsafe use of eval() on user-controlled input. The vulnerability allows arbitrary code execution by injecting PHP code into GET parameters, which are then evaluated.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: php-chart_v1.0
No auth needed
Prerequisites: Access to the vulnerable endpoint · PHP eval() function enabled
devstral-2 · analyzed Feb 16, 2026 Full analysis →
metasploit WORKING POC EXCELLENT
by AkaStep, bcoles · rubypocunix
https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/webapp/php_charts_exec.rb

This Metasploit module exploits a PHP code execution vulnerability in php-Charts v1.0 by injecting arbitrary PHP code via the 'url.php' script, which calls eval() with user-controlled data from HTTP GET parameters. The exploit sends a base64-encoded payload that is decoded and executed on the target system.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: php-Charts v1.0
No auth needed
Prerequisites: Target running php-Charts v1.0 · Network access to the target web application
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v4 10.0
EPSS 0.0139
EPSS Percentile 68.7%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact total

Details

CWE
CWE-95
Status published
Products (1)
PHP-Charts/PHP-Charts 1.0
Published Aug 05, 2025
Tracked Since Feb 18, 2026