Actions
Bug #19351
closedFE session hijacking
Start date:
2008-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3/sysext/tslib/class.tslib_feuserauth.php limits session id to 10 characters. Session id is md5 value. If there are two users, whose IP addresses are from similar networks and hd5 caches are similar, session hijacking will happen. The solution is to drop 10 characters limit and use full 32 characters of md5 like it is done for Backend.
(issue imported from #M9384)
Files
Updated by Marcus Krause about 16 years ago
There's no correlation between IP addresses / subnets and session ids. Session ID generation is based on process id.
Updated by Dmitry Dulepov about 16 years ago
Marcus, ever heard about session lock in TYPO3?
Actions