Cryptographic issues in PHP - CVE-2011-2483

 

Cryptographic issues in PHP - CVE-2011-2483

Published: April 23, 2024 / Updated: June 8, 2025


Vulnerability identifier: #VU110278
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-2483
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.

crypt_blowfish before 1.1, as used in PHP before 5.3.7 on certain platforms, PostgreSQL before 8.4.9, and other products, does not properly handle 8-bit characters, which makes it easier for context-dependent attackers to determine a cleartext password by leveraging knowledge of a password hash.


Affected software

PHP
Gentoo Linux
Slackware Linux
dev-lang/php
php
dev-db/postgresql
dev-db/postgresql-server

How to mitigate CVE-2011-2483

Install update from vendor's website.

PHP - update to 5.3.7
dev-lang/php - update to 5.3.8
php - update to 5.3.8
dev-db/postgresql - update to 9.0.5
dev-db/postgresql-server - update to 9.0.5

External References

Related Security Bulletins