mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add CVE ID to bug #73773 (PHP 5.6.30, 7.0.15 and 7.1.1)
This commit is contained in:
@@ -94,7 +94,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
<ul>
|
||||
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
|
||||
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
|
||||
</ul></li>
|
||||
<li>SQLite3:
|
||||
<ul>
|
||||
|
||||
@@ -1923,7 +1923,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
</ul></li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
|
||||
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
|
||||
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
|
||||
</ul></li>
|
||||
@@ -2048,7 +2048,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
</li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li>
|
||||
<li><?php bugfix(73773); ?> (Seg fault when loading hostile phar). (CVE-2017-11147)</li>
|
||||
<li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li>
|
||||
<li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li>
|
||||
</ul></li>
|
||||
|
||||
Reference in New Issue
Block a user