CVE-2009-4418: Medium severity PHP PHP vulnerability
The unserialize function in PHP 5.3.0 and earlier allows context-dependent attackers to cause a denial of service (resource consumption) via a deeply nested serialized variable, as demonstrated by a string beginning with a:1: followed by many {a:1: sequences.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2009-4418?
CVE-2009-4418 has a medium severity level as it can lead to denial of service through resource consumption.
How do I fix CVE-2009-4418?
To fix CVE-2009-4418, upgrade to PHP version 5.3.1 or higher where the vulnerability has been addressed.
Which versions of PHP are affected by CVE-2009-4418?
CVE-2009-4418 affects PHP versions 5.3.0 and earlier, including various 5.2.x and 5.1.x versions.
What is the impact of CVE-2009-4418 on web applications?
CVE-2009-4418 can be exploited to trigger a denial of service by causing excessive resource usage, affecting web application availability.
Is there a workaround for CVE-2009-4418 if I cannot upgrade PHP?
A potential workaround for CVE-2009-4418 is to limit the input size and depth of serialized variables processed by the unserialize function.