Commit:    331783b4468969a4fb3336c230b072828de38add
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sun, 19 Apr 2015 10:54:53 
+0300
Parents:   b52c900fb5727959097d295cd3d29b49bac99e13
Branches:  master

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

Log:
Add CVE for bug #69441 (5.4.40, 5.5.24, 5.6.8)

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

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 838aec8..b118c71 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -75,7 +75,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(65467); ?> (Call to undefined method 
cli_arg_typ_string).</li>
   <li><?php bugfix(67761); ?> (Phar::mapPhar fails for Phars inside a path 
containing ".tar").</li>
   <li><?php bugfix(69324); ?> (Buffer Over-read in unserialize when parsing 
Phar). (CVE-2015-2783)</li>
-  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode).</li>
+  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode). (CVE-2015-3329)</li>
 </ul></li>
 <li>Postgres:
 <ul>
@@ -162,7 +162,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(65467); ?> (Call to undefined method 
cli_arg_typ_string).</li>
   <li><?php bugfix(67761); ?> (Phar::mapPhar fails for Phars inside a path 
containing ".tar").</li>
   <li><?php bugfix(69324); ?> (Buffer Over-read in unserialize when parsing 
Phar). (CVE-2015-2783)</li>
-  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode).</li>
+  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode). (CVE-2015-3329)</li>
 </ul></li>
 <li>Postgres:
 <ul>
@@ -217,7 +217,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(68901); ?> (use after free). (CVE-2015-2301)</li>
   <li><?php bugfix(69324); ?> (Buffer Over-read in unserialize when parsing 
Phar). (CVE-2015-2783)</li>
-  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode).</li>
+  <li><?php bugfix(69441); ?> (Buffer Overflow when parsing tar/zip/phar in 
phar_set_inode). (CVE-2015-3329)</li>
 </ul></li>
 <li>Postgres:
 <ul>


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

Reply via email to