Input validation error in PHP - CVE-2011-4885

 

Input validation error in PHP - CVE-2011-4885

Published: December 30, 2011 / Updated: July 29, 2020


Vulnerability identifier: #VU32831
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:A/U:Green
CVE-ID: CVE-2011-4885
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: Public exploit is available
Vendor: PHP Group
Affected software:
PHP

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

PHP before 5.3.9 computes hash values for form parameters without restricting the ability to trigger hash collisions predictably, which allows remote attackers to cause a denial of service (CPU consumption) by sending many crafted parameters.


How to mitigate CVE-2011-4885

Install update from vendor's website.

Sources