Skip to content

Commit 3f96025

Browse files
committed
[ci skip] sync NEWS
1 parent 5d07438 commit 3f96025

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

NEWS

+28-3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ PHP NEWS
6262
. Fixed bug #73585 (Logging of "Internal Zend error - Missing class
6363
information" missing class name). (Laruence)
6464
. Fixed bug #73753 (unserialized array pointer not advancing). (David Walker)
65+
. Fixed bug #73825 (Heap out of bounds read on unserialize in
66+
finish_nested_data()). (Stas)
67+
. Fixed bug #73831 (NULL Pointer Dereference while unserialize php object).
68+
(Stas)
69+
. Fixed bug #73832 (Use of uninitialized memory in unserialize()). (Stas)
70+
. Fixed bug #73092 (Unserialize use-after-free when resizing object's
71+
properties hash table). (Nikita)
72+
. Fixed bug #69425 (Use After Free in unserialize()). (Nikita)
73+
. Fixed bug #72731 (Type Confusion in Object Deserialization). (Nikita)
6574

6675
- COM:
6776
. Fixed bug #73679 (DOTNET read access violation using invalid codepage).
@@ -70,6 +79,17 @@ PHP NEWS
7079
- DOM:
7180
. Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)
7281

82+
- EXIF:
83+
. Bug bug #73737 (FPE when parsing a tag format). (Stas)
84+
85+
- GD:
86+
. Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)
87+
. Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)
88+
89+
- GMP:
90+
. Fixed bug #70513 (GMP Deserialization Type Confusion Vulnerability).
91+
(Nikita)
92+
7393
- Mysqli:
7494
. Fixed bug #73462 (Persistent connections don't set $connect_errno).
7595
(darkain)
@@ -87,9 +107,10 @@ PHP NEWS
87107
. Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
88108
statement). (Dorin Marcoci)
89109

90-
- Streams:
91-
. Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
92-
filter is working on). (Dmitry)
110+
- Phar:
111+
. Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)
112+
. Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
113+
. Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)
93114

94115
- Phpdbg:
95116
. Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup).
@@ -100,6 +121,10 @@ PHP NEWS
100121
- Reflection:
101122
. Fixed bug #46103 (ReflectionObject memory leak). (Nikita)
102123

124+
- Streams:
125+
. Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
126+
filter is working on). (Dmitry)
127+
103128
- SQLite3:
104129
. Reverted fix for bug #73530 (Unsetting result set may reset other result
105130
set). (cmb)

0 commit comments

Comments
 (0)