Skip to content

Commit e7a8dba

Browse files
committed
Add CVE for #72402 (PHP 5.5.37 and 5.6.23)
1 parent 7e0e4cf commit e7a8dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog-5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
2323
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
2424
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
25-
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
25+
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (CVE-2016-5767)</li>
2626
</ul></li>
2727
<li>Intl:
2828
<ul>
@@ -76,7 +76,7 @@
7676
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
7777
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
7878
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
79-
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li>
79+
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (CVE-2016-5767)</li>
8080
</ul></li>
8181
<li>mbstring:
8282
<ul>

0 commit comments

Comments
 (0)