Commit:    f478a437692c1e1f2eb869662ef6c7e0ac6c2942
Author:    Lior Kaplan <kaplanl...@gmail.com>         Fri, 3 Aug 2018 07:56:29 
+0300
Parents:   e2bb8c9a0ffaa85dd53cbd2940055fa1fb8c73c5
Branches:  master

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

Log:
Add CVE ID to bug #76409 (PHP 7.2.8)

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

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 55eac26..b546462 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -21,7 +21,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free).</li>
+  <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free). 
(CVE-2018-12882)</li>
   <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>


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

Reply via email to