Actions
Bug #22369
closedMitigate PHP's RNG vulnerability
Start date:
2010-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is a precaution to PHP's weakness in uniqid() function. The patch will use TYPO3's random byte generator to create session IDs. Therefore, the fallback part of the generator (OS: WIN) has been strengthened.
In addition, this change will mitigate the chance for undetected SID collisions.
OTRS-X-Reference: 2010033110000041
patch should be applied to TYPO3 4-1 and newer
(issue imported from #M13989)
Files
Updated by Francois Suter over 14 years ago
Hey Markus,
I'm afraid I can't see the difference between the two pictures, so it's quite difficult to assess the improvement. Could you maybe clarify this a bit?
Updated by Oliver Hader over 14 years ago
Committed to SVN
- TYPO3_4-1 (rev. 8371)
- TYPO3_4-2 (rev. 8372)
- TYPO3_4-3 (rev. 8373)
- TYPO3_4-4 (rev. 8374)
- Trunk (rev. 8375)
Actions