CVE-2019-9651

Publication date

2019-03-11 01:00:00

Family

mitre

State

PUBLISHED

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.