CVE-2015-0273: Use After Free
Multiple use-after-free vulnerabilities in ext/date/phpdate.c in PHP before 5.4.38, 5.5.x before 5.5.22, and 5.6.x before 5.6.6 allow remote attackers to execute arbitrary code via crafted serialized input containing a (1) R or (2) r type specifier in (a) DateTimeZone data handled by the phpdatetimezoneinitializefromhash function or (b) DateTime data handled by the phpdateinitializefromhash function.
Other sources
Use after free vulnerability was reported in PHP DateTimeZone [1]. Upstream patches that fix this: http://git.php.net/?p=php-src.git;a=commit;h=c377f1a715476934133f3254d1e0d4bf3743e2d2 http://git.php.net/?p=php-src.git;a=commit;h=71335e6ebabc1b12c057d8017fd811892ecdfd24
[1]: https://bugs.php.net/bug.php?id=68942
— Red Hat
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2015-0273?
CVE-2015-0273 has a high severity rating due to the potential for remote code execution.
How do I fix CVE-2015-0273?
To fix CVE-2015-0273, upgrade PHP to version 5.4.38, 5.5.22, or 5.6.6 or later.
Which PHP versions are affected by CVE-2015-0273?
PHP versions before 5.4.38, 5.5.x before 5.5.22, and 5.6.x before 5.6.6 are affected by CVE-2015-0273.
Can CVE-2015-0273 be exploited remotely?
Yes, CVE-2015-0273 can be exploited remotely through crafted serialized input.
What type of vulnerability is CVE-2015-0273?
CVE-2015-0273 is classified as a use-after-free vulnerability in PHP.