Commit:    9caed6d7c847519c665f9e9e1b5fa8ddb99fdad4
Author:    Lior Kaplan <kaplanl...@gmail.com>         Thu, 21 May 2015 17:20:57 
+0300
Parents:   d3fa067e5bc2887f82ccbfff0109ad4ebb47df5d
Branches:  master

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

Log:
Add CVE to bug #69418 (PHP 5.4.41, 5.5.25, 5.6.9)

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

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index d002570..b0caf7d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -22,7 +22,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(69472); ?> (php_sys_readlink ignores misc errors from 
GetFinalPathNameByHandleA).</li>
   <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos 
Vulnerability). (CVE-2015-4024)</li>
   <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory 
corruption).</li>
-  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li>
+  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+). 
(CVE-2015-4025)</li>
   <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li>
 </ul></li>
 <li>FTP:
@@ -61,7 +61,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos 
Vulnerability). (CVE-2015-4024)</li>
   <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory 
corruption).</li>
-  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li>
+  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+). 
(CVE-2015-4025)</li>
   <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li>
   <li><?php bugfix(69467); ?> (Wrong checked for the interface by using 
Trait).</li>
   <li><?php bugfix(69420); ?> (Invalid read in zend_std_get_method).</li>
@@ -102,7 +102,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos 
Vulnerability). (CVE-2015-4024)</li>
   <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory 
corruption).</li>
-  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li>
+  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+). 
(CVE-2015-4025)</li>
   <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li>
 </ul></li>
 <li>FTP:


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

Reply via email to