Commit:    18a9353a060c7319134679a81da9eae55fa2315c
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sat, 4 Aug 2018 02:25:56 
+0300
Parents:   f478a437692c1e1f2eb869662ef6c7e0ac6c2942
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=18a9353a060c7319134679a81da9eae55fa2315c

Log:
Add CVE ID to bug #76423 (PHP 5.6.37, 7.0.31, 7.1.20 and 7.2.8)

Bugs:
https://bugs.php.net/76423

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 5442d80..f3efa2a 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('19-Jul-2018'); ?></b>
 <ul><li>Exif:
 <ul>
-  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
+  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c). (CVE-2018-14883)</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>Win32:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index b546462..735e5fc 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -22,7 +22,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>EXIF:
 <ul>
   <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free). 
(CVE-2018-12882)</li>
-  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
+  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c). (CVE-2018-14883)</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>FPM:
@@ -88,7 +88,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>exif:
 <ul>
-  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
+  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c). (CVE-2018-14883)</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>FPM:
@@ -138,7 +138,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('19-Jul-2018'); ?></b>
 <ul><li>Exif:
 <ul>
-  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
+  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c). (CVE-2018-14883)</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>Win32:


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to