Skip to content

Commit 1dd9ba0

Browse files
committed
Add CVE for #72227 and #72241 (PHP 5.5.36, 5.6.22, 7.0.7)
1 parent 22e62e4 commit 1dd9ba0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ChangeLog-5.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
</ul></li>
1919
<li>GD:
2020
<ul>
21-
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
21+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li>
2222
</ul></li>
2323
<li>Intl:
2424
<ul>
2525
<li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li>
26-
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li>
26+
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li>
2727
</ul></li>
2828
<li>Postgres:
2929
<ul>
@@ -42,11 +42,11 @@
4242
</ul></li>
4343
<li>GD:
4444
<ul>
45-
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
45+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li>
4646
</ul></li>
4747
<li>Intl:
4848
<ul>
49-
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li>
49+
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li>
5050
</ul></li>
5151
<li>Phar:
5252
<ul>

ChangeLog-7.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
</ul></li>
3333
<li>GD:
3434
<ul>
35-
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
35+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li>
3636
</ul></li>
3737
<li>Intl:
3838
<ul>
39-
<li><?php bugfix(72241) ?> (get_icu_value_internal out-of-bounds read).</li>
39+
<li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li>
4040
</ul></li>
4141
<li>JSON:
4242
<ul>

0 commit comments

Comments
 (0)