Skip to content

Commit 12fb5e2

Browse files
committed
Add CVE for #72434 (PHP 5.5.37, 5.6.23 and 7.0.8)
1 parent e2a89d1 commit 12fb5e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</ul></li>
5656
<li>zip:
5757
<ul>
58-
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize).</li>
58+
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
5959
</ul></li>
6060
</ul>
6161
<!-- }}} --></section>
@@ -97,7 +97,7 @@
9797
</ul></li>
9898
<li>zip:
9999
<ul>
100-
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize).</li>
100+
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
101101
</ul></li>
102102
</ul>
103103
<!-- }}} --></section>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<li>Zip:
8888
<ul>
8989
<li><?php bugfix(72258); ?> (ZipArchive converts filenames to unrecoverable form).</li>
90-
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize).</li>
90+
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5773)</li>
9191
</ul></li>
9292
</ul>
9393
<!-- }}} --></section>

0 commit comments

Comments
 (0)