Security Advisory

CVE-2019-9572

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2019-03-05 14:00:00
Last updated 2024-09-16 20:21:44
Assigner mitre
State PUBLISHED

Description

SchoolCMS version 2.3.1 allows file upload via the theme upload feature at admin.php?m=admin&c=theme&a=upload by using the .zip extension along with the _Static substring, changing the Content-Type to application/zip, and placing PHP code after the ZIP header. This ultimately allows execution of arbitrary PHP code in PublicHome1_Static.php because of mishandling in the ApplicationAdminControllerThemeController.class.php Upload() function.