Commit:    879ecdd1aa3491fea407f18b88867ba41c62e85e
Author:    Lior Kaplan <[email protected]>         Wed, 9 Sep 2015 13:45:21 
+0300
Parents:   5f124b8e589e42c10128e2da35b2b7f6d0f78f26
Branches:  master

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

Log:
Add CVE for #70219 (PHP 5.4.45, 5.5.29, 5.6.13)

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

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 290b852..05eabfb 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -17,7 +17,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(69487); ?> (SAPI may truncate POST data).</li>
   <li><?php bugfix(70198); ?> (Checking liveness does not work as 
expected).</li>
   <li><?php bugfix(70172); ?> (Use After Free Vulnerability in 
unserialize()).</li>
-  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer).</li>
+  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer). (CVE-2015-6835)</li>
 </ul></li>
 <li>CLI server:
 <ul>
@@ -83,7 +83,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul><li>Core:
 <ul>
   <li><?php bugfix(70172); ?> (Use After Free Vulnerability in 
unserialize()).</li>
-  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer).</li>
+  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer). (CVE-2015-6835)</li>
 </ul></li>
 <li>EXIF:
 <ul>
@@ -123,7 +123,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul><li>Core:
 <ul>
   <li><?php bugfix(70172); ?> (Use After Free Vulnerability in 
unserialize()).</li>
-  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer).</li>
+  <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer). (CVE-2015-6835)</li>
 </ul></li>
 <li>EXIF:
 <ul>


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

Reply via email to