Skip to content

Commit 6bf3c06

Browse files
committed
Add CVE for #72455 (PHP 5.5.37, 5.6.23 and 7.0.8)
1 parent cfdd9ba commit 6bf3c06

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
@@ -34,7 +34,7 @@
3434
</ul></li>
3535
<li>mcrypt:
3636
<ul>
37-
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
37+
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li>
3838
</ul></li>
3939
<li>OpenSSL:
4040
<ul>
@@ -84,7 +84,7 @@
8484
</ul></li>
8585
<li>mcrypt:
8686
<ul>
87-
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
87+
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li>
8888
</ul></li>
8989
<li>SPL:
9090
<ul>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ul></li>
4141
<li>mcrypt:
4242
<ul>
43-
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
43+
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows). (CVE-2016-5769)</li>
4444
</ul></li>
4545
<li>PCRE:
4646
<ul>

0 commit comments

Comments
 (0)