Commit: adca7327e2c7747c32bce65f8c5ca010dcc364e5 Author: Lior Kaplan <[email protected]> Mon, 30 Apr 2018 18:17:57 +0300 Parents: 6da4c382a457a534a6fb750f594c6d3110616dc5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=adca7327e2c7747c32bce65f8c5ca010dcc364e5 Log: Add CVE ID to bug #76248 (PHP 5.6.36, 7.0.30, 7.1.17 and 7.2.5) Bugs: https://bugs.php.net/76248 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 26dfbe9..0a6f6d0 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -21,7 +21,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>LDAP: <ul> - <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> </ul></li> <li>Phar: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 29699a5..53f87c1 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -36,7 +36,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>ldap: <ul> - <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> </ul></li> <li>mbstring: <ul> @@ -74,7 +74,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>LDAP: <ul> - <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> </ul></li> <li>Phar: <ul> @@ -117,7 +117,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>ldap: <ul> - <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> </ul></li> <li>mbstring: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
