Skip to content

Commit 95b9c34

Browse files
committed
add CVEs
1 parent 51856a7 commit 95b9c34

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

NEWS

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,30 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2015 PHP 5.4.40
44

5+
- SOAP:
6+
. Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
7+
with SoapFault). (Dmitry)
8+
59
19 Mar 2015 PHP 5.4.39
610

711
- 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)
914
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
1015
configuration options). (Anatol Belski)
1116
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
1217

1318
- 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)
1521

1622
- SOAP:
1723
. Fixed bug #69085 (SoapClient's __call() type confusion through
1824
unserialize()). (Dmitry)
1925

2026
- ZIP:
2127
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
22-
boundary). (Stas)
28+
boundary) (CVE-2015-2331). (Stas)
2329

2430
19 Feb 2015 PHP 5.4.38
2531

0 commit comments

Comments
 (0)