Bug #22368
closedwrong image dimension returned if alternative logo is set and skin-extension is installed in global-space (backend-redesign) #2
0%
Description
problem:
if an alternative TYPO3-logo is set in $GLOBALS['TBE_STYLES']['logo'] and a skin-extension is installed in 'typo3/ext/' (globally), the file 'typo3/backend.php' does not check the image-dimensions. instead it outputs the alternative image with the size of the default logo.
solution:
just remove the substring-check '../', resolve the backpath to the alternative logo-file and always run through 'getimagesize'.
and i am sorry, i dont know where this function is actually used (maybe it is deprecated?), so i dont know how to test it, because the logo-image on the upper left is processed by 'typo3/classes/class.typo3logo.php'.
...BUT: the file 'typo3/backend.php' just contains the same issue as reported in http://bugs.typo3.org/view.php?id=13985
(issue imported from #M13988)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.