Vulnerability 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.
Related Weaknesses (CWE)
References
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exp
- https://web.archive.org/web/20130120234844/http://php-charts.com/
- https://www.exploit-db.com/exploits/24201
- https://www.exploit-db.com/exploits/24273
- https://www.vulncheck.com/advisories/php-charts-php-code-execution
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exp
- https://www.exploit-db.com/exploits/24201
- https://www.exploit-db.com/exploits/24273
FAQ
What is CVE-2013-10070?
CVE-2013-10070 is a documented vulnerability. 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...
How severe is CVE-2013-10070?
CVSS scoring is not yet available for CVE-2013-10070. Check NVD for updates.
Is there a patch for CVE-2013-10070?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.