Skip to content

Commit b4873e5

Browse files
committed
Add CVE info for PHP 5.6.22
1 parent 6bd5277 commit b4873e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,17 @@ PHP NEWS
9292
. Fixed bug #72172 (zend_hex_strtod should not use strlen).
9393
(bwitz at hotmail dot com )
9494
. Fixed bug #72114 (Integer underflow / arbitrary null write in
95-
fread/gzread). (Stas)
96-
. Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas)
95+
fread/gzread). (CVE-2016-5096) (Stas)
96+
. Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094)
97+
(Stas)
9798

9899
- GD:
99-
. Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
100+
. Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456) (Stas)
100101

101102
- Intl
102103
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
103-
. Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas)
104+
. Fixed bug #72241 (get_icu_value_internal out-of-bounds read).
105+
(CVE-2016-5093) (Stas)
104106

105107
- Postgres:
106108
. Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)

0 commit comments

Comments
 (0)