Actions
Bug #79753
closedXSS in new image cropping wizard
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2017-02-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The new image cropping wizard is vulnerable for a XSS attack.
Steps to reproduce:
- Upload a file
- Edit the file information and set the "title" of the file to
Foo <script>alert(1);</script> Bar
- Save the file
- Create a new text media content element and add the file
- open the image cropper
Actions