diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2016-06-25 20:31:26 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2016-06-25 20:31:26 +0300 |
commit | b4873e57b434bb65a21dc189ac18a618f223a15e (patch) | |
tree | 46caf4a5bbc47e7729cdc6f570f6f95805ee9982 | |
parent | 6bd527771c9bbe8827b5579c440c9d04a794adfd (diff) | |
download | php-git-b4873e57b434bb65a21dc189ac18a618f223a15e.tar.gz |
Add CVE info for PHP 5.6.22
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -92,15 +92,17 @@ PHP NEWS . Fixed bug #72172 (zend_hex_strtod should not use strlen). (bwitz at hotmail dot com ) . Fixed bug #72114 (Integer underflow / arbitrary null write in - fread/gzread). (Stas) - . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas) + fread/gzread). (CVE-2016-5096) (Stas) + . Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094) + (Stas) - GD: - . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) + . Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456) (Stas) - Intl . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) - . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas) + . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). + (CVE-2016-5093) (Stas) - Postgres: . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol) |