File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
<li>Intl:
51
51
<ul>
52
52
<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>
54
54
</ul></li>
55
55
<li>Mysqlnd:
56
56
<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>
58
58
</ul></li>
59
59
<li>OCI8:
60
60
<ul>
82
82
</ul></li>
83
83
<li>Phar:
84
84
<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>
86
86
<li><?php bugfix (73035 ); ?> (Out of bound when verify signature of tar phar in phar_parse_tarfile).</li>
87
87
</ul></li>
88
88
<li>Reflection:
101
101
</ul></li>
102
102
<li>SPL:
103
103
<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>
105
105
</ul></li>
106
106
<li>Standard:
107
107
<ul>
123
123
<ul>
124
124
<li><?php bugfix (72858 ); ?> (shm_attach null dereference).</li>
125
125
</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>
126
131
<li>XML:
127
132
<ul>
128
133
<li><?php bugfix (72085 ); ?> (SEGV on unknown address zif_xml_parse).</li>
129
134
<li><?php bugfix (72714 ); ?> (_xml_startElementHandler() segmentation fault).</li>
130
135
</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>
136
136
<li>ZIP:
137
137
<ul>
138
138
<li><?php bugfix (68302 ); ?> (impossible to compile php with zip support).</li>
You can’t perform that action at this time.
0 commit comments