ghsa-4j4f-jw3x-9gm3
Vulnerability from github
Published
2022-05-01 18:06
Modified
2022-05-01 18:06
Details
The mcrypt_create_iv function in ext/mcrypt/mcrypt.c in PHP before 4.4.7, 5.2.1, and possibly 5.0.x and other PHP 5 versions, calls php_rand_r with an uninitialized seed variable and therefore always generates the same initialization vector (IV), which might allow context-dependent attackers to decrypt certain data more easily because of the guessable encryption keys.
{ "affected": [], "aliases": [ "CVE-2007-2727" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2007-05-16T22:30:00Z", "severity": "LOW" }, "details": "The mcrypt_create_iv function in ext/mcrypt/mcrypt.c in PHP before 4.4.7, 5.2.1, and possibly 5.0.x and other PHP 5 versions, calls php_rand_r with an uninitialized seed variable and therefore always generates the same initialization vector (IV), which might allow context-dependent attackers to decrypt certain data more easily because of the guessable encryption keys.", "id": "GHSA-4j4f-jw3x-9gm3", "modified": "2022-05-01T18:06:33Z", "published": "2022-05-01T18:06:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-2727" }, { "type": "WEB", "url": "http://blog.php-security.org/archives/80-Watching-the-PHP-CVS.html" }, { "type": "WEB", "url": "http://bugs.php.net/bug.php?id=40999" }, { "type": "WEB", "url": "http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.9\u0026r2=1.91.2.3.2.10" }, { "type": "WEB", "url": "http://osvdb.org/36087" }, { "type": "WEB", "url": "http://secunia.com/advisories/26895" }, { "type": "WEB", "url": "http://www.fortheloot.com/public/mcrypt.patch" }, { "type": "WEB", "url": "http://www.mandriva.com/security/advisories?name=MDKSA-2007:187" }, { "type": "WEB", "url": "http://www.novell.com/linux/security/advisories/2007_15_sr.html" }, { "type": "WEB", "url": "http://www.php.net/ChangeLog-5.php" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/23984" } ], "schema_version": "1.4.0", "severity": [] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.