First published: Thu Jan 12 2017(Updated: )
In all versions of PHP 7, during the unserialization process, resizing the 'properties' hash table of a serialized object may lead to use-after-free. A remote attacker may exploit this bug to gain arbitrary code execution.
Credit: cve@checkpoint.com
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/php | <7.0.15 | 7.0.15 |
redhat/php | <7.1.1 | 7.1.1 |
PHP | <7.0.15 | 7.0.15 |
PHP | =7.0.0 | |
PHP | =7.0.1 | |
PHP | =7.0.2 | |
PHP | =7.0.3 | |
PHP | =7.0.4 | |
PHP | =7.0.5 | |
PHP | =7.0.6 | |
PHP | =7.0.7 | |
PHP | =7.0.8 | |
PHP | =7.0.9 | |
PHP | =7.0.10 | |
PHP | =7.0.11 | |
PHP | =7.0.12 | |
PHP | =7.0.14 | |
PHP | =7.1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-7479 is considered critical due to its potential for arbitrary code execution.
To fix CVE-2016-7479, upgrade PHP to version 7.0.15 or 7.1.1 or later.
All versions of PHP 7 prior to 7.0.15 and 7.1.1 are affected by CVE-2016-7479.
Yes, CVE-2016-7479 can be exploited remotely by an attacker to execute arbitrary code.
CVE-2016-7479 is characterized as a use-after-free vulnerability that occurs during the unserialization process.