Commit:    02f22aba9f2e01fb139dbd7e2e99af0434c86a8e
Author:    Lior Kaplan <kaplanl...@gmail.com>         Mon, 5 Mar 2018 20:36:59 
+0200
Parents:   ffa80544cff0afd64267549906c75a7b76567aca
Branches:  master

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

Log:
Add CVE ID to bug #75981 (PHP 5.6.34, 7.0.28, 7.1.15 and 7.2.3)

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

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 29c48d3..19394ad 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -13,7 +13,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('01-Mar-2018'); ?></b>
 <ul><li>Standard:
 <ul>
-  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response).</li>
+  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response). (CVE-2018-7584)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 0368156..d8b2273 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -59,7 +59,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>Standard:
 <ul>
   <li><?php bugfix(75916); ?> (DNS_CAA record results contain garbage).</li>
-  <li><?php bugfix(75981); ?> (Prevent reading beyond buffer start in http 
wrapper).</li>
+  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response). (CVE-2018-7584)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
@@ -104,7 +104,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <li>Standard:
 <ul>
   <li><?php bugfix(75916); ?> (DNS_CAA record results contain garbage).</li>
-  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response).</li>
+  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response). (CVE-2018-7584)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
@@ -115,7 +115,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('01-Mar-2018'); ?></b>
 <ul><li>Standard:
 <ul>
-  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response).</li>
+  <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP 
response). (CVE-2018-7584)</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