It was reported [1] that when PHP is running with Zend Memory Management disabled, "fileinfo" extension might free() a region of memory twice. Upstream commit that fixes this: http://git.php.net/?p=php-src.git;a=commit;h=91aa340180eccfc15d4a143b54d47b8120f898be [1]: https://bugs.php.net/bug.php?id=68827
Fixed upstream in PHP 5.6.6 and 5.5.22: http://php.net/ChangeLog-5.php#5.6.6 http://php.net/ChangeLog-5.php#5.5.22
Statement: Red Hat Product Security does not consider this bug to have any security impact on the php packages shipped in Red Hat Enterprise Linux. The double free is impossible to trigger because the value of map is NULL at the time efree() is called. When using Zend Memory Manager by default that would result immediately in a Out of memory (OOM) Error.