First published: Fri Mar 26 2010(Updated: )
The Linear Congruential Generator (LCG) in PHP before 5.2.13 does not provide the expected entropy, which makes it easier for context-dependent attackers to guess values that were intended to be unpredictable, as demonstrated by session cookies generated by using the uniqid function.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHP | =5.2.9 | |
PHP | =5.2.7 | |
PHP | =5.2.2 | |
PHP | =5.2.5 | |
PHP | <=5.2.12 | |
PHP | =5.2.11 | |
PHP | =5.2.6 | |
PHP | =5.2.3 | |
PHP | =5.2.0 | |
PHP | =5.2.4 | |
PHP | =5.2.10 | |
PHP | =5.2.1 | |
PHP | =5.2.8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-1128 has a low severity, but it can lead to potential information disclosure by allowing attackers to predict session identifiers.
To fix CVE-2010-1128, upgrade PHP to version 5.2.13 or later where the vulnerability is patched.
CVE-2010-1128 affects PHP versions 5.2.0 through 5.2.12.
CVE-2010-1128 facilitates context-dependent attacks that allow attackers to guess unpredictable values such as session cookies.
No, CVE-2010-1128 is not present in PHP version 5.2.13 and later, as this version addresses the issue.