|
Subscribe to Joomla! Security Announcements - Click Here |
Tue 09 Sep 2008 |
|
DescriptionA flaw with the random number generation exists which vastly reduces the entropy of system used random functions. This impacts system generated tokens and passwords. The fix increases entropy, and greatly reduces the chance of a generated token being guessed. 3PD Concerns3PD extensions which use random number generation must properly seed the random numbers first (See JUserHelper::genRandomPassword() for more information on how to seed) To generate a random string, the following method is recommended: $password = JUtility::getHash( JUserHelper::genRandomPassword() );. Affected InstallsAll 1.5.x installs prior to and including 1.5.6 are affected. SolutionUpgrade to latest Joomla! version (1.5.7 or newer). Reported By Stefan Esser ContactThe JSST at the Joomla! Security Center. |
| Last Updated on Thursday, 16 October 2008 13:31 |



