File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,18 @@ PHP NEWS
38
38
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
39
39
(Jakub Zelenka, loveharmful)
40
40
41
+ - Mysqlnd:
42
+ . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
43
+ (c dot fol at ambionics dot io)
44
+
41
45
- OPcache:
42
46
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
43
47
exist). (Arnaud)
44
48
49
+ - Pgsql:
50
+ . Fixed bug #81720: Uninitialized array in pg_query_params().
51
+ (CVE-2022-31625) (cmb)
52
+
45
53
- Pcntl:
46
54
. Fixed Haiku build. (David Carlier)
47
55
@@ -186,6 +194,10 @@ PHP NEWS
186
194
. Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
187
195
dmitry)
188
196
197
+ - Filter:
198
+ . Fix #81708: UAF due to php_filter_float() failing for ints.
199
+ (CVE-2021-21708) (stas)
200
+
189
201
- FPM:
190
202
. Fixed memory leak on invalid port. (David Carlier)
191
203
You can’t perform that action at this time.
0 commit comments