CVE-2014-3668: Buffer Overflow
An out-of-bounds read flaw was found in PHP's mkgmtime() function. This could possibly cause the PHP interpreter to crash.
This issue has been fixed in upstream versions 5.4.34, 5.5.18, and 5.6.2.
References: http://git.php.net/?p=php-src.git;a=commit;h=88412772d295ebf7dd34409534507dc9bcac726e https://bugs.php.net/bug.php?id=68027 http://php.net/ChangeLog-5.php
Other sources
Buffer overflow in the datefromISO8601 function in the mkgmtime implementation in libxmlrpc/xmlrpc.c in the XMLRPC extension in PHP before 5.4.34, 5.5.x before 5.5.18, and 5.6.x before 5.6.2 allows remote attackers to cause a denial of service (application crash) via (1) a crafted first argument to the xmlrpcsettype function or (2) a crafted argument to the xmlrpcdecode function, related to an out-of-bounds read operation.
— MITRE
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2014-3668?
The severity of CVE-2014-3668 is classified as high due to its potential to cause crashes in the PHP interpreter.
How do I fix CVE-2014-3668?
To fix CVE-2014-3668, upgrade to PHP versions 5.4.34, 5.5.18, or 5.6.2 or later.
What versions of PHP are affected by CVE-2014-3668?
CVE-2014-3668 affects PHP versions up to 5.4.33, 5.5.17, and 5.6.1.
What is the nature of the vulnerability described in CVE-2014-3668?
CVE-2014-3668 is an out-of-bounds read flaw in PHP's mkgmtime() function.
Can CVE-2014-3668 lead to remote code execution?
No, CVE-2014-3668 does not lead to remote code execution but can potentially crash the PHP interpreter.