Skip to content

Commit 32fe02c

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.5.29
* PHP-5.5: update NEWS add NEWS for fixes
2 parents 53d274b + 31b634b commit 32fe02c

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed

NEWS

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,45 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2015, PHP 5.5.29
3+
?? ??? 2015, PHP 5.5.30
44

55
** PHP 5.5 is in security-only mode , please do not commit to this branch **
66

7+
03 Sep 2015, PHP 5.5.29
8+
9+
- Core:
10+
. Fixed bug #70172 (Use After Free Vulnerability in unserialize()). (Stas)
11+
. Fixed bug #70219 (Use after free vulnerability in session deserializer).
12+
(taoguangchen at icloud dot com)
13+
14+
- EXIF:
15+
. Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
16+
value of 32 bytes). (Stas)
17+
18+
- hash:
19+
. Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
20+
at naver dot com)
21+
22+
- PCRE:
23+
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
24+
(Anatol Belski)
25+
26+
- SOAP:
27+
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
28+
(Stas)
29+
30+
- SPL:
31+
. Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
32+
SplObjectStorage). (taoguangchen at icloud dot com)
33+
. Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
34+
SplDoublyLinkedList). (taoguangchen at icloud dot com)
35+
36+
- XSLT:
37+
. Fixed bug #69782 (NULL pointer dereference). (Stas)
38+
39+
- ZIP:
40+
. Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
41+
creating directories). (neal at fb dot com)
42+
743
06 Aug 2015, PHP 5.5.28
844

945
- Core:
@@ -80,9 +116,10 @@ PHP NEWS
80116
(Matteo)
81117

82118
- Phar:
83-
. Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
119+
. Fixed bug #69958 (Segfault in Phar::convertToData on invalid file).
120+
(CVE-2015-5589) (Stas)
84121
. Fixed bug #69923 (Buffer overflow and stack smashing error in
85-
phar_fix_filepath). (Stas)
122+
phar_fix_filepath). (CVE-2015-5590) (Stas)
86123

87124
- SimpleXML:
88125
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
@@ -354,7 +391,8 @@ PHP NEWS
354391

355392
- SOAP:
356393
. Fixed bug #69085 (SoapClient's __call() type confusion through
357-
unserialize()). (andrea dot palazzo at truel dot it, Laruence)
394+
unserialize()). (CVE-2015-4147, CVE-2015-4148)
395+
(andrea dot palazzo at truel dot it, Laruence)
358396

359397
- SPL:
360398
. Fixed bug #69108 ("Segmentation fault" when (de)serializing

0 commit comments

Comments
 (0)