Skip to content

Commit 959dfc6

Browse files
committed
Add CVE for #72093 (PHP 5.5.35, 5.6.21 and 7.0.6)
1 parent e5d5eda commit 959dfc6

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
@@ -17,7 +17,7 @@
1717
</ul></li>
1818
<li>BCmath:
1919
<ul>
20-
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li>
20+
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li>
2121
</ul></li>
2222
<li>Curl:
2323
<ul>
@@ -82,7 +82,7 @@
8282
<b><?php release_date('28-Apr-2016'); ?></b>
8383
<ul><li>BCMath:
8484
<ul>
85-
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li>
85+
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li>
8686
</ul></li>
8787
<li>Exif:
8888
<ul>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ul></li>
3232
<li>BCmath:
3333
<ul>
34-
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li>
34+
<li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li>
3535
</ul></li>
3636
<li>Curl:
3737
<ul>

0 commit comments

Comments
 (0)