Actions
Bug #23554
closedAdmin Panel is susceptible to XSS
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Failing to escape GET parameter names, the admin panel is susceptible to XSS
(issue imported from #M15733)
Files
Updated by Helmut Hummel about 14 years ago
Prerequisites:
- Admin Panel enabled (obvious)
- Firefox (not Safari, not IE as they have XSS protection builtin)
Exploit Code:
http://typo3.host/?%22%3Cscript%3Ealert%28123%29%3C/script%3E
Updated by Michael Stucki about 14 years ago
Patches "rfc17533-branch4x.diff" have been supplied by Steffen Ritter. The solution is the same like in 15733_trunk.diff, just ported so it applies fine on all versions. Steffen Ritter tested the patches and gives +1 for TYPO3_4-2, TYPO3_4-3, TYPO3_4-4 and Trunk.
Actions