The file scanning mechanism of JFilterInput::isFileSafe()...
Critical severity
Unreviewed
Published
May 17, 2022
to the GitHub Advisory Database
•
Updated Jan 27, 2023
Description
Published by the National Vulnerability Database
Dec 5, 2016
Published to the GitHub Advisory Database
May 17, 2022
Last updated
Jan 27, 2023
The file scanning mechanism of JFilterInput::isFileSafe() in Joomla! CMS before 3.6.5 does not consider alternative PHP file extensions when checking uploaded files for PHP content, which enables a user to upload and execute files with the
.php6
,.php7
,.phtml
, and.phpt
extensions. Additionally, JHelperMedia::canUpload() did not blacklist these file extensions as uploadable file types.References