Cryptographic issues in PHP - CVE-2011-3189

 

Cryptographic issues in PHP - CVE-2011-3189

Published: August 25, 2011 / Updated: August 11, 2020


Vulnerability identifier: #VU44781
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2011-3189
CWE-ID: CWE-310
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

The crypt function in PHP 5.3.7, when the MD5 hash type is used, returns the value of the salt argument instead of the hashed string, which might allow remote attackers to bypass authentication via an arbitrary password, a different vulnerability than CVE-2011-2483.


Affected software

PHP
Gentoo Linux
dev-lang/php

How to mitigate CVE-2011-3189

Install update from vendor's website.

dev-lang/php - update to 5.3.8

External References

Related Security Bulletins