File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,30 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2015 PHP 5.4.40
4
4
5
+ - SOAP:
6
+ . Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
7
+ with SoapFault). (Dmitry)
8
+
5
9
19 Mar 2015 PHP 5.4.39
6
10
7
11
- Core:
8
- . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
12
+ . Fixed bug #68976 (Use After Free Vulnerability in unserialize())
13
+ (CVE-2015-0231). (Stas)
9
14
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
10
15
configuration options). (Anatol Belski)
11
16
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
12
17
13
18
- Ereg:
14
- . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
19
+ . Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
20
+ (Stas)
15
21
16
22
- SOAP:
17
23
. Fixed bug #69085 (SoapClient's __call() type confusion through
18
24
unserialize()). (Dmitry)
19
25
20
26
- ZIP:
21
27
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
22
- boundary). (Stas)
28
+ boundary) (CVE-2015-2331) . (Stas)
23
29
24
30
19 Feb 2015 PHP 5.4.38
25
31
You can’t perform that action at this time.
0 commit comments