CVE-2008-3659: Buffer Overflow
Buffer overflow in the memnstr function in PHP 4.4.x before 4.4.9 and PHP 5.6 through 5.2.6 allows context-dependent attackers to cause a denial of service (crash) and possibly execute arbitrary code via the delimiter argument to the explode function. NOTE: the scope of this issue is limited since most applications would not use an attacker-controlled delimiter, but local attacks against safemode are feasible.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2008-3659?
CVE-2008-3659 is considered a medium severity vulnerability due to its potential for causing denial of service and arbitrary code execution.
How do I fix CVE-2008-3659?
To fix CVE-2008-3659, upgrade PHP to version 4.4.9 or later, or 5.2.7 or later.
Which versions of PHP are affected by CVE-2008-3659?
CVE-2008-3659 affects PHP versions 4.4.x before 4.4.9 and 5.2.0 through 5.2.6.
What type of attack can exploit CVE-2008-3659?
CVE-2008-3659 can be exploited by context-dependent attackers to cause a denial of service or potentially execute arbitrary code.
Is there a workaround for CVE-2008-3659?
There is no specific workaround for CVE-2008-3659; the recommended action is to upgrade to a patched version of PHP.