Actions
Bug #24278
closedSQL injection problem in class.db_list.inc (class recordList)
Start date:
2010-12-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
recordList::start() uses a non-sanatized version of the parameter $id for inserting it into a where clause.
Solution: use the sanatized version which is already available in the function.
It's present in all TYPO3 versions in SVN (starting with 3.6.0)
I've only attached a patch for trunk; the code is identical in all previous versions and the fix consists of adding 6 characters.
See Ticket#2010120110000018
OTRS 2010120110000018
(issue imported from #M16653)
Files
Actions