Commit:    c4c05bda6907b4a75386730300dbe461f718007f
Author:    Lior Kaplan <kaplanl...@gmail.com>         Wed, 18 May 2016 23:59:44 
+0300
Parents:   73f7ffd35a10fdacef33289e0ed8fefba79e8019
Branches:  master

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

Log:
Add CVE for #72094 (PHP 5.5.35, 5.6.21 and 7.0.6)

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index c7e99e8..e2cf3e5 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -29,7 +29,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing).</li>
+  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
 </ul></li>
 <li>GD:
 <ul>
@@ -86,7 +86,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Exif:
 <ul>
-  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing).</li>
+  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
 </ul></li>
 <li>GD:
 <ul>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index f7e4c47..b5525ae 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -43,7 +43,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing).</li>
+  <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header 
processing). (CVE-2016-4542, CVE-2016-4543, CVE-2016-4544)</li>
 </ul></li>
 <li>GD:
 <ul>


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

Reply via email to