Commit:    12fb5e2c159e3efa3a14f11923c56f17a848d353
Author:    Lior Kaplan <kaplanl...@gmail.com>         Fri, 24 Jun 2016 23:43:17 
+0300
Parents:   e2a89d134430f48a9f0b060c611e89c420d3e7e8
Branches:  master

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

Log:
 Add CVE for #72434 (PHP 5.5.37, 5.6.23 and 7.0.8)

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 17fec04..c542dd1 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -55,7 +55,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>zip:
 <ul>
-  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize).</li>
+  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
@@ -97,7 +97,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>zip:
 <ul>
-  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize).</li>
+  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 645704d..c0c62fe 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -87,7 +87,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>Zip:
 <ul>
   <li><?php bugfix(72258); ?> (ZipArchive converts filenames to unrecoverable 
form).</li>
-  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize).</li>
+  <li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability 
in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>


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

Reply via email to