From: Pierre Joye Date: Tue, 13 Mar 2012 12:55:33 +0000 (+0000) Subject: - add CVE X-Git-Tag: PHP-5.4.1-RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403110fcc6d2315ac576b0948b3e5077d52b5b80;p=php - add CVE --- diff --git a/NEWS b/NEWS index 1c47a6cc42..4414a01072 100644 --- a/NEWS +++ b/NEWS @@ -317,9 +317,9 @@ PHP NEWS been added. (Scott) . Added http_response_code() function. FR #52555. (Paul Dragoonis, Kalle) . Fixed bug #55500 (Corrupted $_FILES indices lead to security concern). - (Stas) + (CVE-2012-1172). (Stas) . Fixed bug #54374 (Insufficient validating of upload name leading to - corrupted $_FILES indices). (Stas, lekensteyn at gmail dot com) + corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at gmail dot com) - Improved CLI SAPI: . Added built-in web server that is intended for testing purpose.