Commit: 99d7ea13494ba02ac139ed3f8d63435fa8015de0 Author: Christoph M. Becker <[email protected]> Fri, 31 May 2019 00:01:39 +0200 Parents: 79dd68f5d2b88d94d1c5a9cd2a76e7ad0f2567f3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=99d7ea13494ba02ac139ed3f8d63435fa8015de0 Log: Re-add swallowd CVEs (7.2.18/19 and 7.3.5/6) Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index fa9188a..753af31 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -35,7 +35,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>EXIF: <ul> - <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16).</li> + <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16) (CVE-2019-11040).</li> </ul></li> <li>FPM: <ul> @@ -45,11 +45,11 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>GD: <ul> <li><?php bugfix(77943); ?> (imageantialias($image, false); does not work).</li> - <li><?php bugfix(77973); ?> (Uninitialized read in gdImageCreateFromXbm).</li> + <li><?php bugfix(77973); ?> (Uninitialized read in gdImageCreateFromXbm) (CVE-2019-11038).</li> </ul></li> <li>Iconv: <ul> - <li><?php bugfix(78069); ?> (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow).</li> + <li><?php bugfix(78069); ?> (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow) (CVE-2019-11039).</li> </ul></li> <li>JSON: <ul> @@ -96,7 +96,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('30-May-2019'); ?></b> <ul><li>EXIF: <ul> - <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16).</li> + <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16) (CVE-2019-11040).</li> </ul></li> <li>FPM: <ul> @@ -106,11 +106,11 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>GD: <ul> <li><?php bugfix(77943); ?> (imageantialias($image, false); does not work).</li> - <li><?php bugfix(77973); ?> (Uninitialized read in gdImageCreateFromXbm).</li> + <li><?php bugfix(77973); ?> (Uninitialized read in gdImageCreateFromXbm) (CVE-2019-11038).</li> </ul></li> <li>Iconv: <ul> - <li><?php bugfix(78069); ?> (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow).</li> + <li><?php bugfix(78069); ?> (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow) (CVE-2019-11039).</li> </ul></li> <li>JSON: <ul> @@ -166,7 +166,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>EXIF: <ul> - <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).</li> + <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG) (CVE-2019-11036).</li> </ul></li> <li>Interbase: <ul> @@ -225,7 +225,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>EXIF: <ul> - <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).</li> + <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG) (CVE-2019-11036).</li> </ul></li> <li>Interbase: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
