summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-06-07 21:45:24 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-06-07 21:45:24 +0300
commit62f9d1e3ae434c3b59e6781ff890c9ba4a2ccf24 (patch)
treee953268e85e031395c1f52cdb662ada1661205b8
parent1d0f1283510757782d4898f98aae62d0c3bb58fd (diff)
downloadphp-git-62f9d1e3ae434c3b59e6781ff890c9ba4a2ccf24.tar.gz
Add CVE to #66387
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7df775b4a8..8686b862f8 100644
--- a/NEWS
+++ b/NEWS
@@ -479,7 +479,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)