@@ -45,42 +45,46 @@ PHP NEWS
45
45
. Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)
46
46
(cmb)
47
47
. Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
48
- . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
48
+ . Fixed bug #72337 (invalid dimensions can lead to crash). (Pierre)
49
49
. Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
50
- heap overflow). (Pierre)
50
+ heap overflow). (CVE-2016-5766) ( Pierre)
51
51
. Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
52
52
. Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
53
- in heap overflow). (Pierre)
53
+ in heap overflow). (CVE-2016-5767) ( Pierre)
54
54
55
55
- Intl:
56
56
. Fixed bug #70484 (selectordinal doesn't work with named parameters).
57
57
(Anatol)
58
58
59
59
- mbstring:
60
- . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)
60
+ . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free).
61
+ (CVE-2016-5768) (Stas)
61
62
62
63
- mcrypt:
63
- . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)
64
+ . Fixed bug #72455 (Heap Overflow due to integer overflows). (CVE-2016-5769)
65
+ (Stas)
66
+
67
+ - OpenSSL:
68
+ . Fixed bug #72140 (segfault after calling ERR_free_strings()).
69
+ (Jakub Zelenka)
64
70
65
71
- Phar:
66
72
. Fixed bug #72321 (invalid free in phar_extract_file()).
67
73
(hji at dyntopia dot com)
68
74
69
75
- SPL:
70
- . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
76
+ . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread).
77
+ (CVE-2016-5770) (Stas)
71
78
. Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
72
- unserialize). (Dmitry)
73
-
74
- - OpenSSL:
75
- . Fixed bug #72140 (segfault after calling ERR_free_strings()).
76
- (Jakub Zelenka)
79
+ unserialize). (CVE-2016-5771) (Dmitry)
77
80
78
81
- WDDX:
79
- . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)
82
+ . Fixed bug #72340 (Double Free Courruption in wddx_deserialize).
83
+ (CVE-2016-5772) (Stas)
80
84
81
85
- zip:
82
86
. Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
83
- algorithm and unserialize). (Dmitry)
87
+ algorithm and unserialize). (CVE-2016-5773) ( Dmitry)
84
88
85
89
26 May 2016, PHP 5.6.22
86
90
0 commit comments