Skip to content

Commit 7e0e4cf

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog-5.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ul></li>
3131
<li>mbstring:
3232
<ul>
33-
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
33+
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li>
3434
</ul></li>
3535
<li>mcrypt:
3636
<ul>
@@ -80,7 +80,8 @@
8080
</ul></li>
8181
<li>mbstring:
8282
<ul>
83-
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
83+
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li>
84+
</ul></li>
8485
</ul></li>
8586
<li>mcrypt:
8687
<ul>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ul></li>
3737
<li>mbstring:
3838
<ul>
39-
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
39+
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free). (CVE-2016-5768)</li>
4040
</ul></li>
4141
<li>mcrypt:
4242
<ul>

0 commit comments

Comments
 (0)