Skip to content

Commit a115e53

Browse files
committed
Update CVE info for PHP 7.0.11
1 parent 065c9eb commit a115e53

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ChangeLog-7.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
<li>Intl:
5151
<ul>
5252
<li><?php bugfix(65732); ?> (grapheme_*() is not Unicode compliant on CR LF sequence).</li>
53-
<li><?php bugfix(73007); ?> (add locale length check).</li>
53+
<li><?php bugfix(73007); ?> (add locale length check). (CVE-2016-7416)</li>
5454
</ul></li>
5555
<li>Mysqlnd:
5656
<ul>
57-
<li><?php bugfix(72293); ?> (Heap overflow in mysqlnd related to BIT fields).</li>
57+
<li><?php bugfix(72293); ?> (Heap overflow in mysqlnd related to BIT fields). (CVE-2016-7412)</li>
5858
</ul></li>
5959
<li>OCI8:
6060
<ul>
@@ -82,7 +82,7 @@
8282
</ul></li>
8383
<li>Phar:
8484
<ul>
85-
<li><?php bugfix(72928); ?> (Out of bound when verify signature of zip phar in phar_parse_zipfile).</li>
85+
<li><?php bugfix(72928); ?> (Out of bound when verify signature of zip phar in phar_parse_zipfile). (CVE-2016-7414)</li>
8686
<li><?php bugfix(73035); ?> (Out of bound when verify signature of tar phar in phar_parse_tarfile).</li>
8787
</ul></li>
8888
<li>Reflection:
@@ -101,7 +101,7 @@
101101
</ul></li>
102102
<li>SPL:
103103
<ul>
104-
<li><?php bugfix(73029); ?> (Missing type check when unserializing SplArray).</li>
104+
<li><?php bugfix(73029); ?> (Missing type check when unserializing SplArray). (CVE-2016-7417)</li>
105105
</ul></li>
106106
<li>Standard:
107107
<ul>
@@ -123,16 +123,16 @@
123123
<ul>
124124
<li><?php bugfix(72858); ?> (shm_attach null dereference).</li>
125125
</ul></li>
126+
<li>Wddx:
127+
<ul>
128+
<li><?php bugfix(72860); ?> (wddx_deserialize use-after-free). (CVE-2016-7413)</li>
129+
<li><?php bugfix(73065); ?> (Out-Of-Bounds Read in php_wddx_push_element). (CVE-2016-7418)</li>
130+
</ul></li>
126131
<li>XML:
127132
<ul>
128133
<li><?php bugfix(72085); ?> (SEGV on unknown address zif_xml_parse).</li>
129134
<li><?php bugfix(72714); ?> (_xml_startElementHandler() segmentation fault).</li>
130135
</ul></li>
131-
<li>Wddx:
132-
<ul>
133-
<li><?php bugfix(72860); ?> (wddx_deserialize use-after-free).</li>
134-
<li><?php bugfix(73065); ?> (Out-Of-Bounds Read in php_wddx_push_element).</li>
135-
</ul></li>
136136
<li>ZIP:
137137
<ul>
138138
<li><?php bugfix(68302); ?> (impossible to compile php with zip support).</li>

0 commit comments

Comments
 (0)