← Vulnerability feed

Vulnerability record · CVE-2011-4885 · published 30 December 2011

CVE-2011-4885: PHP form parameter hash collision denial of service

Php · Php

PHP before 5.3.9 computes hash values for form parameters without restricting the ability to trigger hash collisions predictably. A remote attacker can send many crafted parameters to force excessive hash collisions. This matters because it lets an unauthenticated attacker exhaust CPU on PHP web servers.

5.0 CVSS 2.0 Medium EPSS 83% · top 0.3% CWE-20 · Improper input validation
5.0CVSS 2.0 base score
83%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
54References
16 Jun 2026Last modified by NVD

Description

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.

AV:N/AC:L/Au:N/C:N/I:N/A:P

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityUnauthenticated remote denial of service with public exploit code and very high EPSS, though CVSS base score is only 5.0 and no KEV listing.

What it is

PHP before 5.3.9 computes hash values for form parameters without restricting the ability to trigger hash collisions predictably. A remote attacker can send many crafted parameters to force excessive hash collisions. This matters because it lets an unauthenticated attacker exhaust CPU on PHP web servers.

Impact

An attacker can cause a denial of service through sustained CPU consumption, degrading or taking down the affected PHP application. There is no confidentiality or integrity impact; only availability is affected.

Attack surface

Reached remotely over the network by submitting HTTP requests with crafted form parameters to a PHP application. No authentication or user interaction is required, per the AV:N/AC:L/Au:N vector.

Exploitation

Not listed in CISA KEV, but EPSS is very high (0.8337, 99.663rd percentile) and public exploit code exists in Exploit-DB (18296, 18305), indicating active exploitation is likely.

What to do

  • Upgrade PHP to 5.3.9 or later, or apply the vendor patch for your distribution.
  • Apply available OS vendor updates (Red Hat, Debian, openSUSE, Mandriva, Apple, HP, Oracle) that backport the fix.
  • Limit request parameter counts and request body size at the web server or WAF to reduce collision payloads.
  • Monitor CPU usage on PHP hosts and rate-limit or block abusive clients.

Detection

  • Alert on sustained high CPU usage on PHP web servers without a matching traffic increase.
  • Inspect HTTP requests for unusually large numbers of form parameters or repeated parameter names.
  • Use web server logs to identify single clients sending high-volume POST requests with many parameters.
  • Correlate spikes in request processing time with parameter-heavy requests.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03360041
http://lists.apple.com/archives/security-announce/2012/May/msg00001.html
http://lists.opensuse.org/opensuse-security-announce/2012-03/msg00013.html
http://lists.opensuse.org/opensuse-security-announce/2012-03/msg00016.html
http://marc.info/?l=bugtraq&m=132871655717248&w=2
http://marc.info/?l=bugtraq&m=133469208622507&w=2
http://rhn.redhat.com/errata/RHSA-2012-0071.html
http://secunia.com/advisories/47404
http://secunia.com/advisories/48668
http://support.apple.com/kb/HT5281
http://svn.php.net/viewvc?view=revision&revision=321003
http://svn.php.net/viewvc?view=revision&revision=321040
http://www.debian.org/security/2012/dsa-2399
http://www.exploit-db.com/exploits/18296
http://www.exploit-db.com/exploits/18305
http://www.kb.cert.org/vuls/id/903934 US Government Resource
http://www.mandriva.com/security/advisories?name=MDVSA-2011:197
http://www.mandriva.com/security/advisories?name=MDVSA-2013:150
http://www.nruns.com/_downloads/advisory28122011.pdf
http://www.ocert.org/advisories/ocert-2011-003.html
http://www.oracle.com/technetwork/topics/security/cpujul2012-392727.html
http://www.redhat.com/support/errata/RHSA-2012-0019.html
http://www.securityfocus.com/bid/51193
http://www.securitytracker.com/id?1026473
https://exchange.xforce.ibmcloud.com/vulnerabilities/72021
https://github.com/FireFart/HashCollision-DOS-POC/blob/master/HashtablePOC.py
http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c03360041
http://lists.apple.com/archives/security-announce/2012/May/msg00001.html
http://lists.opensuse.org/opensuse-security-announce/2012-03/msg00013.html
http://lists.opensuse.org/opensuse-security-announce/2012-03/msg00016.html
http://marc.info/?l=bugtraq&m=132871655717248&w=2
http://marc.info/?l=bugtraq&m=133469208622507&w=2
http://rhn.redhat.com/errata/RHSA-2012-0071.html
http://secunia.com/advisories/47404
http://secunia.com/advisories/48668
http://support.apple.com/kb/HT5281
http://svn.php.net/viewvc?view=revision&revision=321003
http://svn.php.net/viewvc?view=revision&revision=321040

Track CVE-2011-4885 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed9.8CVE-2019-11043PHP-FPM buffer overflow enables remote code executionPHP-FPM in certain configurations writes past allocated buffers into FCGI protocol data space, an out-of-bounds write (CWE-787, CWE-120). It affects …KEVEPSS 100%analysed9.8CVE-2012-1823PHP-CGI query string option injection enables remote code executionPHP versions before 5.3.12 and 5.4.x before 5.4.2, when run as a CGI script (php-cgi), mishandle query strings that lack an equals sign, allowing com…KEVEPSS 100%analysed10.0CVE-2015-0235glibc gethostbyname heap buffer overflow (GHOST)CVE-2015-0235 is a heap-based buffer overflow in the __nss_hostname_digits_dots function in glibc 2.2 and other 2.x versions before 2.18. It is reach…EPSS 95%analysed10.0CVE-2012-2688Php vulnerabilityUnspecified vulnerability in the _php_stream_scandir function in the stream implementation in PHP before 5.3.15 and 5.4.x before 5.4.5 has unknown im…EPSS 10%10.0CVE-2012-2376Php memory buffer overflow vulnerabilityBuffer overflow in the com_print_typeinfo function in PHP 5.4.3 and earlier on Windows allows remote attackers to execute arbitrary code via crafted …EPSS 20%10.0CVE-2011-3268Php memory buffer overflow vulnerabilityBuffer overflow in the crypt function in PHP before 5.3.7 allows context-dependent attackers to have an unspecified impact via a long salt argument, …EPSS 5.7%10.0CVE-2009-4143Php vulnerabilityPHP before 5.2.12 does not properly handle session data, which has unspecified impact and attack vectors related to (1) interrupt corruption of the S…EPSS 2.9%

Source: NIST National Vulnerability Database (record CVE-2011-4885), CISA KEV, FIRST EPSS (scores of 2026-09-24). This page is refreshed as NVD updates the record.