mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:LocalFileSystem] fix #3615 Using .php8 in PHP handler leading to RCE
This commit is contained in:
@@ -280,6 +280,8 @@ abstract class elFinderVolumeDriver
|
||||
'php4:*' => 'text/x-php',
|
||||
'php5:*' => 'text/x-php',
|
||||
'php7:*' => 'text/x-php',
|
||||
'php8:*' => 'text/x-php',
|
||||
'php9:*' => 'text/x-php',
|
||||
'phtml:*' => 'text/x-php',
|
||||
'phar:*' => 'text/x-php',
|
||||
'cgi:*' => 'text/x-httpd-cgi',
|
||||
|
||||
Reference in New Issue
Block a user