Commit:    e415d0a14340f40fcede620b287483678469e760
Author:    Lior Kaplan <kaplanl...@gmail.com>         Fri, 3 Aug 2018 05:55:26 
+0300
Parents:   fd53ed56fa02c5f383889f068d7e2efdb73f51d5
Branches:  master

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

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

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 91add19..5442d80 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -14,7 +14,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <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(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data).</li>
+  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>Win32:
 <ul>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 8fb0d19..9848206 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -21,7 +21,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>exif:
 <ul>
   <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
-  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data).</li>
+  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>FPM:
 <ul>
@@ -71,7 +71,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <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(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data).</li>
+  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>Win32:
 <ul>
@@ -97,7 +97,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free).</li>
   <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
-  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data).</li>
+  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
 <li>FPM:
 <ul>


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

Reply via email to