PT-2007-4043 · Php · Php
Published
2007-05-16
·
Updated
2024-08-16
·
CVE-2007-2727
CVSS v2.0
2.6
Low
| Vector | AV:N/AC:H/Au:N/C:P/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
PHP versions prior to 4.4.7
PHP versions 5.0.x and earlier
PHP versions prior to 5.2.1
Description
The issue affects the encryption process, making it easier for attackers to decrypt certain data due to guessable encryption keys. This is because the
mcrypt create iv function generates the same initialization vector (IV) every time, as it uses an uninitialized seed variable when calling php rand r.Recommendations
For PHP versions prior to 4.4.7, update to version 4.4.7 or later.
For PHP versions 5.0.x and earlier, update to a version later than 5.0.x.
For PHP versions prior to 5.2.1, update to version 5.2.1 or later.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Php