Actions
Bug #64619
closedDifferent behavior of allowed filename for admins
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
It is not possible to upload a file in the filelistmodule that has an extension that is in $GLOBALS['TYPO3_CONF_VARS']['BE']['fileDenyPattern']
.
The file typo3/tce_file.php
, that is used for TCA Uploads, allows uploading of files with a non allowed file extension.
Reproduce: Create a content element of type "File links", Click on the "Add File" button, select a php file and hit "upload files".
As discussed with the Security Team this is not an security issue as admins are always able to upload files that are executable (like extensions).
The behavior should be the same for all uploads.
Files
Actions