Skip to content

Commit 22e62e4

Browse files
committed
Add CVE for #72114 and #72135 (PHP 5.5.36, 5.6.22)
1 parent 40dd4f9 commit 22e62e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ChangeLog-5.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ul><li>Core:
1414
<ul>
1515
<li><?php bugfix(72172); ?> (zend_hex_strtod should not use strlen).</li>
16-
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread).</li>
17-
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities).</li>
16+
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)</li>
17+
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities). (CVE-2016-5094)</li>
1818
</ul></li>
1919
<li>GD:
2020
<ul>
@@ -37,8 +37,8 @@
3737
<b><?php release_date('26-May-2016'); ?></b>
3838
<ul><li>Core:
3939
<ul>
40-
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread).</li>
41-
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities).</li>
40+
<li><?php bugfix(72114); ?> (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)</li>
41+
<li><?php bugfix(72135); ?> (Integer Overflow in php_html_entities). (CVE-2016-5094)</li>
4242
</ul></li>
4343
<li>GD:
4444
<ul>

0 commit comments

Comments
 (0)