Security Advisory
CVE-2019-9651
CVE vulnerability detail — eXtreme Datacenter Security Operations
Description
An issue was discovered in SDCMS V1.7. In the appadmincontrollerthemecontroller.php file, the check_bad() functions filtering is not strict, resulting in PHP code execution. This occurs because some dangerous PHP functions (such as "eval") are blocked but others (such as "system") are not, and because ".php" is blocked but ".PHP" is not blocked.