Skip to content

Commit 62f6414

Browse files
committed
[ci skip] missing CVE
1 parent ba2d095 commit 62f6414

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,18 @@ PHP NEWS
3838
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
3939
(Jakub Zelenka, loveharmful)
4040

41+
- Mysqlnd:
42+
. Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
43+
(c dot fol at ambionics dot io)
44+
4145
- OPcache:
4246
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
4347
exist). (Arnaud)
4448

49+
- Pgsql:
50+
. Fixed bug #81720: Uninitialized array in pg_query_params().
51+
(CVE-2022-31625) (cmb)
52+
4553
- Pcntl:
4654
. Fixed Haiku build. (David Carlier)
4755

@@ -186,6 +194,10 @@ PHP NEWS
186194
. Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
187195
dmitry)
188196

197+
- Filter:
198+
. Fix #81708: UAF due to php_filter_float() failing for ints.
199+
(CVE-2021-21708) (stas)
200+
189201
- FPM:
190202
. Fixed memory leak on invalid port. (David Carlier)
191203

0 commit comments

Comments
 (0)