summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-06-07 21:46:59 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-06-07 21:46:59 +0300
commite6211038cba2a2cf03520ecf68786f77f1c64d05 (patch)
tree31896cc630044244e1b51f50cc30954186ec86a2
parent48d629eb4537ba60fa26157e2c6597c8a8efb61f (diff)
downloadphp-git-e6211038cba2a2cf03520ecf68786f77f1c64d05.tar.gz
Add CVE to #66387
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e1d8ad47a..e2c3b94c1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1008,7 +1008,8 @@ PHP NEWS
- GD:
. Fixed bug #53156 (imagerectangle problem with point ordering). (cmb)
- . Fixed bug #66387 (Stack overflow with imagefilltoborder). (cmb)
+ . Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)
+ (cmb)
. Fixed bug #70102 (imagecreatefromwebm() shifts colors). (cmb)
. Fixed bug #66590 (imagewebp() doesn't pad to even length). (cmb)
. Fixed bug #66882 (imagerotate by -90 degrees truncates image by 1px). (cmb)