Skip to content

Commit e104ccd

Browse files
committed
Update CVE info for PHP 5.6.25
1 parent 038498e commit e104ccd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ChangeLog-5.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
<li><?php bugfix(72581); ?> (previous property undefined in Exception after deserialization).</li>
115115
<li>Implemented FR <?php bugl(72614); ?> (Support "nmake test" on building extensions by phpize).</li>
116116
<li><?php bugfix(72641); ?> (phpize (on Windows) ignores PHP_PREFIX).</li>
117-
<li><?php bugfix(72663); ?> (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization).</li>
118-
<li><?php bugfix(72681); ?> (PHP Session Data Injection Vulnerability).</li>
117+
<li><?php bugfix(72663); ?> (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization). (CVE-2016-7124)</li>
118+
<li><?php bugfix(72681); ?> (PHP Session Data Injection Vulnerability). (CVE-2016-7125)</li>
119119
</ul></li>
120120
<li>Bz2:
121121
<ul>
@@ -142,7 +142,7 @@
142142
</ul></li>
143143
<li>EXIF:
144144
<ul>
145-
<li><?php bugfix(72627); ?> (Memory Leakage In exif_process_IFD_in_TIFF).</li>
145+
<li><?php bugfix(72627); ?> (Memory Leakage In exif_process_IFD_in_TIFF). (CVE-2016-7128)</li>
146146
<li><?php bugfix(72735); ?> (Samsung picture thumb not read (zero size)).</li>
147147
</ul></li>
148148
<li>Filter:
@@ -161,9 +161,9 @@
161161
<li><?php bugfix(70315); ?> (500 Server Error but page is fully rendered).</li>
162162
<li><?php bugfix(72596); ?> (imagetypes function won't advertise WEBP support).</li>
163163
<li><?php bugfix(72604); ?> (imagearc() ignores thickness for full arcs).</li>
164-
<li><?php bugfix(72697); ?> (select_colors write out-of-bounds).</li>
164+
<li><?php bugfix(72697); ?> (select_colors write out-of-bounds). (CVE-2016-7126)</li>
165165
<li><?php bugfix(72709); ?> (imagesetstyle() causes OOB read for empty $styles).</li>
166-
<li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access).</li>
166+
<li><?php bugfix(72730); ?> (imagegammacorrect allows arbitrary write access). (CVE-2016-7127)</li>
167167
</ul></li>
168168
<li>Intl:
169169
<ul>
@@ -222,10 +222,10 @@
222222
<li>Wddx:
223223
<ul>
224224
<li><?php bugfix(72142); ?> (WDDX Packet Injection Vulnerability in wddx_serialize_value()).</li>
225-
<li><?php bugfix(72749); ?> (wddx_deserialize allows illegal memory access) (Stas)</li>
226-
<li><?php bugfix(72750); ?> (wddx_deserialize null dereference).</li>
227-
<li><?php bugfix(72790); ?> (wddx_deserialize null dereference with invalid xml).</li>
228-
<li><?php bugfix(72799); ?> (wddx_deserialize null dereference in php_wddx_pop_element).</li>
225+
<li><?php bugfix(72749); ?> (wddx_deserialize allows illegal memory access). (CVE-2016-7129)</li>
226+
<li><?php bugfix(72750); ?> (wddx_deserialize null dereference). (CVE-2016-7130)</li>
227+
<li><?php bugfix(72790); ?> (wddx_deserialize null dereference with invalid xml). (CVE-2016-7131)</li>
228+
<li><?php bugfix(72799); ?> (wddx_deserialize null dereference in php_wddx_pop_element). (CVE-2016-7132)</li>
229229
</ul></li>
230230
</ul>
231231
<!-- }}} --></section>

0 commit comments

Comments
 (0)