Code Injection in phpCMS - CVE-2018-19127
Published: November 9, 2018 / Updated: August 8, 2020
phpCMS
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
A code injection vulnerability in /type.php in PHPCMS 2008 allows attackers to write arbitrary content to a website cache file with a controllable filename, leading to arbitrary code execution. The PHP code is sent via the template parameter, and is written to a data/cache_template/*.tpl.php file along with a "<?php function " substring.