1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Update NEWS

This commit is contained in:
Stanislav Malyshev
2022-10-23 18:50:53 -06:00
committed by Gabriel Caruso
parent 05f6c51139
commit b7cbb6c53f
+7
View File
@@ -2,9 +2,16 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.0.26
- Hash:
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
(CVE-2022-37454) (nicky at mouha dot be)
13 Oct 2022, PHP 8.0.25RC1
- GD:
. Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630) (cmb)
- Session:
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
that doesn't have a validateId() method). (Girgias)