Skip to content

Commit 1fd8ef4

Browse files
committed
Add CVE for #66386 (PHP 5.6.12 and 7.0.0)
1 parent 08b4b7c commit 1fd8ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
<li>GD:
764764
<ul>
765765
<li><?php bugfix(53156); ?> (imagerectangle problem with point ordering).</li>
766-
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder).</li>
766+
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li>
767767
<li><?php bugfix(70102); ?> (imagecreatefromwebm() shifts colors).</li>
768768
<li><?php bugfix(66590); ?> (imagewebp() doesn't pad to even length).</li>
769769
<li><?php bugfix(66882); ?> (imagerotate by -90 degrees truncates image by 1px).</li>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
<li>GD:
860860
<ul>
861861
<li><?php bugfix(53156); ?> (imagerectangle problem with point ordering).</li>
862-
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder).</li>
862+
<li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder). (CVE-2015-8874)</li>
863863
<li><?php bugfix(70102); ?> (imagecreatefromwebm() shifts colors).</li>
864864
<li><?php bugfix(66590); ?> (imagewebp() doesn't pad to even length).</li>
865865
<li><?php bugfix(66882); ?> (imagerotate by -90 degrees truncates image by 1px).</li>

0 commit comments

Comments
 (0)