Vulnerabilities (CVE)

Filtered by vendor Sdcms Subscribe
Filtered by product Sdcms
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2019-9651 1 Sdcms 1 Sdcms 2019-03-11 7.5 HIGH 9.8 CRITICAL
An issue was discovered in SDCMS V1.7. In the \app\admin\controller\themecontroller.php file, the check_bad() function's 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.