Actions
Story #55509
closedEpic #55070: Workpackages
Epic #55066: WP: Security enhancements
Add CSRF Protection to mod.php
Start date:
2014-02-26
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
TYPO3 Version:
6.2
PHP Version:
Tags:
Sprint Focus:
Description
The mod.php dispatcher should check for a correct CSRF token.
- It should be possible to disable CSRF protection in conf.php or Extbase addModule API t not break third party modules (needs to be ckecked if needed) take #55516 into account ( especially backwards compat for wizards)
- BackendUtility::getModuleUrl() must add a token (based on module name)
- Module menu must use BackendUtility::getModuleUrl()
- All occurrences of hardcoded mod.php URLs must be changed to use BackendUtility::getModuleUrl() (at least one place in JS)
Actions