Skip to content

Commit 7cddaf9

Browse files
committed
Add CVE for #72339 (PHP 5.5.37, 5.6.23 and 7.0.8)
1 parent e7a8dba commit 7cddaf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ul>
2121
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
2222
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li>
23-
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
23+
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li>
2424
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
2525
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (CVE-2016-5767)</li>
2626
</ul></li>
@@ -74,7 +74,7 @@
7474
<ul>
7575
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li>
7676
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
77-
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
77+
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li>
7878
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
7979
<li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (CVE-2016-5767)</li>
8080
</ul></li>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ul>
2828
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
2929
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash) (Pierre)</li>
30-
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
30+
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (CVE-2016-5766)</li>
3131
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
3232
</ul></li>
3333
<li>Intl:

0 commit comments

Comments
 (0)