Skip to content

Commit 73f7ffd

Browse files
committed
Add CVE for #72061 (PHP 5.5.35, 5.6.21 and 7.0.6)
1 parent 10a9586 commit 73f7ffd

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
@@ -38,7 +38,7 @@
3838
</ul></li>
3939
<li>Intl:
4040
<ul>
41-
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li>
41+
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li>
4242
</ul></li>
4343
<li>OCI8:
4444
<ul>
@@ -94,7 +94,7 @@
9494
</ul></li>
9595
<li>Intl:
9696
<ul>
97-
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li>
97+
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li>
9898
</ul></li>
9999
<li>XML:
100100
<ul>

ChangeLog-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<li><?php bugfix(68893); ?> (Stackoverflow in datefmt_create).</li>
5858
<li><?php bugfix(66289); ?> (Locale::lookup incorrectly returns en or en_US if locale is empty).</li>
5959
<li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li>
60-
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li>
60+
<li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li>
6161
</ul></li>
6262
<li>ODBC:
6363
<ul>

0 commit comments

Comments
 (0)