|
141 | 141 | <li><?php bugfix(71936); ?> (Segmentation fault destroying HTTP_RAW_POST_DATA).</li>
|
142 | 142 | <li><?php bugfix(72496); ?> (Cannot declare public method with signature incompatible with parent private method).</li>
|
143 | 143 | <li><?php bugfix(72138); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
|
144 |
| - <li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex).</li> |
145 |
| - <li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization).</li> |
146 |
| - <li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications).</li> |
| 144 | + <li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex). (CVE-2016-6289)</li> |
| 145 | + <li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization). (CVE-2016-6290)</li> |
| 146 | + <li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (CVE-2016-5385)</li> |
147 | 147 | </ul></li>
|
148 | 148 | <li>bz2:
|
149 | 149 | <ul>
|
150 |
| - <li><?php bugfix(72447); ?> (Type Confusion in php_bz2_filter_create()). (gogil at stealien dot com).</li> |
151 |
| - <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li> |
| 150 | + <li><?php bugfix(72447); ?> (Type Confusion in php_bz2_filter_create()).</li> |
| 151 | + <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()). (CVE-2016-5399)</li> |
152 | 152 | </ul></li>
|
153 | 153 | <li>EXIF:
|
154 | 154 | <ul>
|
155 | 155 | <li><?php bugfix(50845); ?> (exif_read_data() returns corrupted exif headers).</li>
|
156 |
| - <li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE).</li> |
157 |
| - <li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment).</li> |
| 156 | + <li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE). (CVE-2016-6291)</li> |
| 157 | + <li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment). (CVE-2016-6292)</li> |
158 | 158 | </ul></li>
|
159 | 159 | <li>GD:
|
160 | 160 | <ul>
|
|
163 | 163 | <li><?php bugfix(64641); ?> (imagefilledpolygon doesn't draw horizontal line).</li>
|
164 | 164 | <li><?php bugfix(72512); ?> (gdImageTrueColorToPaletteBody allows arbitrary write/read access).</li>
|
165 | 165 | <li><?php bugfix(72519); ?> (imagegif/output out-of-bounds access).</li>
|
166 |
| - <li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()).</li> |
| 166 | + <li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()). (CVE-2016-6207)</li> |
167 | 167 | </ul></li>
|
168 | 168 | <li>Intl:
|
169 | 169 | <ul>
|
170 |
| - <li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access).</li> |
| 170 | + <li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access). (CVE-2016-6294)</li> |
171 | 171 | </ul></li>
|
172 | 172 | <li>ODBC:
|
173 | 173 | <ul>
|
174 |
| - <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns)</li> |
| 174 | + <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns). (CVE-2015-8879)</li> |
175 | 175 | </ul></li>
|
176 | 176 | <li>OpenSSL:
|
177 | 177 | <ul>
|
|
180 | 180 | </ul></li>
|
181 | 181 | <li>SNMP:
|
182 | 182 | <ul>
|
183 |
| - <li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()).</li> |
| 183 | + <li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()). (CVE-2016-6295)</li> |
184 | 184 | </ul></li>
|
185 | 185 | <li>SPL:
|
186 | 186 | <ul>
|
|
196 | 196 | </ul></li>
|
197 | 197 | <li>Xmlrpc:
|
198 | 198 | <ul>
|
199 |
| - <li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c).</li> |
| 199 | + <li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c). (CVE-2016-6296)</li> |
200 | 200 | </ul></li>
|
201 | 201 | <li>Zip:
|
202 | 202 | <ul>
|
203 |
| - <li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener).</li> |
| 203 | + <li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener). (CVE-2016-6297)</li> |
204 | 204 | </ul></li>
|
205 | 205 | </ul>
|
206 | 206 | <!-- }}} --></section>
|
|
210 | 210 | <b><?php release_date('21-Jul-2016'); ?></b>
|
211 | 211 | <ul><li>BZip2:
|
212 | 212 | <ul>
|
213 |
| - <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()).</li> |
| 213 | + <li><?php bugfix(72613); ?> (Inadequate error handling in bzread()). (CVE-2016-5399)</li> |
214 | 214 | </ul></li>
|
215 | 215 | <li>Core:
|
216 | 216 | <ul>
|
217 |
| - <li><?php bugfix(70480); ?> (php_url_parse_ex() buffer overflow read).</li> |
218 |
| - <li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex).</li> |
219 |
| - <li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization).</li> |
220 |
| - <li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications).</li> |
| 217 | + <li><?php bugfix(70480); ?> (php_url_parse_ex() buffer overflow read). (CVE-2016-6288)</li> |
| 218 | + <li><?php bugfix(72513); ?> (Stack-based buffer overflow vulnerability in virtual_file_ex). (CVE-2016-6289)</li> |
| 219 | + <li><?php bugfix(72562); ?> (Use After Free in unserialize() with Unexpected Session Deserialization). (CVE-2016-6290)</li> |
| 220 | + <li><?php bugfix(72573); ?> (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (CVE-2016-5385)</li> |
221 | 221 | </ul></li>
|
222 | 222 | <li>EXIF:
|
223 | 223 | <ul>
|
224 |
| - <li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE).</li> |
225 |
| - <li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment).</li> |
| 224 | + <li><?php bugfix(72603); ?> (Out of bound read in exif_process_IFD_in_MAKERNOTE). (CVE-2016-6291)</li> |
| 225 | + <li><?php bugfix(72618); ?> (NULL Pointer Dereference in exif_process_user_comment). (CVE-2016-6292)</li> |
226 | 226 | </ul></li>
|
227 | 227 | <li>GD:
|
228 | 228 | <ul>
|
229 | 229 | <li><?php bugfix(72512); ?> (gdImageTrueColorToPaletteBody allows arbitrary write/read access).</li>
|
230 | 230 | <li><?php bugfix(72519); ?> (imagegif/output out-of-bounds access).</li>
|
231 |
| - <li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()).</li> |
| 231 | + <li><?php bugfix(72558); ?> (Integer overflow error within _gdContributionsAlloc()). (CVE-2016-6207)</li> |
232 | 232 | </ul></li>
|
233 | 233 | <li>Intl:
|
234 | 234 | <ul>
|
235 |
| - <li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access).</li> |
| 235 | + <li><?php bugfix(72533); ?> (locale_accept_from_http out-of-bounds access). (CVE-2016-6294)</li> |
236 | 236 | </ul></li>
|
237 | 237 | <li>ODBC:
|
238 | 238 | <ul>
|
239 |
| - <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns)</li> |
| 239 | + <li><?php bugfix(69975); ?> (PHP segfaults when accessing nvarchar(max) defined columns). (CVE-2015-8879)</li> |
240 | 240 | </ul></li>
|
241 | 241 | <li>SNMP:
|
242 | 242 | <ul>
|
243 |
| - <li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()).</li> |
| 243 | + <li><?php bugfix(72479); ?> (Use After Free Vulnerability in SNMP with GC and unserialize()). (CVE-2016-6295)</li> |
244 | 244 | </ul></li>
|
245 | 245 | <li>Xmlrpc:
|
246 | 246 | <ul>
|
247 |
| - <li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c).</li> |
| 247 | + <li><?php bugfix(72606); ?> (heap-buffer-overflow (write) simplestring_addn simplestring.c). (CVE-2016-6296)</li> |
248 | 248 | </ul></li>
|
249 | 249 | <li>Zip:
|
250 | 250 | <ul>
|
251 |
| - <li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener).</li> |
| 251 | + <li><?php bugfix(72520); ?> (Stack-based buffer overflow vulnerability in php_stream_zip_opener). (CVE-2016-6297)</li> |
252 | 252 | </ul></li>
|
253 | 253 | </ul>
|
254 | 254 | <!-- }}} --></section>
|
|
0 commit comments